• Media type: E-Article
  • Title: Just-in-time learning for bottom-up enumerative synthesis
  • Contributor: Barke, Shraddha; Peleg, Hila; Polikarpova, Nadia
  • imprint: Association for Computing Machinery (ACM), 2020
  • Published in: Proceedings of the ACM on Programming Languages
  • Language: English
  • DOI: 10.1145/3428295
  • ISSN: 2475-1421
  • Keywords: Safety, Risk, Reliability and Quality ; Software
  • Origination:
  • Footnote:
  • Description: <jats:p>A key challenge in program synthesis is the astronomical size of the search space the synthesizer has to explore. In response to this challenge, recent work proposed to guide synthesis using learned probabilistic models. Obtaining such a model, however, might be infeasible for a problem domain where no high-quality training data is available. In this work we introduce an alternative approach to guided program synthesis: instead of training a model ahead of time we show how to bootstrap one just in time, during synthesis, by learning from partial solutions encountered along the way. To make the best use of the model, we also propose a new program enumeration algorithm we dub guided bottom-up search, which extends the efficient bottom-up search with guidance from probabilistic models.</jats:p> <jats:p>We implement this approach in a tool called Probe, which targets problems in the popular syntax-guided synthesis (SyGuS) format. We evaluate Probe on benchmarks from the literature and show that it achieves significant performance gains both over unguided bottom-up search and over a state-of-the-art probability-guided synthesizer, which had been trained on a corpus of existing solutions. Moreover, we show that these performance gains do not come at the cost of solution quality: programs generated by Probe are only slightly more verbose than the shortest solutions and perform no unnecessary case-splitting.</jats:p>
  • Access State: Open Access