Inducing Constructor Systems from Example-Terms by Detecting Syntactical Regularities

  • Authors:
  • Emanuel Kitzelmann;Ute Schmid

  • Affiliations:
  • Department of Information Systems and Applied Computer Science, University of Bamberg, 96045 Bamberg, Germany;Department of Information Systems and Applied Computer Science, University of Bamberg, 96045 Bamberg, Germany

  • Venue:
  • Electronic Notes in Theoretical Computer Science (ENTCS)
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

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(i"i),o"i) meaning that F(i"i)-denoting application of function F to input i"i-is rewritten to o"i 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.