paper-with-me

Papers

LeanGeo: Formalizing Competitional Geometry problems in Lean

2025-08-20 · Chendong Song, Zihan Wang, Frederick Pu, Haiming Wang, Xiaohan Lin, Junqi Liu, Jia Li, Zhengying Liu arxiv

Geometry problems are a crucial testbed for AI reasoning capabilities. Most existing geometry solving systems cannot express problems within a unified framework, thus are difficult to integrate with other mathematical fields. Besides, since most geometric proofs rely on intuitive diagrams, verifying geometry problems is particularly challenging. To address these gaps, we introduce LeanGeo, a unified formal system for formalizing and solving competition-level geometry problems within the Lean 4 theorem prover. LeanGeo features a comprehensive library of high-level geometric theorems with Lean's foundational logic, enabling rigorous proof verification and seamless integration with Mathlib. We also present LeanGeo-Bench, a formal geometry benchmark in LeanGeo, comprising problems from the International Mathematical Olympiad (IMO) and other advanced sources. Our evaluation demonstrates the capabilities and limitations of state-of-the-art Large Language Models on this benchmark, highlighting the need for further advancements in automated geometric reasoning. We open source the theorem library and the benchmark of LeanGeo at https://github.com/project-numina/LeanGeo/tree/master.

📄 PDF Abstract BibTeX arXiv:2508.14644

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Autoformalizing Euclidean Geometry

2024-05-27 · Logan Murphy, Kaiyu Yang, Jialiang Sun, Zhaoyu Li 외

Autoformalization involves automatically translating informal math into formal theorems and proofs that are machine-verifiable. Euclidean geometry provides an interesting and controllable domain for studying autoformaliz…

Math

Geoint-R1: Formalizing Multimodal Geometric Reasoning with Dynamic Auxiliary Constructions

2025-08-05 · Jingxuan Wei, Caijun Jia, Qi Chen, Honghao He 외 arxiv

Mathematical geometric reasoning is essential for scientific discovery and educational development, requiring precise logic and rigorous formal verification. While recent advances in Multimodal Large Language Models (MLL…

Multimodal Reasoning

Lean-GAP: A Dataset of Formalized Graduate Algebra Problems

2026-05-20 · Seewoo Lee, Byung-Hak Hwang, Hyojae Lim, Jihoon Hyun 외 arxiv

We present Lean-GAP (Lean-Graduate Agebra Problems), 430 formalized graduate-level algebra problems from the textbook Abstract Algebra by Dummit and Foote. We develop a scalable pipeline consisting of PDF-to-LaTeX prepro…

Abstract Algebra

Beyond the Library: An Agentic Framework for Autoformalizing Research Mathematics

2026-06-30 · Arshia Soltani Moakhar, Iman Gholami, Max Springer, Mahdi JafariRaviz 외 arxiv

While Large Language Models (LLMs) have demonstrated exceptional capabilities in mathematical reasoning, they frequently produce subtle errors that evade human detection. Formal mathematical languages like Lean 4 offer m…

Mathematical Reasoning

LeanReasoner: Boosting Complex Logical Reasoning with Lean

2024-03-20 · Dongwei Jiang, Marcio Fonseca, Shay B. Cohen

Large language models (LLMs) often struggle with complex logical reasoning due to logical inconsistencies and the inherent difficulty of such reasoning. We use Lean, a theorem proving framework, to address these challeng…

Automated Theorem ProvingLogical Reasoning