Papers › LEVER: Learning to Verify Language-to-Code Generation with Execution
LEVER: Learning to Verify Language-to-Code Generation with Execution
Ansong Ni, Srini Iyer, Dragomir Radev, Ves Stoyanov, Wen-tau Yih, Sida I. Wang, Xi Victoria Lin
The advent of large language models trained on code (code LLMs) has led to significant progress in language-to-code generation. State-of-the-art approaches in this area combine LLM decoding with sample pruning and reranking using test cases or heuristics based on the execution results. However, it is challenging to obtain test cases for many real-world language-to-code applications, and heuristics cannot well capture the semantic features of the execution results, such as data type and value range, which often indicates the correctness of the program. In this work, we propose LEVER, a simple approach to improve language-to-code generation by learning to verify the generated programs with their execution results. Specifically, we train verifiers to determine whether a program sampled from the LLMs is correct or not based on the natural language input, the program itself and its execution results. The sampled programs are reranked by combining the verification score with the LLM generation probability, and marginalizing over programs with the same execution results. On four datasets across the domains of table QA, math QA and basic Python programming, LEVER consistently improves over the base code LLMs(4.6% to 10.9% with code-davinci-002) and achieves new state-of-the-art results on all of them.
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="2302.08468")
Code
Syntology Ran 6 of 22 code samples harvested from 1 repository linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · violated contract; 5 ran with no contract checked.
By repository: official repository: 22 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
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
22 samples harvested; 6 ran; 0 honoured the contract we drafted; 16 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.
Licence: 0 of the 22 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 niansong1996/lever. “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.
e18607dae38b30e2 · report
2178b95c919ae420 · report
f23d6ff3772963bc · report
58e472cff9780d63 · report
a40510ba6a37f798 · report
afc8ef89576ef2aa · report
7e87fa354c8a130c · report
5601a3dc0fc200e8 · report
51262b43d9045912 · report
3a39b10c8a429dc8 · report
0e6bb17163d0c70b · report
5d30efa67a78bf91 · report
73683dd2b9714a13 · report
d4c44c1affe7cfe5 · report
96389cb2ab61121a · report
48ddf72e21e4525b · report
acdd63b83770726f · report
f7dbd2bcc2e00ee0 · report
53b15e547590af1b · report
4269741e408c7847 · report
bc02ec961672d267 · report
efd6f533b8606dca · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Arithmetic Reasoning | GSM8K | code-davinci-002 175B (LEVER, 8-shot) | Accuracy | 84.5 | #50 of 164 | Archive leaderboard | report |
| Arithmetic Reasoning | GSM8K | code-davinci-002 175B (LEVER, 8-shot) | Parameters (Billion) | 175 | #50 of 164 | Archive leaderboard | report |
| Code Generation | MBPP | code-davinci-002 175B + LEVER | Accuracy | 68.9 | #33 of 99 | Archive leaderboard | report |
| Semantic Parsing | WikiTableQuestions | LEVER | Accuracy (Dev) | 64.6 | #11 of 22 | Archive leaderboard | report |
| Semantic Parsing | WikiTableQuestions | LEVER | Accuracy (Test) | 65.8 | #11 of 22 | Archive leaderboard | report |
| Semantic Parsing | spider | code-davinci-002 175B (LEVER) | Accuracy | 81.9 | #2 of 10 | Archive leaderboard | report |
| Text-To-SQL | spider | code-davinci-002 175B (LEVER) | Execution Accuracy (Dev) | 81.9 | #17 of 20 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
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