Inducing Constructor Systems from Example-Terms by Detecting Syntactical Regularities

https://doi.org/10.1016/j.entcs.2006.11.015Get rights and content
Under a Creative Commons license
open access

Abstract

We present a technique for inducing functional programs from few, well chosen input/output-examples (I/O-examples). Potential applications for automatic program or algorithm induction are to enable end users to create their own simple programs, to assist professional programmers, or to automatically invent completely new and efficient algorithms. In our approach, functional programs are represented as constructor term rewriting systems (CSs) containing recursive rules. I/O-examples for a target function to be implemented are a set of pairs of terms (F(ii),oi) meaning that F(ii)—denoting application of function F to input ii—is rewritten to oi by a CS implementing the function F. Induction is based on detecting syntactic regularities between example terms. In this paper we present theoretical results and describe an algorithm for inducing CSs over arbitrary signatures/data types which consist of one function defined by an arbitrary number of rules with an arbitrary number of non-nested recursive calls in each rule. Moreover, we present empirical results based on a prototypical implementation.

Keywords

inductive program synthesis
rule-based programming
functional programming
constructor systems

Cited by (0)

3

We would like to thank the anonymous reviewers whose comments helped to improve the paper.