Search papers, labs, and topics across Lattice.
This study investigates the bimodal convergence patterns of chain-of-thought reasoning models, specifically analyzing the performance of DeepSeek-R1-Distill-Qwen-7B, which shows a stark contrast in accuracy between converged (90.3%) and non-converged (6.6%) generations. By employing linear probes on hidden-state activations, the authors demonstrate that convergence outcomes can be detected early in the reasoning process, particularly at token positions 50-300, with layer-20 activations at token 150 achieving an AUC of 0.608. These insights suggest that early detection of reasoning non-convergence could enable adaptive compute strategies, enhancing model efficiency and performance.
Early detection of reasoning non-convergence in models could revolutionize adaptive compute allocation strategies, improving efficiency without sacrificing accuracy.
Chain-of-thought reasoning models such as DeepSeek-R1-Distill-Qwen-7B exhibit a bimodal convergence pattern: generations either terminate within a token budget (converged) or exhaust it without reaching a conclusion (non-converged). We characterize this phenomenon empirically, showing that converged generations achieve 90.3% accuracy on AIME 1983-2024 while non-converged ones achieve only 6.6%, with an overall convergence rate of 62.0%. We then ask whether this outcome is detectable early in the thinking chain using internal model representations. Training linear probes on hidden-state activations at token positions 50-300, we find that layer-20 activations at token 150 achieve AUC 0.608 (+-0.080, 5-fold CV), reliably above chance even at token 50. Activation probes consistently outperform behavioral baselines derived from token entropy and repetition statistics. A sweep-level permutation test yields p=0.063 (100,000 permutations), consistent with a modest signal that our sample size cannot confirm at conventional thresholds. These findings suggest that convergence fate is partially encoded in intermediate representations well before the generation ends, opening a path toward early-exit inference and adaptive compute allocation.