paper-with-me

Papers

SITA: A Framework for Structure-to-Instance Theorem Autoformalization

2025-11-13 · Chenyi Li, Wanli Ma, Zichen Wang, Zaiwen Wen arxiv

While large language models (LLMs) have shown progress in mathematical reasoning, they still face challenges in formalizing theorems that arise from instantiating abstract structures in concrete settings. With the goal of auto-formalizing mathematical results at the research level, we develop a framework for structure-to-instance theorem autoformalization (SITA), which systematically bridges the gap between abstract mathematical theories and their concrete applications in Lean proof assistant. Formalized abstract structures are treated as modular templates that contain definitions, assumptions, operations, and theorems. These templates serve as reusable guides for the formalization of concrete instances. Given a specific instantiation, we generate corresponding Lean definitions and instance declarations, integrate them using Lean's typeclass mechanism, and construct verified theorems by checking structural assumptions. We incorporate LLM-based generation with feedback-guided refinement to ensure both automation and formal correctness. Experiments on a dataset of optimization problems demonstrate that SITA effectively formalizes diverse instances grounded in abstract structures.

📄 PDF Abstract BibTeX arXiv:2511.10356

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Towards a Common Framework for Autoformalization

2025-09-11 · Agnieszka Mensfelt, David Tena Cucala, Santiago Franco, Angeliki Koutsoukou-Argyraki 외 arxiv

Autoformalization has emerged as a term referring to the automation of formalization - specifically, the formalization of mathematics using interactive theorem provers (proof assistants). Its rapid development has been d…

Monotonic Reference-Free Refinement for Autoformalization

2026-01-30 · Lan Zhang, Marco Valentino, André Freitas arxiv

While statement autoformalization has advanced rapidly, full-theorem autoformalization remains largely unexplored. Existing iterative refinement methods in statement autoformalization typically improve isolated aspects o…

ProofNet: Autoformalizing and Formally Proving Undergraduate-Level Mathematics

2023-02-24 · Zhangir Azerbayev, Bartosz Piotrowski, Hailey Schoelkopf, Edward W. Ayers 외

We introduce ProofNet, a benchmark for autoformalization and formal proving of undergraduate-level mathematics. The ProofNet benchmarks consists of 371 examples, each consisting of a formal theorem statement in Lean 3, a…

Abstract AlgebraAutomated Theorem ProvingIn-Context LearningRetrieval

Autoformalization with Large Language Models

2022-05-25 · Yuhuai Wu, Albert Q. Jiang, Wenda Li, Markus N. Rabe 외

Autoformalization is the process of automatically translating from natural language mathematics to formal specifications and proofs. A successful autoformalization system could advance the fields of formal verification, …

Automated Theorem ProvingProgram Synthesis

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…