paper-with-me

홈 › Papers

Pythagoras-Prover: Advancing Efficient Formal Proving via Augmented Lean Formalisation

2026-06-10 · Joshua Ong Jun Leang, Zheng Zhao, Mihaela Cătălina Stoian, Qiyuan Xu, Haonan Li, Wenda Li, Shay B. Cohen, Eleonora Giunchiglia arxiv

Modern Lean theorem provers achieve strong performance only with substantial training and inference compute, driven in part by scarce verified proof data and the long reasoning traces of formal proof search, making both supervised fine-tuning (SFT) and sampling expensive. We introduce Pythagoras-Prover, a compute-efficient open-source family of Lean theorem provers built for practical compute budgets. The family spans two generation paradigms: autoregressive models at 4B and 32B parameters, and a first proof-of-concept diffusion-based prover (4B) that iteratively refines Lean proofs at inference time. For training efficiency, we build a Lean-verified corpus stratified into easy, medium, and hard problems for curriculum SFT, so models acquire proof skills progressively from shorter, simpler proofs to longer, harder ones. During SFT, a dynamic proof-reasoning filtering scheme preserves informative proof traces while keeping each instance within an 8k-token context budget. We also introduce Augmented Lean Formalisation (ALF), which expands scarce verified corpora into variants of formal statements, populated via self-distillation for extra training signal without formally verifying every mutated instance. By perturbing known problems while preserving their formal character, ALF reduces reliance on any statement's surface form. Empirically, Pythagoras-Prover-4B surpasses DeepSeek-Prover-V2-671B at pass@32 on MiniF2F-Test (86.1% vs 82.4%) with ~167x fewer parameters, while Pythagoras-Prover-32B sets the open-source state of the art at 93.0% on MiniF2F-Test and solves 93 of 672 PutnamBench problems. We release MiniF2F-ALF, an ALF-mutated contamination-sensitive benchmark on which every evaluated model loses accuracy; here our 32B remains strongest and our 4B matches the prior state of the art, Goedel-Prover-V2-32B.

📄 PDF Abstract BibTeX arXiv:2606.12594

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PhysProver: Advancing Automatic Theorem Proving for Physics

2026-01-22 · Hanning Zhang, Ruida Wang, Rui Pan, Wenyuan Wang 외 arxiv

The combination of verifiable languages and LLMs has significantly influenced both the mathematical and computer science communities because it provides a rigorous foundation for theorem proving. Recent advancements in t…

Reinforcement LearningMathematical Reasoning

DeepSeek-Prover-V2: Advancing Formal Mathematical Reasoning via Reinforcement Learning for Subgoal Decomposition

2025-04-30 · Z. Z. Ren, Zhihong Shao, Junxiao Song, Huajian Xin 외

We introduce DeepSeek-Prover-V2, an open-source large language model designed for formal theorem proving in Lean 4, with initialization data collected through a recursive theorem proving pipeline powered by DeepSeek-V3. …

Automated Theorem ProvingLarge Language ModelMathematical Reasoning

StepFun-Prover Preview: Let's Think and Verify Step by Step

2025-07-27 · Shijie Shang, Ruosi Wan, Yue Peng, Yutong Wu 외 arxiv

We present StepFun-Prover Preview, a large language model designed for formal theorem proving through tool-integrated reasoning. Using a reinforcement learning pipeline that incorporates tool-based interactions, StepFun-…

Automated Theorem ProvingReinforcement Learning

MPS-Prover: Advancing Stepwise Theorem Proving by Multi-Perspective Search and Data Curation

2025-05-16 · Zhenwen Liang, Linfeng Song, Yang Li, Tao Yang 외

Automated Theorem Proving (ATP) in formal languages remains a formidable challenge in AI, demanding rigorous logical deduction and navigating vast search spaces. While large language models (LLMs) have shown promising pe…

Automated Theorem Proving

LongCat-Flash-Prover: Advancing Native Formal Reasoning via Agentic Tool-Integrated Reinforcement Learning

2026-03-22 · Jianing Wang, Jianfei Zhang, Qi Guo, Linsen Guo 외 arxiv

We introduce LongCat-Flash-Prover, a flagship 560-billion-parameter open-source Mixture-of- Experts (MoE) model that advances Native Formal Reasoning in Lean4 through agentic tool-integrated reasoning (TIR). We decompose…

Reinforcement Learning