paper-with-me

홈 › Papers

Lean Workbook: A large-scale Lean problem set formalized from natural language math problems

2024-06-06 · Huaiyuan Ying, Zijian Wu, Yihan Geng, Jiayu Wang, Dahua Lin, Kai Chen

Large language models have demonstrated impressive capabilities across various natural language processing tasks, especially in solving mathematical problems. However, large language models are not good at math theorem proving using formal languages like Lean. A significant challenge in this area is the scarcity of training data available in these formal languages. To address this issue, we propose a novel pipeline that iteratively generates and filters synthetic data to translate natural language mathematical problems into Lean 4 statements, and vice versa. Our results indicate that the synthetic data pipeline can provide useful training data and improve the performance of LLMs in translating and understanding complex mathematical problems and proofs. Our final dataset contains about 57K formal-informal question pairs along with searched proof from the math contest forum and 21 new IMO questions. We open-source our code at https://github.com/InternLM/InternLM-Math and our data at https://huggingface.co/datasets/InternLM/Lean-Workbook.

📄 PDF Abstract BibTeX arXiv:2406.03847

Code (1)

internlm/internlm-math 공식 구현 pytorch

Tasks

Automated Theorem ProvingMath

Similar Papers 제목 키워드 기반

InternLM2.5-StepProver: Advancing Automated Theorem Proving via Expert Iteration on Large-Scale LEAN Problems

2024-10-21 · Zijian Wu, Suozhi Huang, Zhejian Zhou, Huaiyuan Ying 외

Large Language Models (LLMs) have emerged as powerful tools in mathematical theorem proving, particularly when utilizing formal languages such as LEAN. The major learning paradigm is expert iteration, which necessitates …

Automated Theorem ProvingCPUMath

LeanProgress: Guiding Search for Neural Theorem Proving via Proof Progress Prediction

2025-02-25 · Suozhi Huang, Peiyang Song, Robert Joseph George, Anima Anandkumar

Mathematical reasoning remains a significant challenge for Large Language Models (LLMs) due to hallucinations. When combined with formal proof assistants like Lean, these hallucinations can be eliminated through rigorous…

Automated Theorem ProvingMathematical Reasoning

Goedel-Prover: A Frontier Model for Open-Source Automated Theorem Proving

2025-02-11 · Yong Lin, Shange Tang, Bohan Lyu, Jiayun Wu 외

We introduce Goedel-Prover, an open-source large language model (LLM) that achieves the state-of-the-art (SOTA) performance in automated formal proof generation for mathematical problems. The key challenge in this field …

Automated Theorem ProvingLarge Language ModelMath

Rethinking Supervision Granularity: Segment-Level Learning for LLM-Based Theorem Proving

2026-05-12 · Shuo Xu, Jiakun Zhang, Junyu Lai, Chun Cao 외 arxiv

Automated theorem proving with large language models in Lean 4 is commonly approached through either step-level tactic prediction with tree search or whole-proof generation. These two paradigms represent opposite granula…

Automated Theorem Proving

Boolean Matrix Factorization and Noisy Completion via Message Passing

2015-09-28 · Siamak Ravanbakhsh, Barnabas Poczos, Russell Greiner

Boolean matrix factorization and Boolean matrix completion from noisy observations are desirable unsupervised data-analysis methods due to their interpretability, but hard to perform due to their NP-hardness. We treat th…

Collaborative FilteringMatrix Completion