SOTAVerified

Learning programs with magic values

2022-08-05Code Available1· sign in to hype

Céline Hocquette, Andrew Cropper

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

A magic value in a program is a constant symbol that is essential for the execution of the program but has no clear explanation for its choice. Learning programs with magic values is difficult for existing program synthesis approaches. To overcome this limitation, we introduce an inductive logic programming approach to efficiently learn programs with magic values. Our experiments on diverse domains, including program synthesis, drug design, and game playing, show that our approach can (i) outperform existing approaches in terms of predictive accuracies and learning times, (ii) learn magic values from infinite domains, such as the value of pi, and (iii) scale to domains with millions of constant symbols.

Tasks

Reproductions