paper-with-me

Papers

FormalMATH: Benchmarking Formal Mathematical Reasoning of Large Language Models

2025-05-05 · Zhouliang Yu, Ruotian Peng, Keyi Ding, Yizhe Li, Zhongyuan Peng, Minghao Liu, Yifan Zhang, Zheng Yuan, Huajian Xin, Wenhao Huang, Yandong Wen, Ge Zhang, Weiyang Liu

Formal mathematical reasoning remains a critical challenge for artificial intelligence, hindered by limitations of existing benchmarks in scope and scale. To address this, we present FormalMATH, a large-scale Lean4 benchmark comprising 5,560 formally verified problems spanning from high-school Olympiad challenges to undergraduate-level theorems across diverse domains (e.g., algebra, applied mathematics, calculus, number theory, and discrete mathematics). To mitigate the inefficiency of manual formalization, we introduce a novel human-in-the-loop autoformalization pipeline that integrates: (1) specialized large language models (LLMs) for statement autoformalization, (2) multi-LLM semantic verification, and (3) negation-based disproof filtering strategies using off-the-shelf LLM-based provers. This approach reduces expert annotation costs by retaining 72.09% of statements before manual verification while ensuring fidelity to the original natural-language problems. Our evaluation of state-of-the-art LLM-based theorem provers reveals significant limitations: even the strongest models achieve only 16.46% success rate under practical sampling budgets, exhibiting pronounced domain bias (e.g., excelling in algebra but failing in calculus) and over-reliance on simplified automation tactics. Notably, we identify a counterintuitive inverse relationship between natural-language solution guidance and proof success in chain-of-thought reasoning scenarios, suggesting that human-written informal reasoning introduces noise rather than clarity in the formal reasoning settings. We believe that FormalMATH provides a robust benchmark for benchmarking formal mathematical reasoning.

📄 PDF Abstract BibTeX arXiv:2505.02735

Code (1)

sphere-ai-lab/formalmath-bench 공식 구현 pytorch

Tasks

BenchmarkingMathematical ReasoningNegation

Similar Papers 제목 키워드 기반

StepFun-Formalizer: Unlocking the Autoformalization Potential of LLMs through Knowledge-Reasoning Fusion

2025-08-06 · Yutong Wu, Di Huang, Ruosi Wan, Yue Peng 외 arxiv

Autoformalization aims to translate natural-language mathematical statements into a formal language. While LLMs have accelerated progress in this area, existing methods still suffer from low accuracy. We identify two key…

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

2025-10-01 · Yuchen Tian, Ruiyuan Huang, Xuanwu Wang, Jing Ma 외 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…

Automated Theorem ProvingData Augmentation

MathCoPilot: An Interactive System for Human-AI Symbiotic Paradigm of Mathematical Research

2026-07-16 · Junjie Zhang, Jiayu Liu, Wenbin Liu, Zhenya Huang 외 arxiv

Existing LLM-based theorem provers have achieved impressive results on formal mathematics benchmarks, yet they remain confined to acting as autonomous agents that prove a stated proposition. In this paper, we propose Mat…

Beyond Theorem Proving: Formulation, Framework and Benchmark for Formal Problem-Solving

2025-05-07 · Qi Liu, Xinhao Zheng, Renqiu Xia, Xingzhi Qi 외

As a seemingly self-explanatory task, problem-solving has been a significant component of science and engineering. However, a general yet concrete formulation of problem-solving itself is missing. With the recent develop…

Automated Theorem Proving

ErrorRadar: Benchmarking Complex Mathematical Reasoning of Multimodal Large Language Models Via Error Detection

2024-10-06 · Yibo Yan, Shen Wang, Jiahao Huo, Hang Li 외

As the field of Multimodal Large Language Models (MLLMs) continues to evolve, their potential to revolutionize artificial intelligence is particularly promising, especially in addressing mathematical reasoning tasks. Cur…

BenchmarkingMathematical Reasoning