vbsix-lang2program
-
Reproducible experiments are in `/vbsix-lang2program/paper_experiments/experiments/`, organized according to their domain, search algorithm, and random-seed.
Each experiment's directory contains its data as described above.
The directory `/vbsix-lang2program/paper_experiments/code/` holds two versions of the source code:
- strongsup_baseline
- The [source code](https://github.com/kelvinguu/lang2program) accompanying the paper "[From Language to Programs: Bridging Reinforcement Learning and Maximum Marginal Likelihood](https://arxiv.org/abs/1704.07926)".
This code should be used to reproduce the basleine beam-search experiments.
- strongsup_vbsix
- The source code accompanying our paper.
This code should be used to reproduce the VBSIX and ablations experiments.