paper-with-me

Papers

Modelling Program Spaces in Program Synthesis with Constraints

2025-07-10 · Tilman Hinnerichs, Bart Swinkels, Jaap de Jong, Reuben Gardos Reid, Tudor Magirescu, Neil Yorke-Smith, Sebastijan Dumancic arxiv

A core challenge in program synthesis is taming the large space of possible programs. Since program synthesis is essentially a combinatorial search, the community has sought to leverage powerful combinatorial constraint solvers. Here, constraints are used to express the program semantics, but not as a potentially potent tool to remove unwanted programs. Recent inductive logic programming approaches introduce constraints on the program's syntax to be synthesized. These syntactic constraints allow for checking and propagating a constraint without executing the program, and thus for arbitrary operators. In this work, we leverage syntactic constraints to model program spaces, defining not just solutions that are feasible, but also ones that are likely useful. To demonstrate this idea, we introduce BART, a solver that efficiently propagates and solves these constraints. We evaluate BART on program space enumeration tasks, finding that the constraints eliminate up to 99 percent of the program space, and that modeling program spaces significantly reduces enumeration time.

📄 PDF Abstract BibTeX arXiv:2508.00005

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive logic programmingProgram Synthesis

Similar Papers 제목 키워드 기반

Inductive Program Synthesis over Noisy Datasets using Abstraction Refinement Based Optimization

2021-04-27 · Shivam Handa, Martin Rinard

We present a new synthesis algorithm to solve program synthesis over noisy datasets, i.e., data that may contain incorrect/corrupted input-output examples. Our algorithm uses an abstraction refinement based optimization …

Program Synthesis

Genetic Algorithm for Program Synthesis

2022-11-22 · Yutaka Nagashima

A deductive program synthesis tool takes a specification as input and derives a program that satisfies the specification. The drawback of this approach is that search spaces for such correct programs tend to be enormous,…

Program Synthesis

Are There Good Mistakes? A Theoretical Analysis of CEGIS

2014-07-21 · Susmit Jha, Sanjit A. Seshia

Counterexample-guided inductive synthesis CEGIS is used to synthesize programs from a candidate space of programs. The technique is guaranteed to terminate and synthesize the correct program if the space of candidate pro…

PanGu-Coder: Program Synthesis with Function-Level Language Modeling

2022-07-22 · Fenia Christopoulou, Gerasimos Lampouras, Milan Gritta, Guchun Zhang 외

We present PanGu-Coder, a pretrained decoder-only language model adopting the PanGu-Alpha architecture for text-to-code generation, i.e. the synthesis of programming language solutions given a natural language problem de…

Code GenerationDecoderLanguage ModelingLanguage Modelling+2

Optimal Neural Program Synthesis from Multimodal Specifications

2020-10-04 · Findings (EMNLP) 2021 11 · Xi Ye, Qiaochu Chen, Isil Dillig, Greg Durrett

Multimodal program synthesis, which leverages different types of user input to synthesize a desired program, is an attractive way to scale program synthesis to challenging settings; however, it requires integrating noisy…

Program Synthesisvalid