Scoring the Scorers: A Hierarchy of Verification Autonomy for LLM Reasoning (L0–L5)
This paper proposes a unified taxonomy for the diverse verifiers increasingly paired with large language models—step checkers, self-consistency filters, tool-based fact-checkers, and formal proof assistants. The authors argue that the term "level" in existing verification literature carries at least five distinct meanings: verification granularity, conceptual abstraction, risk tier, system-stack tier, and the epistemic source of truth. To address this, they introduce the Verification Autonomy Ladder (VAL), which classifies verification schemes along a single axis framed by two core questions: where verification specifications come from, and what their conclusions can guarantee. VAL spans L0 (LLM self-assertion with no deterministic anchor) to L2 (objective truth, guaranteeing only correctness), then L3/L4 (decidable systems offering single-property or domain-level completeness), while L5 remains unreachable in unrestricted settings. The key insight is the "completeness blind spot": substitution- and sample-based verifiers can confirm a candidate holds but cannot prove no candidate was missed. The argument is developed across symbolic mathematics, behavioral monitoring, medical diagnosis, and code generation, and is corroborated against the strongest formal verification baselines.
Background and Context
Large language models are now routinely paired with a growing ecosystem of verifiers, each claiming to catch model errors. Step checkers evaluate reasoning one move at a time, self-consistency filters rely on majority voting across samples, tool-based fact-checkers pull in external knowledge, and formal proof assistants demand strictly derived conclusions. Despite these differences, the authors observe that the verification literature uses the word "level" in a state of genuine confusion, at least five distinct meanings at once: verification granularity, conceptual abstraction, risk tier, system-stack tier, and the epistemic source of truth.
To cut through this muddle, the paper introduces the Verification Autonomy Ladder (VAL), a single-axis taxonomy organized around two questions: where do verification specifications come from, and what can their conclusions guarantee? The source of a specification determines the autonomy level. When rules come from the model's own assertions, the scheme stays at L0, with no deterministic anchor. When they rest on objective truth, the scheme reaches L2, guaranteeing only correctness. When they derive from formal specifications of a decidable system, the scheme enters L3 and L4.
The strength of a conclusion forms the second axis. Correctness is the weakest guarantee; completeness is the stronger promise. The authors note a distinction long left unstated: completeness can only be achieved for properties that admit formal specification, while empirical open-world verification—fact-checking, medical diagnosis—is pinned at the anchored correctness of L2. This explains why systems claiming "complete verification" can in practice only deliver partial correctness.
Deep Analysis
VAL is deliberately not another verifier but a classification and epistemic framework. Its most important insight is the completeness blind spot: substitution- and sample-based verifiers can confirm that a proposed candidate holds, but they cannot prove that no candidate was missed. Confirming that existing candidates are correct is not the same as confirming that none were overlooked—a distinction the paper carries through every section.
The authors also separate four dimensions long tangled together with the notion of a level. They prove that granularity, conceptual hierarchy, risk, and system-stack tier are orthogonal to VAL: none contains or implies the others. This decomposition untangles the systematic conceptual confusion the authors identify across 17 surveyed papers, re-splitting five meanings once lumped into one.
The argument is developed across four divergent domains. Symbolic mathematics and code generation sit near the decidable, specifiable end of the spectrum, while medical diagnosis and behavioral monitoring belong to empirical open-world verification. The authors evaluate schemes in each and test VAL's explanatory power against the strongest available formal verification baseline. Notably, the authors concede that this baseline's verifier "only looks at correctness at each step"—precisely the L2 anchored correctness VAL predicts, even inside the most rigorous formal system available.
Industry Impact
For the open-source community, the authors release code and a full evaluation as supplementary material, letting researchers re-examine their own verifiers against VAL rather than resting on vague claims of being "more reliable." For industrial deployment, the framework helps engineering teams decide more soberly: a verifier that guarantees only correctness cannot tell you whether an error was missed, and completeness holds only within formalizable ranges, so blind trust in a system's "completeness" carries real risk.
For subsequent research, VAL converts the long-fuzzled question of what verification can achieve into something analysable, measurable, and comparable. It steers work toward genuinely attainable goals—pursuing completeness on specifiable properties, or honestly labeling an L2 ceiling in open-world settings. It also warns against systems advertising "complete verification," since the completeness blind spot means confirmed candidates are never proof of an exhaustive search.
This warning has direct consequences for safety-critical contexts like medical diagnosis and code generation. Taken together, the paper lays a conceptual foundation for the fast-expanding field of LLM reasoning verification, with influence likely to reach verifier design, evaluation, and deployment alike.
Outlook
The paper's central claim is that the true boundary of verification capability is set by specification source and guarantee strength, not by the level labels people habitually reach for. VAL offers a shared conceptual language that lets different works be described precisely rather than conflated, and it reframes completeness as a conditional reward available only where properties can be formally specified.
Looking ahead, the framework invites empirical work that maps existing verifiers onto the ladder to expose hidden L2 ceilings, and theoretical work pushing specifiable properties toward broader L3 and L4 coverage. The authors' own admission that even the strongest formal baseline stops at correctness suggests that genuine completeness will remain a narrow prize rather than a general feature.
Whether VAL becomes the community's common vocabulary or remains one taxonomy among many will depend on adoption. What it establishes is a clearer standard for asking what a verifier can and cannot promise—and for recognizing that confirming a candidate holds is never the same as confirming nothing was missed.