When to Trust the Cheap Check: Weak and Strong Verification for Reasoning
Shayan Kiyani, Sima Noorani, George Pappas, Hamed Hassani
TL;DR
The paper addresses reliable reasoning with LLMs by orchestrating fast, cheap weak verification with selective, costly strong verification. It formalizes weak–strong verification policies, introduces calibration and sharpness as key weak-verifier properties, and proves that optimal policies have a two-threshold structure. It then presents Selective Strong Verification (SSV), an online, distribution-free algorithm that maintains target type-I and type-II error rates while controlling strong-verification usage, with guarantees in finite samples. Empirical results on outcome-level math and stepwise Sudoku demonstrate principled navigation of the accuracy–cost frontier, achieving near-oracle performance with substantially fewer strong-verifier calls. The framework offers scalable, trustworthy reasoning for high-stakes domains by allocating verification resources where they are most needed, under explicit error constraints.
Abstract
Reasoning with LLMs increasingly unfolds inside a broader verification loop. Internally, systems use cheap checks, such as self-consistency or proxy rewards, which we call weak verification. Externally, users inspect outputs and steer the model through feedback until results are trustworthy, which we call strong verification. These signals differ sharply in cost and reliability: strong verification can establish trust but is resource-intensive, while weak verification is fast and scalable but noisy and imperfect. We formalize this tension through weak--strong verification policies, which decide when to accept or reject based on weak verification and when to defer to strong verification. We introduce metrics capturing incorrect acceptance, incorrect rejection, and strong-verification frequency. Over population, we show that optimal policies admit a two-threshold structure and that calibration and sharpness govern the value of weak verifiers. Building on this, we develop an online algorithm that provably controls acceptance and rejection errors without assumptions on the query stream, the language model, or the weak verifier.
