🤖 AI Summary
Existing uncertainty quantification methods can only provide statistical guarantees for the final outputs of language models, leaving intermediate reasoning steps uncertified. This work proposes CROP, the first method to deliver conformal certification for prefixes of reasoning trajectories. Under an exchangeability assumption, CROP employs a step-level risk proxy and conformal calibration to select a threshold that identifies the longest prefix free of errors, which can then be used for downstream auditing or repair. By unifying process supervision, abstention, and correction, CROP introduces certified prefix length as a novel evaluation metric for verifiers. Experiments across six reasoning datasets demonstrate that CROP effectively balances over- and under-truncation, substantially improving downstream repair accuracy, while revealing that conventional metrics like AUROC inadequately capture prefix utility.
📝 Abstract
Language model reasoning traces are rarely all-or-nothing; they frequently contain valid intermediate steps before a critical error occurs. Existing uncertainty quantification methods typically certify final answers or entire responses, failing to provide statistical guarantees for the proportion of a sequential trace that can be safely retained. To address this, we introduce CROP (Conformal Reasoning Output Prefixes), a verifier-agnostic calibration procedure for clean-prefix certification. Given any step-level risk proxy, CROP selects a calibrated threshold and returns the longest contiguous prefix whose step risk proxies remain below it, routing the uncertified suffix for downstream review or repair. Assuming exchangeability, CROP rigorously controls the marginal probability that the returned prefix contains an annotated error. Across six process-labeled reasoning datasets, we demonstrate that standard step-level metrics such as AUROC do not fully capture prefix utility, suggesting verifiers should instead be evaluated by certified prefix length. Furthermore, CROP balances over- and under-withholding, improving downstream repair accuracy by preserving valid intermediate reasoning while discarding misleading suffixes. Ultimately, this work positions prefix certification as a rigorous, practical bridge between process supervision, abstention, and repair.