Papers › Memory Augmented Policy Optimization for Program Synthesis and Semantic Parsing

Memory Augmented Policy Optimization for Program Synthesis and Semantic Parsing

6 Jul 2018NeurIPS 2018 12arXiv:1807.02322archive 2025-07-28

Chen Liang, Mohammad Norouzi, Jonathan Berant, Quoc Le, Ni Lao

We present Memory Augmented Policy Optimization (MAPO), a simple and novel way to leverage a memory buffer of promising trajectories to reduce the variance of policy gradient estimate. MAPO is applicable to deterministic environments with discrete actions, such as structured prediction and combinatorial optimization tasks. We express the expected return objective as a weighted sum of two terms: an expectation over the high-reward trajectories inside the memory buffer, and a separate expectation over trajectories outside the buffer. To make an efficient algorithm of MAPO, we propose: (1) memory weight clipping to accelerate and stabilize training; (2) systematic exploration to discover high-reward trajectories; (3) distributed sampling from inside and outside of the memory buffer to scale up training. MAPO improves the sample efficiency and robustness of policy gradient, especially on tasks with sparse rewards. We evaluate MAPO on weakly supervised program synthesis from natural language (semantic parsing). On the WikiTableQuestions benchmark, we improve the state-of-the-art by 2.6%, achieving an accuracy of 46.3%. On the WikiSQL benchmark, MAPO achieves an accuracy of 74.9% with only weak supervision, outperforming several strong baselines with full supervision. Our source code is available at https://github.com/crazydonkey200/neural-symbolic-machines

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="1807.02322")

Code

Syntology Ran 0 of 15 code samples harvested from 2 repositories linked to this paper; 15 have no recorded run.

By repository: official repository: 13 samples from 1 repository, 0 ran; community (archive-listed): 2 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.

crazydonkey200/neural-symbolic-machines officialmentioned in papermentioned on GitHubtfApache-2.0 report
niansong1996/wassp mentioned on GitHubtfApache-2.0 report
pcyin/pytorch_neural_symbolic_machines mentioned on GitHubpytorch report
theSparta/neural-symbolic-machines mentioned on GitHubtfApache-2.0 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

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 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.

15unverified

Licence: 0 of the 15 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

attn_sum_bahdanau crazydonkey200/neural-symbolic-machines/nsm/tf_utils.py official repository unverified Apache-2.0 (permissive) · c3104e5e2d8a40e4 · report
attn_sum_dot crazydonkey200/neural-symbolic-machines/nsm/tf_utils.py official repository unverified Apache-2.0 (permissive) · f1f2fe840e5c928e · report
bleu_score crazydonkey200/neural-symbolic-machines/nsm/nlp_utils.py official repository unverified Apache-2.0 (permissive) · 9073ba6a227f3a75 · report
create_lm_inputs_labels crazydonkey200/neural-symbolic-machines/nsm/data_utils.py official repository unverified Apache-2.0 (permissive) · ba6719f38bfb57e9 · report
create_multilayer_fnn crazydonkey200/neural-symbolic-machines/nsm/graph_factory.py official repository unverified Apache-2.0 (permissive) · 42891135110a96ff · report
create_seq2seq_inputs crazydonkey200/neural-symbolic-machines/nsm/data_utils.py official repository unverified Apache-2.0 (permissive) · 451d8aadbc0755dd · report
create_seq_mse_loss crazydonkey200/neural-symbolic-machines/nsm/graph_factory.py official repository unverified Apache-2.0 (permissive) · ee764e83c41c8784 · report
edit_distance crazydonkey200/neural-symbolic-machines/nsm/nlp_utils.py official repository unverified Apache-2.0 (permissive) · 54fb9ba175e6c08b · report
show_samples crazydonkey200/neural-symbolic-machines/table/experiment.py official repository unverified Apache-2.0 (permissive) · fce4ea795a572f61 · report
tensormul crazydonkey200/neural-symbolic-machines/nsm/tf_utils.py official repository unverified Apache-2.0 (permissive) · cc1113db8b905bd0 · report
tokenize crazydonkey200/neural-symbolic-machines/nsm/nlp_utils.py official repository unverified Apache-2.0 (permissive) · 4fb20ccedc18c760 · report
unpack_program crazydonkey200/neural-symbolic-machines/table/experiment.py official repository unverified Apache-2.0 (permissive) · 5677f59fb39ed6c9 · report
with_graph_variable_scope crazydonkey200/neural-symbolic-machines/nsm/graph_factory.py official repository unverified Apache-2.0 (permissive) · d34fbdeb6f1be262 · report
create_features theSparta/neural-symbolic-machines/nsm/env_factory.py community (archive-listed) unverified Apache-2.0 (permissive) · 88efa45be6ac471a · report
value_to_index theSparta/neural-symbolic-machines/nsm/env_factory.py community (archive-listed) unverified Apache-2.0 (permissive) · 9817d521556a77fa · report

Tasks

Combinatorial OptimizationProgram SynthesisSemantic ParsingStructured Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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