paper-with-me

홈 › Papers

REAL-Prover: Retrieval Augmented Lean Prover for Mathematical Reasoning

2025-05-27 · Ziju Shen, Naohao Huang, Fanyi Yang, Yutong Wang, Guoxiong Gao, Tianyi Xu, Jiedong Jiang, Wanyi He, Pu Yang, Mengzhou Sun, Haocheng Ju, Peihao Wu, Bryan Dai, Bin Dong

Nowadays, formal theorem provers have made monumental progress on high-school and competition-level mathematics, but few of them generalize to more advanced mathematics. In this paper, we present REAL-Prover, a new open-source stepwise theorem prover for Lean 4 to push this boundary. This prover, based on our fine-tuned large language model (REAL-Prover-v1) and integrated with a retrieval system (Leansearch-PS), notably boosts performance on solving college-level mathematics problems. To train REAL-Prover-v1, we developed HERALD-AF, a data extraction pipeline that converts natural language math problems into formal statements, and a new open-source Lean 4 interactive environment (Jixia-interactive) to facilitate synthesis data collection. In our experiments, our prover using only supervised fine-tune achieves competitive results with a 23.7% success rate (Pass@64) on the ProofNet dataset-comparable to state-of-the-art (SOTA) models. To further evaluate our approach, we introduce FATE-M, a new benchmark focused on algebraic problems, where our prover achieves a SOTA success rate of 56.7% (Pass@64).

📄 PDF Abstract BibTeX arXiv:2505.20613

Code (1)

frenzymath/REAL-Prover 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelMathMathematical ReasoningRetrieval

Similar Papers 제목 키워드 기반

LeanDojo: Theorem Proving with Retrieval-Augmented Language Models

2023-06-27 · NeurIPS 2023 11 · Kaiyu Yang, Aidan M. Swope, Alex Gu, Rahul Chalamala 외

Large language models (LLMs) have shown promise in proving formal theorems using proof assistants such as Lean. However, existing methods are difficult to reproduce or build on, due to private code, data, and large compu…

Automated Theorem ProvingGPUMathRetrieval

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 외 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 …

OProver: A Unified Framework for Agentic Formal Theorem Proving

2026-05-17 · David Ma, Kaijing Ma, Shawn Guo, Yunfeng Shi 외 arxiv

Recent progress in formal theorem proving has benefited from large-scale proof generation and verifier-aware training, but agentic proving is rarely integrated into prover training, appearing only at inference time. We p…

ProofBridge: Auto-Formalization of Natural Language Proofs in Lean via Joint Embeddings

2025-10-17 · Prithwish Jana, Kaan Kale, Ahmet Ege Tanriverdi, Cruise Song 외 arxiv

Translating human-written mathematical theorems and proofs from natural language (NL) into formal languages (FLs) like Lean 4 has long been a significant challenge for AI. Most state-of-the-art methods either focus on th…

Cross-Modal Retrieval

Leanabell-Prover-V2: Verifier-integrated Reasoning for Formal Theorem Proving via Reinforcement Learning

2025-07-11 · Xingguang Ji, Yahui Liu, Qi Wang, Jingyuan Zhang 외 arxiv

We introduce our Leanabell-Prover-V2, a 7B large language models (LLMs) that can produce formal theorem proofs in Lean 4, with verifier-integrated Long Chain-of-Thoughts (CoT). Following our previous work Leanabell-Prove…

Reinforcement Learning