paper-with-me

Papers

A New Approach Towards Autoformalization

2023-10-12 · Nilay Patel, Rahul Saha, Jeffrey Flanigan

Verifying mathematical proofs is difficult, but can be automated with the assistance of a computer. Autoformalization is the task of automatically translating natural language mathematics into a formal language that can be verified by a program. This is a challenging task, and especially for higher-level mathematics found in research papers. Research paper mathematics requires large amounts of background and context. In this paper, we propose an avenue towards tackling autoformalization for research-level mathematics, by breaking the task into easier and more approachable subtasks: unlinked formalization (formalization with unlinked definitions and theorems), entity linking (linking to the proper theorems and definitions), and finally adjusting types so it passes the type checker. In addition, we present arXiv2Formal, a benchmark dataset for unlinked formalization consisting of 50 theorems formalized for the Lean theorem prover sampled from papers on arXiv.org. We welcome any contributions from the community to future versions of this dataset.

📄 PDF Abstract BibTeX arXiv:2310.07957

Code (1)

jlab-nlp/arxiv2formal 공식 구현

Tasks

Entity LinkingMathematical Proofs

Similar Papers 제목 키워드 기반

MathAtlas: A Benchmark for Autoformalization in the Wild

2026-05-13 · Nilay Patel, Noah Arias, Davit Babayan, Victoria Cochran 외 arxiv

Current autoformalization benchmarks are largely focused on olympiad or undergraduate mathematics, while graduate and research-level mathematics remains underexplored. In this paper, we introduce MathAtlas, the first lar…

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…

ReForm: Reflective Autoformalization with Prospective Bounded Sequence Optimization

2025-10-28 · Guoxin Chen, Jing Wu, Xinjie Chen, Wayne Xin Zhao 외 arxiv

Autoformalization, which translates natural language mathematics into machine-verifiable formal statements, is critical for using formal mathematical reasoning to solve math problems stated in natural language. While Lar…

Mathematical Reasoning

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

Consistent Autoformalization for Constructing Mathematical Libraries

2024-10-05 · Lan Zhang, Xin Quan, Andre Freitas

Autoformalization is the task of automatically translating mathematical content written in natural language to a formal language expression. The growing language interpretation capabilities of Large Language Models (LLMs…

DenoisingRAGRetrieval-augmented Generation