paper-with-me

Papers

A benchmark for vericoding: formally verified program synthesis

2025-09-26 · Sergiu Bursuc, Theodore Ehrenborg, Shaowei Lin, Lacramioara Astefanoaei, Ionel Emilian Chiosa, Jure Kukovec, Alok Singh, Oliver Butterley, Adem Bizid, Quinn Dougherty, Miranda Zhao, Max Tan, Max Tegmark arxiv

We present and test the largest benchmark for vericoding, LLM-generation of formally verified code from formal specifications - in contrast to vibe coding, which generates potentially buggy code from a natural language description. Our benchmark contains 12,504 formal specifications, with 3,029 in Dafny, 2,334 in Verus/Rust and 7,141 in Lean. Of these, 6,174 are new unseen problems. We find vericoding success rates of 27% in Lean, 44% in Verus/Rust and 82% in Dafny using off-the-shelf LLMs. Adding natural-language descriptions does not significantly improve performance. We also find that LLM progress has improved progress on pure Dafny verification from 68% to 96% over the past year. The benchmark and vericoding results are shared at https://github.com/Beneficial-AI-Foundation/vericoding-benchmark

📄 PDF Abstract BibTeX arXiv:2509.22908

Code (0)

등록된 구현이 없습니다.

Tasks

Program Synthesis

Similar Papers 제목 키워드 기반

AlgoVeri: An Aligned Benchmark for Verified Code Generation on Classical Algorithms

2026-02-10 · Haoyu Zhao, Ziran Yang, Jiawei Li, Deyuan He 외 arxiv

Vericoding refers to the generation of formally verified code from rigorous specifications. Recent AI models show promise in vericoding, but a unified methodology for cross-paradigm evaluation is lacking. Existing benchm…

Code Generation

Certified Program Synthesis with a Multi-Modal Verifier

2026-04-17 · Yueyang Feng, Dipesh Kafle, Vladimir Gladshtein, Vitaly Kurin 외 arxiv

Certified program synthesis (aka vericoding) is the process of automatically generating a program, its formal specification, and a machine-checkable proof of their alignment from a natural-language description. Two chall…

Program Synthesis

Proving the Coding Interview: A Benchmark for Formally Verified Code Generation

2025-02-08 · Quinn Dougherty, Ronak Mehta

We introduce the Formally Verified Automated Programming Progress Standards, or FVAPPS, a benchmark of 4715 samples for writing programs and proving their correctness, the largest formal verification benchmark, including…

Automated Theorem ProvingCode GenerationProgram Synthesis

Case study: solving P-99 with LPTP and an LLM

2026-07-23 · Fred Mesnard, Thierry Marianne, Étienne Payet, Wim Vanhoof arxiv

Ninety-Nine Prolog Problems (P-99) is a famous set of Prolog exercises. We solved the first thirty three just by prompting an LLM (Large Language Model). We used Claude from Anthropic. By solved we mean: generate the Pro…

Automating Formal Verification with Agent-Guided Tree Search

2026-05-26 · Leo Yao arxiv

Formal verification offers a path to provably correct software, but writing verified code remains expensive enough that the technique is rarely used in production. Recent large language models can accelerate this work, a…

Code Generation