Pseudo-Formalization for Automatic Proof Verification

19d ago · Global · primary source: export.arxiv.org

A team of researchers has introduced Pseudo-Formalization, a new proof format designed to make automatic verification of mathematical reasoning more reliable by combining the precision of formal logic with the flexibility of natural language [1]. The work, posted to the arXiv preprint server, addresses a persistent bottleneck in artificial intelligence: verifying the correctness of proofs generated by AI systems. Fully formal proofs written in languages like Lean are unambiguous and modular, making them straightforward to check, but most proofs — especially those produced by AI — lack these properties. Translating them into formal languages remains difficult in many frontier mathematics settings [1]. Proof theory, a major branch of mathematical logic, treats proofs as formal mathematical objects, often represented as inductively defined data structures such as lists or trees constructed according to axioms and inference rules [3]. The new approach seeks a middle ground. Pseudo-Formalization, or PF, decomposes a proof into self-contained modules. Each module states its premises, conclusion, and proof in natural language. An algorithm called Block Verification then checks each module independently. To verify a regular natural-language proof, a large language model first translates it into the Pseudo-Formal format, after which Block Verification assesses correctness [1]. An algorithm is a finite sequence of mathematically rigorous instructions used to perform a computation or solve a class of problems [4]. The researchers evaluated the combined PF and Block Verification method on two benchmarks covering olympiad and research-level mathematics. The system pareto-dominated LLM-as-judge baselines on both precision and recall for finding errors [1]. The scientific method relies on empirical testing and experimental validation, with hypotheses adjusted or discarded based on results [5]. Alongside the method, the team released ArxivMathGradingBench, a new benchmark for research-level proof verification, to support further work in the field [1]. The paper was submitted by Luke Bailey on May 19, 2026, with a revised version following on June 17, 2026. The initial submission was 676 KB; the updated version is 698 KB [1]. arXiv, where the paper appears, is an open-access repository of electronic preprints that has grown to host over two million articles as of late 2021 and receives about 24,000 submissions per month [10].

research-papermodel-releasebenchmark

Background sources we checked (10)
  • arxiv.org ↗ Reliable verification of proofs remains a bottleneck for training and evaluating AI systems on hard mathematical reasoning. Fully formal proofs, in languages like Lean, are easy to verify because they are unambiguous and modular. Most proofs, particularly those written by AI syst…
  • en.wikipedia.org ↗ Proof theory is a major branch of mathematical logic and theoretical computer science within which proofs are treated as formal mathematical objects, facilitating their analysis by mathematical techniques. Proofs are typically presented as inductively defined data structures such…
  • en.wikipedia.org ↗ In mathematics and computer science, an algorithm ( ) is a finite sequence of mathematically rigorous instructions, typically used to solve a class of specific problems or to perform a computation. Algorithms are used as specifications for performing calculations and data process…
  • en.wikipedia.org ↗ The scientific method is an empirical method for acquiring knowledge through careful observation, rigorous skepticism, hypothesis testing, and experimental validation. Developed from ancient and medieval practices, it acknowledges that cognitive assumptions can distort the interp…
  • en.wikipedia.org ↗ In differential geometry, a Riemannian manifold (or Riemann space) is a geometric space on which many geometric notions such as distance, angles, length, volume, and curvature are defined. Euclidean space, the n {\displaystyle n} -sphere…
  • info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
  • blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
  • info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository ... # arXivLabs: Showcase ... arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. ... While the arXiv team is focused on our core mission—pr…
  • en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
  • en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…

Sources

Spot something wrong? Report an issue