paper-with-me

홈 › Papers

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

2025-05-16 · Zhenwen Liang, Linfeng Song, Yang Li, Tao Yang, Feng Zhang, Haitao Mi, Dong Yu

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 performance, existing stepwise provers often suffer from biased search guidance, leading to inefficiencies and suboptimal proof strategies. This paper introduces the Multi-Perspective Search Prover (MPS-Prover), a novel stepwise ATP system designed to overcome these limitations. MPS-Prover incorporates two key innovations: a highly effective post-training data curation strategy that prunes approximately 40% of redundant training data without sacrificing performance, and a multi-perspective tree search mechanism. This search integrates a learned critic model with strategically designed heuristic rules to diversify tactic selection, prevent getting trapped in unproductive states, and enhance search robustness. Extensive evaluations demonstrate that MPS-Prover achieves state-of-the-art performance on multiple challenging benchmarks, including miniF2F and ProofNet, outperforming prior 7B parameter models. Furthermore, our analyses reveal that MPS-Prover generates significantly shorter and more diverse proofs compared to existing stepwise and whole-proof methods, highlighting its efficiency and efficacy. Our work advances the capabilities of LLM-based formal reasoning and offers a robust framework and a comprehensive analysis for developing more powerful theorem provers.

📄 PDF Abstract BibTeX arXiv:2505.10962

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem Proving

Similar Papers 제목 키워드 기반

LLM-based Automated Theorem Proving Hinges on Scalable Synthetic Data Generation

2025-05-17 · Junyu Lai, Jiakun Zhang, Shuo Xu, Taolue Chen 외

Recent advancements in large language models (LLMs) have sparked considerable interest in automated theorem proving and a prominent line of research integrates stepwise LLM-based provers into tree search. In this paper, …

Automated Theorem ProvingSynthetic Data Generation

HybridProver: Augmenting Theorem Proving with LLM-Driven Proof Synthesis and Refinement

2025-05-21 · Jilin Hu, Jianyu Zhang, Yongwang Zhao, Talia Ringer

Formal methods is pivotal for verifying the reliability of critical systems through rigorous mathematical proofs. However, its adoption is hindered by labor-intensive manual proofs and the expertise required to use theor…

Automated Theorem ProvingMathematical Proofs

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

LEGO-Prover: Neural Theorem Proving with Growing Libraries

2023-10-01 · Haiming Wang, Huajian Xin, Chuanyang Zheng, Lin Li 외

Despite the success of large language models (LLMs), the task of theorem proving still remains one of the hardest reasoning tasks that is far from being fully solved. Prior methods using language models have demonstrated…

Automated Theorem Proving

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