Papers › Synthesize, Execute and Debug: Learning to Repair for Neural Program Synthesis

Synthesize, Execute and Debug: Learning to Repair for Neural Program Synthesis

16 Jul 2020NeurIPS 2020 12arXiv:2007.08095archive 2025-07-28

Kavi Gupta, Peter Ebert Christensen, Xinyun Chen, Dawn Song

The use of deep learning techniques has achieved significant progress for program synthesis from input-output examples. However, when the program semantics become more complex, it still remains a challenge to synthesize programs that are consistent with the specification. In this work, we propose SED, a neural program generation framework that incorporates synthesis, execution, and debugging stages. Instead of purely relying on the neural program synthesizer to generate the final program, SED first produces initial programs using the neural program synthesizer component, then utilizes a neural program debugger to iteratively repair the generated programs. The integration of the debugger component enables SED to modify the programs based on the execution results and specification, which resembles the coding process of human programmers. On Karel, a challenging input-output program synthesis benchmark, SED reduces the error rate of the neural program synthesizer itself by a considerable margin, and outperforms the standard beam search for decoding.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2007.08095")

Code

Syntology Ran 0 of 19 code samples harvested from 1 repository linked to this paper; 19 have no recorded run.

By repository: community (archive-listed): 19 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sunblaze-ucb/SED mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 0 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

19unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sunblaze-ucb/SED. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

by_max_acc sunblaze-ucb/SED/program_synthesis/analysis/organize_results.py community (archive-listed) unverified MIT (permissive) · 79c5f129bde8c733 · report
by_max_step sunblaze-ucb/SED/program_synthesis/analysis/organize_results.py community (archive-listed) unverified MIT (permissive) · 5f53ac6d6dd92573 · report
code_stat sunblaze-ucb/SED/program_synthesis/datasets/stats.py community (archive-listed) unverified MIT (permissive) · 039979ec200d5319 · report
evaluate_code sunblaze-ucb/SED/program_synthesis/datasets/executor.py community (archive-listed) unverified MIT (permissive) · fef08668e5cc872a · report
expand_by_beam sunblaze-ucb/SED/program_synthesis/models/beam_search.py community (archive-listed) unverified MIT (permissive) · 00ffb35e6b02915b · report
get_arg_parser sunblaze-ucb/SED/program_synthesis/arguments.py community (archive-listed) unverified MIT (permissive) · 881122c4654562fb · report
get_attn_mask sunblaze-ucb/SED/program_synthesis/models/base.py community (archive-listed) unverified MIT (permissive) · a09108fab4b8d1b4 · report
get_exact_match sunblaze-ucb/SED/program_synthesis/analysis/load_results.py community (archive-listed) unverified MIT (permissive) · 7eeeb9e1399f3c5c · report
get_rev_vocab sunblaze-ucb/SED/program_synthesis/datasets/data.py community (archive-listed) unverified MIT (permissive) · 74ee36a2c213a620 · report
hyp_score sunblaze-ucb/SED/program_synthesis/models/beam_search.py community (archive-listed) unverified MIT (permissive) · 5f7285b3d57507d8 · report
karel_output_ref_mutator_mode sunblaze-ucb/SED/program_synthesis/datasets/dataset.py community (archive-listed) unverified MIT (permissive) · d5825e840b5f66b7 · report
length_penalty sunblaze-ucb/SED/program_synthesis/models/beam_search.py community (archive-listed) unverified MIT (permissive) · 918b15bc296f5115 · report
lisp_code_stat sunblaze-ucb/SED/program_synthesis/datasets/stats.py community (archive-listed) unverified MIT (permissive) · b85637c0fc6f9373 · report
load_vocab sunblaze-ucb/SED/program_synthesis/datasets/data.py community (archive-listed) unverified MIT (permissive) · 3d825f33d60f08a3 · report
relpath sunblaze-ucb/SED/program_synthesis/datasets/dataset.py community (archive-listed) unverified MIT (permissive) · 5957df89a5e9f359 · report
replace_pad_with_end sunblaze-ucb/SED/program_synthesis/datasets/data.py community (archive-listed) unverified MIT (permissive) · 22048f44250fc46a · report
separate_strategies sunblaze-ucb/SED/program_synthesis/analysis/organize_results.py community (archive-listed) unverified MIT (permissive) · 5c5394d7e87f8bab · report
table_of_accuracies sunblaze-ucb/SED/program_synthesis/analysis/load_results.py community (archive-listed) unverified MIT (permissive) · 2e635b1a8221f10c · report
test_cardinality sunblaze-ucb/SED/program_synthesis/datasets/stats.py community (archive-listed) unverified MIT (permissive) · 3c24d293db334783 · report

Tasks

Program Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Repair

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections