Thought calibration: Efficient and confident test-time scaling
Menghua Wu, Cai Zhou, Stephen Bates, Tommi Jaakkola
TL;DR
This work tackles the compute cost of long chain-of-thought reasoning in language models by introducing thought calibration, a dynamic stopping rule guided by a reasoning graph framework. It leverages lightweight probes trained on hidden representations within a Learn then Test paradigm to provide calibrated risk control for terminating thinking early. Across three reasoning models and four datasets, thought calibration achieves up to a 60% reduction in thinking tokens in-distribution and up to 20% out-of-distribution without sacrificing accuracy, with consistency-based probes often offering better generalization. Limitations include reliance on calibration data similarity and linear probes, highlighting opportunities for richer probing and broader control of reasoning trajectories in future work.
Abstract
Reasoning large language models achieve impressive test-time scaling by thinking for longer, but this performance gain comes at significant compute cost. Directly limiting test-time budget hurts overall performance, but not all problems are equally difficult. We propose thought calibration to decide dynamically when thinking can be terminated. To calibrate our decision rule, we view a language model's growing body of thoughts as a nested sequence of reasoning trees, where the goal is to identify the point at which novel reasoning plateaus. We realize this framework through lightweight probes that operate on top of the language model's hidden representations, which are informative of both the reasoning structure and overall consistency of response. Based on three reasoning language models and four datasets, thought calibration preserves model performance with up to a 60% reduction in thinking tokens on in-distribution data, and up to 20% in out-of-distribution data.
