Risk-Controlled Lean-as-Judge for Natural-Language Mathematical Reasoning
Abstract
Lean is increasingly used to judge natural-language mathematical answers, but its signal is partial: many answers never formalize, and a failed proof may reflect an ill-typed statement or a missing library fact, not a wrong answer. On MATH-500 we show this signal is (i) sharply coverage-dependent, that is the proof-winning answer is correct 96% of the time at high proved coverage but 20% at low, and (ii) sparse and often unfaithful: a 7B autoformalizer proves a class for only 28% of problems, and a manual audit finds only ≈43% of those proofs faithful. We propose CovCal, a selector over Lean-trace diagnostics that certifies a finite-sample selective-risk bound on accepted answers or abstains, under two regimes (a conservative Bonferroni bound and a tighter dev-then-cal rule). Feasibility depends on autoformalization coverage: with the 7B formalizer the signal is too sparse and Bonferroni abstains on all 20 bootstrap partitions, whereas a prover-specialized formalizer reaches 79% coverage and flips it to feasible on 17 of 20, accepting ≈48% of problems at 0.98 accepted accuracy. Since self-consistency alone is already 91% accurate, and confidence-only abstention gives a stronger empirical coverage-risk frontier in this setting, our contribution is not raw answer-selection accuracy. CovCal gives a precise account of when, and with which formalizer, a partial Lean trace is sufficiently covered to support a risk-controlled and auditable formal decision.