English

Creating Synthetic Datasets via Evolution for Neural Program Synthesis

Machine Learning 2020-07-28 v2 Machine Learning

Abstract

Program synthesis is the task of automatically generating a program consistent with a given specification. A natural way to specify programs is to provide examples of desired input-output behavior, and many current program synthesis approaches have achieved impressive results after training on randomly generated input-output examples. However, recent work has discovered that some of these approaches generalize poorly to data distributions different from that of the randomly generated examples. We show that this problem applies to other state-of-the-art approaches as well and that current methods to counteract this problem are insufficient. We then propose a new, adversarial approach to control the bias of synthetic data distributions and show that it outperforms current approaches.

Keywords

Cite

@article{arxiv.2003.10485,
  title  = {Creating Synthetic Datasets via Evolution for Neural Program Synthesis},
  author = {Alexander Suh and Yuval Timen},
  journal= {arXiv preprint arXiv:2003.10485},
  year   = {2020}
}

Comments

10 pages, 0 figures, submitted to ICML 2020; experiments on Karel domain added

R2 v1 2026-06-23T14:24:29.967Z