Stress-Testing the Reasoning Competence of LLMs With Proofs Under Minimal Formalism
Summary
ProofGrid is a benchmark suite that evaluates LLM reasoning through machine-checkable proofs using minimal formal notation, with tasks in proof writing, checking, and gap-filling, revealing progress and remaining limits including epistemic instability.
View Cached Full Text
Cached at: 05/18/26, 06:27 PM
Paper page - Stress-Testing the Reasoning Competence of LLMs With Proofs Under Minimal Formalism
Source: https://huggingface.co/papers/2605.12524
Abstract
ProofGrid presents a benchmark suite for evaluating LLM reasoning through machine-checkable proofs, featuring tasks in proof writing and verification with minimal formal notation and a comparative framework for assessing reasoning depth and stability.
We introduce ProofGrid, a benchmark suite for evaluating LLM reasoning throughmachine-checkable proofsrather than final answers alone. ProofGrid contains 15 tasks spanningproof writing,proof checking,proof masking, andproof gap-filling. Tasks are expressed in minimalformal notation, especiallyNDL, a compactnatural-deduction languagethat fits in short prompts and supports precise, auditable verification. This yields mechanical, reproducible, and fine-grained evaluation rather than judgments by humans or LLMs. ProofGrid covers a calibrated difficulty spectrum, from foundational reasoning tests to structurally rich challenge tasks that no current model solves, while minimizing reliance on domain knowledge, solver delegation, and long-context artifacts. We also develop a comparative framework for reasoning benchmarks and use it to situate ProofGrid relative to existing work in terms of representation, verification guarantees, andreasoning depth. Methodologically, we introduce an instrumented proof-checking pipeline that tolerates minor surface deviations while locating the first substantive reasoning failure, improving measurement resolution and separating proof planning from low-level execution noise. Using this pipeline, we evaluate a broad range of open and proprietary models. Results show rapid progress but substantial remaining limits: frontier models perform well on several foundational tasks, yet difficult tasks, especially those requiring global combinatorial reasoning or low-level proof synthesis, remain far from solved. We also identify epistemic instability, where models generate flawed proofs yet correctly reject those local inferences in isolation, and formalize this with anEpistemic Stability Index. Finally, we complement accuracy with2PL IRT analyses,Wright maps, and a normalized task-discrimination measure based onFisher information.
View arXiv pageView PDFProject pageGitHub2Add to collection
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.12524 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.12524 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.12524 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
MA-ProofBench: A Two-Tiered Evaluation of LLMs for Theorem Proving in Mathematical Analysis
MA-ProofBench is a new formal benchmark for evaluating LLMs on theorem proving in mathematical analysis, containing 200 problems across two difficulty levels. The best model, GPT-5.5, achieves only 16% on Level I and 5% on Level II, highlighting a significant gap between informal and formal reasoning.
LinAlg-Bench: A Forensic Benchmark Revealing Structural Failure Modes in LLM Mathematical Reasoning
Introduces LinAlg-Bench, a diagnostic benchmark evaluating 10 frontier LLMs on structured linear algebra computation across matrix dimensions, revealing that LLM mathematical failure is structurally constrained and transitions from execution errors to computational abandonment at 4x4 scale.
LGMT: Logic-Grounded Metamorphic Testing for Evaluating the Reasoning Reliability of LLMs
This paper introduces LGMT, a framework that uses first-order logic to generate semantically invariant test cases for evaluating LLM reasoning reliability. Experiments on six LLMs show that LGMT exposes hidden defects missed by static benchmarks, suggesting evaluation should focus on robustness under logical invariance.
RePro: Proof-Verified Benchmark Rewriting for Reliable Evaluation of LLM Mathematical Problem Solving
RePro integrates Lean-oriented neural automated theorem provers into benchmark rewriting to ensure problem validity and answer correctness for reliable evaluation of LLMs in mathematical problem solving.
Scientific Logicality Enriched Methodology for LLM Reasoning: A Practice in Physics
This paper introduces a methodology to enrich scientific logicality in LLM reasoning, including assessment criteria and data sampling methods, and demonstrates its effectiveness on physics problems using multiple backbone LLMs.