Think Deep, Not Just Long (2026)
FreeLonger CoT ≠ better reasoning — identifies "deep-thinking tokens" (high-revision tokens) as the true signal; enables cost-efficient test-time scaling
About Think Deep, Not Just Long (2026)
This paper introduces a method to measure LLM reasoning effort by identifying 'deep-thinking tokens'—tokens where internal predictions undergo significant revisions in deeper model layers before convergence. The authors show that the proportion of such tokens (deep-thinking ratio) strongly and consistently correlates with accuracy across challenging mathematical and scientific benchmarks (AIME 24/25, HMMT 25, GPQA-diamond) and diverse models (GPT-OSS, DeepSeek-R1, Qwen3). This correlation is substantially stronger than length-based or confidence-based baselines. Based on this insight, the paper proposes Think@n, a test-time scaling strategy that prioritizes samples with high deep-thinking ratios, enabling early rejection of unpromising generations from short prefixes and reducing inference costs while maintaining or improving performance over standard self-consistency.
Key Features
Pros & Cons
- Deep-thinking ratio shows robust positive correlation with accuracy across benchmarks
- Outperforms length-based and confidence-based methods for assessing reasoning quality
- Think@n matches or exceeds self-consistency performance at lower cost
- Allows early rejection of poor generations using only prefix tokens, saving compute
- Requires access to internal model logits across layers to compute deep-thinking tokens, not available in all APIs
- Method currently a research concept, not a readily packaged tool for end users