Learning Libraries of Subroutines for Neurally–Guided Bayesian Program Induction

Abstract

Successful approaches to program induction require a hand-engineered domain-specific language (DSL), constraining the space of allowed programs and imparting prior knowledge of the domain. We contribute a program induction algorithm that learns a DSL while jointly training a neural network to efficiently search for programs in the learned DSL. We use our model to synthesize functions on lists, edit text, and solve symbolic regression problems, showing how the model learns a domain-specific library of program components for expressing solutions to problems in the domain.

Cite

Text

Ellis et al. "Learning Libraries of Subroutines for Neurally–Guided Bayesian Program Induction." Neural Information Processing Systems, 2018.

Markdown

[Ellis et al. "Learning Libraries of Subroutines for Neurally–Guided Bayesian Program Induction." Neural Information Processing Systems, 2018.](https://mlanthology.org/neurips/2018/ellis2018neurips-learning-a/)

BibTeX

@inproceedings{ellis2018neurips-learning-a,
  title     = {{Learning Libraries of Subroutines for Neurally–Guided Bayesian Program Induction}},
  author    = {Ellis, Kevin and Morales, Lucas and Sablé-Meyer, Mathias and Solar-Lezama, Armando and Tenenbaum, Josh},
  booktitle = {Neural Information Processing Systems},
  year      = {2018},
  pages     = {7805-7815},
  url       = {https://mlanthology.org/neurips/2018/ellis2018neurips-learning-a/}
}