paper-with-me

홈 › Papers

Characterizing Paraphrase-Induced Failures in Lean 4 Autoformalization

2026-04-25 · William Feng, Ethan Lou, Aryan Sharma arxiv

Lean 4 autoformalization has become increasingly popular in recent years, with frontier language models and open-weight autoformalizers now producing valid formalizations of mathematical theorems. However, these evaluations often rely on single canonical phrasings of theorems and rarely probe whether outputs are robust to natural variation in inputs, while prior work has shown that semantically equivalent paraphrases often induce divergent formal outputs. We study the structure of these divergences in Lean 4 by applying deterministic paraphrase rules to datasets of undergraduate and Olympiad-level math problems. Across four frontier models and three open-weight autoformalizers, we find that paraphrase sensitivity is dominated by failures at the code-generation layer, and that these failures are typed differently by dataset. Furthermore, these patterns generalize to open-weight models, showing that state-of-the-art autoformalizers still struggle to generate valid Lean code. Our results provide a failure-mode taxonomy for autoformalization and motivate training-time interventions targeted at specific compilation failures.

📄 PDF Abstract BibTeX arXiv:2604.23135

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Autoformalization Robustness via Semantically Similar Paraphrasing

2025-11-16 · Hayden Moore, Asfahan Shah arxiv

Large Language Models (LLMs) have recently emerged as powerful tools for autoformalization. Despite their impressive performance, these models can still struggle to produce grounded and verifiable formalizations. Recent …

Evaluating the Robustness of Proof Autoformalization in Lean 4

2026-06-12 · Zhengtao Gui, Sheng Yang, Zhouxing Shi arxiv

Proof autoformalization aims to translate a mathematical informal proof written in natural language into a formal proof in a formal language such as Lean~4. Several works have developed LLM-based models for proof autofor…

An Evaluation Benchmark for Autoformalization in Lean4

2024-06-01 · Aryan Gulati, Devanshu Ladsaria, Shubhra Mishra, Jasdeep Sidhu 외

Large Language Models (LLMs) hold the potential to revolutionize autoformalization. The introduction of Lean4, a mathematical programming language, presents an unprecedented opportunity to rigorously assess the autoforma…

Process-Driven Autoformalization in Lean 4

2024-06-04 · Jianqiao Lu, Yingjia Wan, Zhengying Liu, Yinya Huang 외

Autoformalization, the conversion of natural language mathematics into formal languages, offers significant potential for advancing mathematical reasoning. However, existing efforts are limited to formal languages with s…

Mathematical Reasoning

MerLean: An Agentic Framework for Autoformalization in Quantum Computation

2026-02-18 · Yuanjie Ren, Jinzheng Li, Yidi Qi arxiv

We introduce MerLean, a fully automated agentic framework for autoformalization in quantum computation. MerLean extracts mathematical statements from \LaTeX{} source files, formalizes them into verified Lean~4 code built…