PulseAugur
EN
LIVE 08:58:10

New LLM Tool ProofJudge Evaluates Formal Proof Quality in Mathlib

Researchers have developed ProofJudge, an LLM-based system designed to evaluate the quality of formal proofs written in the Lean 4 programming language, specifically within the Mathlib library. This agentic system assesses proofs across five criteria beyond mere correctness, including library leverage, automation fit, structural clarity, statement quality, and adherence to Mathlib conventions. ProofJudge was evaluated on a dataset of 218 Mathlib pull requests, demonstrating an ability to align with human reviewer preferences significantly above chance, with some open-weight models achieving high accuracy at a reduced cost. The project aims to foster further research by releasing the judge harness, evaluation dataset, and traces as open-source artifacts. AI

IMPACT This tool could improve the efficiency and consistency of code review for formal mathematical proofs, potentially accelerating development in theorem proving communities.

RANK_REASON The cluster describes a new research paper detailing an LLM-based evaluation system for formal proofs.

Read on Hugging Face Daily Papers →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

New LLM Tool ProofJudge Evaluates Formal Proof Quality in Mathlib

COVERAGE [2]

  1. arXiv cs.AI TIER_1 English(EN) · Shane Caldwell ·

    ProofJudge: Tool-Grounded LLM Evaluation of Formal Proof Quality in Mathlib

    arXiv:2608.20432v1 Announce Type: cross Abstract: Formal proofs in Lean 4 that pass the kernel's type checker can nonetheless vary widely in quality. We introduce ProofJudge, an agentic LLM-as-judge system that scores formal proof quality along five dimensions beyond correctness:…

  2. Hugging Face Daily Papers TIER_1 English(EN) ·

    ProofJudge: Tool-Grounded LLM Evaluation of Formal Proof Quality in Mathlib

    Formal proofs in Lean 4 that pass the kernel's type checker can nonetheless vary widely in quality. We introduce ProofJudge, an agentic LLM-as-judge system that scores formal proof quality along five dimensions beyond correctness: library leverage, automation fit, structural clar…