paper-with-me

홈 › Papers

EvolProver: Advancing Automated Theorem Proving by Evolving Formalized Problems via Symmetry and Difficulty

2025-10-01 · Yuchen Tian, Ruiyuan Huang, Xuanwu Wang, Jing Ma, Zengfeng Huang, Ziyang Luo, Hongzhan Lin, Da Zheng, Lun Du arxiv

Large Language Models (LLMs) for formal theorem proving have shown significant promise, yet they often lack generalizability and are fragile to even minor transformations of problem statements. To address this limitation, we introduce a novel data augmentation pipeline designed to enhance model robustness from two perspectives: symmetry and difficulty. From the symmetry perspective, we propose two complementary methods: EvolAST, an Abstract Syntax Tree (AST) based approach that targets syntactic symmetry to generate semantically equivalent problem variants, and EvolDomain, which leverages LLMs to address semantic symmetry by translating theorems across mathematical domains. From the difficulty perspective, we propose EvolDifficulty, which uses carefully designed evolutionary instructions to guide LLMs in generating new theorems with a wider range of difficulty. We then use the evolved data to train EvolProver, a 7B-parameter non-reasoning theorem prover. EvolProver establishes a new state-of-the-art (SOTA) on FormalMATH-Lite with a 53.8% pass@32 rate, surpassing all models of comparable size, including reasoning-based models. It also sets new SOTA records for non-reasoning models on MiniF2F-Test (69.8% pass@32), Ineq-Comp-Seed (52.2% pass@32), and Ineq-Comp-Transformed (34.0% pass@32). Ablation studies further confirm our data augmentation pipeline's effectiveness across multiple benchmarks.

📄 PDF Abstract BibTeX arXiv:2510.00732

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem ProvingData Augmentation

Results from the Paper

RankTaskDatasetModelMetrics
#59 Automated Theorem Proving miniF2F-test EvolDifficulty Pass@32: 69.8

Similar Papers 제목 키워드 기반

DeepTheorem: Advancing LLM Reasoning for Theorem Proving Through Natural Language and Reinforcement Learning

2025-05-29 · Ziyin Zhang, Jiahao Xu, Zhiwei He, Tian Liang 외

Theorem proving serves as a major testbed for evaluating complex reasoning abilities in large language models (LLMs). However, traditional automated theorem proving (ATP) approaches rely heavily on formal proof systems t…

Automated Theorem ProvingMathematical Reasoning

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

Lean Meets Theoretical Computer Science: Scalable Synthesis of Theorem Proving Challenges in Formal-Informal Pairs

2025-08-21 · Terry Jingchen Zhang, Wenyuan Jiang, Rongchuan Liu, Yisong Wang 외 arxiv

Formal theorem proving (FTP) has emerged as a critical foundation for evaluating the reasoning capabilities of large language models, enabling automated verification of mathematical proofs at scale. However, progress has…

Automated Theorem ProvingArithmetic 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

Learning Theorem Proving Components

2021-07-21 · Karel Chvalovský, Jan Jakubův, Miroslav Olšák, Josef Urban

Saturation-style automated theorem provers (ATPs) based on the given clause procedure are today the strongest general reasoners for classical first-order logic. The clause selection heuristics in such systems are, howeve…

Automated Theorem ProvingGraph Neural Network