Papers › LEVER: Learning to Verify Language-to-Code Generation with Execution

LEVER: Learning to Verify Language-to-Code Generation with Execution

16 Feb 2023arXiv:2302.08468archive 2025-07-28

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.

PaperPDFCodeCode 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="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.

niansong1996/lever officialmentioned in papermentioned 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

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.

1ran · violated contract
5ran
16unverified

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.

is_number niansong1996/lever/execution/wtq_eval.py official repository ran · violated contract MIT (permissive) · e18607dae38b30e2 · report
join_tokens niansong1996/lever/execution/parse.py official repository ran MIT (permissive) · 2178b95c919ae420 · report
permute_tuple niansong1996/lever/execution/spider_official_exec_match.py official repository ran MIT (permissive) · f23d6ff3772963bc · report
postprocess niansong1996/lever/execution/parse.py official repository ran fingerprinted MIT (permissive) · 58e472cff9780d63 · report
quick_rej niansong1996/lever/execution/spider_official_exec_match.py official repository ran MIT (permissive) · a40510ba6a37f798 · report
unorder_row niansong1996/lever/execution/spider_official_exec_match.py official repository ran MIT (permissive) · afc8ef89576ef2aa · report
byte_idx_to_char_idx niansong1996/lever/execution/program_tracing.py official repository unverified MIT (permissive) · 7e87fa354c8a130c · report
canonicalize_var_dict niansong1996/lever/execution/safe_execution_util.py official repository unverified MIT (permissive) · 5601a3dc0fc200e8 · report
direct_categorize niansong1996/lever/execution/spider_execution.py official repository unverified MIT (permissive) · 51262b43d9045912 · report
estimate_pass_at_k niansong1996/lever/few_shot/codex.py official repository unverified MIT (permissive) · 3a39b10c8a429dc8 · report
execute niansong1996/lever/execution/safe_execution_util.py official repository unverified MIT (permissive) · 0e6bb17163d0c70b · report
normalize niansong1996/lever/execution/wtq_eval.py official repository unverified MIT (permissive) · 5d30efa67a78bf91 · report
openai_call niansong1996/lever/few_shot/codex.py official repository unverified MIT (permissive) · 73683dd2b9714a13 · report
pd_df_from_dict niansong1996/lever/execution/spider_execution.py official repository unverified MIT (permissive) · d4c44c1affe7cfe5 · report
pd_df_to_dict niansong1996/lever/execution/spider_execution.py official repository unverified MIT (permissive) · 96389cb2ab61121a · report
python_program_len niansong1996/lever/execution/executors.py official repository unverified MIT (permissive) · 48ddf72e21e4525b · report
saved_promptify_mathqa niansong1996/lever/finetuning/lightning_modules/datasets/mathqa_reader.py official repository unverified MIT (permissive) · acdd63b83770726f · report
simple_canonicalize_var_dict niansong1996/lever/execution/safe_execution_util.py official repository unverified MIT (permissive) · f7dbd2bcc2e00ee0 · report
sql_program_len niansong1996/lever/execution/executors.py official repository unverified MIT (permissive) · 53b15e547590af1b · report
state_answer_only_func niansong1996/lever/finetuning/lightning_modules/datasets/mathqa_reader.py official repository unverified MIT (permissive) · 4269741e408c7847 · report
state_simple_str_func niansong1996/lever/finetuning/lightning_modules/datasets/mathqa_reader.py official repository unverified MIT (permissive) · bc02ec961672d267 · report
to_value niansong1996/lever/execution/wtq_eval.py official repository unverified MIT (permissive) · efd6f533b8606dca · report

Tasks

Arithmetic ReasoningCode GenerationMathRerankingSemantic ParsingText-To-SQL

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
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

BASEPruningTest

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