LGCLPLSEFeb 16, 2023

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

UW
arXiv:2302.08468v3333 citationsh-index: 84
Originality Incremental advance
AI Analysis

It addresses the challenge of verifying code correctness in real-world applications where test cases are scarce, benefiting developers and users of language-to-code systems.

The paper tackled the problem of verifying language-to-code generation by proposing LEVER, which learns to verify generated programs using execution results, leading to improvements of 4.6% to 10.9% over base models and achieving state-of-the-art results on four datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes