paper-with-me

홈 › Papers

SorryDB: Can AI Provers Complete Real-World Lean Theorems?

2026-03-03 · Austin Letson, Leopoldo Sarra, Auguste Poiroux, Oliver Dressler, Paul Lezeau, Dhyan Aranha, Frederick Pu, Aaron Hill, Miguel Corredera Hidalgo, Julian Berman, George Tsoukalas, Lenny Taelman arxiv

We present SorryDB, a dynamically-updating benchmark of open Lean tasks drawn from 78 real world formalization projects on GitHub. Unlike existing static benchmarks, often composed of competition problems, hillclimbing the SorryDB benchmark will yield tools that are aligned to the community needs, more usable by mathematicians, and more capable of understanding complex dependencies. Moreover, by providing a continuously updated stream of tasks, SorryDB mitigates test-set contamination and offers a robust metric for an agent's ability to contribute to novel formal mathematics projects. We evaluate a collection of approaches, including generalist large language models, agentic approaches, and specialized symbolic provers, over a selected snapshot of 1000 tasks from SorryDB. We show that current approaches are complementary: even though an agentic approach based on Gemini Flash is the most performant, it is not strictly better than other off-the-shelf large-language models, specialized provers, or even a curated list of Lean tactics.

📄 PDF Abstract BibTeX arXiv:2603.02668

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Inference-Time Diversity in RL-Trained Lean Theorem Provers: A Diagnostic Study

2026-01-22 · Zachary Burton arxiv

RL-trained Lean theorem provers mode-collapse at inference time: on miniF2F-test with DeepSeek-Prover-V1.5-RL, doubling the i.i.d.\ sampling budget from $k{=}32$ to $k{=}64$ produces zero additional solved theorems (42/2…

Lean Finder: Semantic Search for Mathlib That Understands User Intents

2025-10-08 · Jialin Lu, Kye Emond, Kaiyu Yang, Swarat Chaudhuri 외 arxiv

We present Lean Finder, a semantic search engine for Lean and mathlib that understands and aligns with the intents of mathematicians. Progress in formal theorem proving is often hindered by the difficulty of locating rel…

LeanTutor: Towards a Verified AI Mathematical Proof Tutor

2026-01-24 · Manooshree Patel, Rayna Bhattacharyya, Thomas Lu, Arnav Mehta 외 arxiv

This paper considers the development of an AI-based provably-correct mathematical proof tutor. While Large Language Models (LLMs) allow seamless communication in natural language, they are error prone. Theorem provers su…

LRAT-Catcher: Importing SAT Solver Certificates into Lean4 by Reflection

2026-07-01 · Stefan Szeider arxiv

SAT solvers settle combinatorial problems beyond the reach of interactive theorem provers and produce LRAT certificates for independent verification. We present LRAT-Catcher, a standalone, general-purpose tool that impor…

Harnessing Code Agents for Automatic Software Verification

2026-07-07 · Shuangxiang Kan, Shuanglong Kan, Sebastian Ertel arxiv

Formal verification offers the strongest guarantee of software correctness, but it does not scale: the proofs demanded by interactive theorem provers such as Coq require enormous expert effort. Large language models (LLM…