paper-with-me

Papers

Aria: An Agent For Retrieval and Iterative Auto-Formalization via Dependency Graph

2025-10-06 · Hanyu Wang, Ruohan Xie, Yutong Wang, Guoxiong Gao, Xintao Yu, Bin Dong arxiv

Accurate auto-formalization of theorem statements is essential for advancing automated discovery and verification of research-level mathematics, yet remains a major bottleneck for LLMs due to hallucinations, semantic mismatches, and their inability to synthesize new definitions. To tackle these issues, we present Aria (Agent for Retrieval and Iterative Autoformalization), a system for conjecture-level formalization in Lean that emulates human expert reasoning via a two-phase Graph-of-Thought process: recursively decomposing statements into a dependency graph and then constructing formalizations from grounded concepts. To ensure semantic correctness, we introduce AriaScorer, a checker that retrieves definitions from Mathlib for term-level grounding, enabling rigorous and reliable verification. We evaluate Aria on diverse benchmarks. On ProofNet, it achieves 91.6% compilation success rate and 68.5% final accuracy, surpassing previous methods. On FATE-X, a suite of challenging algebra problems from research literature, it outperforms the best baseline with 44.0% vs. 24.0% final accuracy. On a dataset of homological conjectures, Aria reaches 42.9% final accuracy while all other models score 0%.

📄 PDF Abstract BibTeX arXiv:2510.04520

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

(Auto)formalization is supposed to be easy: Trellis process semantics for spelling out rigorous proofs

2026-06-08 · Wesley Pegden arxiv

We present Trellis: an autoformalization system that leverages LLM agents in a deterministically constrained workflow to enforce incremental progress in Lean autoformalization tasks through iterative refinement of natura…

GDPR Auto-Formalization with AI Agents and Human Verification

2026-04-16 · Ha Thanh Nguyen, Wachara Fungwacharakorn, Sabine Wehnert, May Myo Zin 외 arxiv

We study the overall process of automatic formalization of GDPR provisions using large language models, within a human-in-the-loop verification framework. Rather than aiming for full autonomy, we adopt a role-specialized…

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…

MathForm: Scaling Mathematical Autoformalization with Knowledge Retrieval and Verification-Guided Refinement

2026-08-14 · Lushi Pu, Weiming Zhang, Xinheng Xie, Zixuan Fu 외 arxiv

Autoformalization is commonly framed as translating natural-language mathematical statements into machine-verifiable formal languages such as Lean 4. However, faithful formalization requires more than translation. Models…

Reinforcement Learning

Agent Hunt: Bounty Based Collaborative Autoformalization With LLM Agents

2026-03-06 · Chad E. Brown, Cezary Kaliszyk, Josef Urban arxiv

We describe an experiment in large-scale autoformalization of algebraic topology in an Interactive Theorem Proving (ITP) environment, where the workload is distributed among multiple LLM-based coding agents. Rather than …