Let Me Think! A Long Chain-of-Thought Can Be Worth Exponentially Many Short Ones
Parsa Mirtaheri, Ezra Edelman, Samy Jelassi, Eran Malach, Enric Boix-Adsera
TL;DR
The paper addresses how to allocate inference-time compute for reasoning in large language models by contrasting sequential chain-of-thought (CoT) reasoning with parallel ensemble approaches. It introduces a graph-connectivity reasoning task and two graph families to theoretically separate sequential versus parallel scaling, deriving results that sequential CoT with polynomial length can solve the problem while parallel aggregation over short CoTs cannot, under standard complexity assumptions. A Vertex Query Model is developed to analyze the fundamental tradeoffs, supported by empirical validations across models and by reinforcement learning that yields emergent longer CoTs. The findings imply that, for certain reasoning tasks, sequential scaling is exponentially more cost-effective, guiding the design of test-time reasoning strategies and suggesting a nuanced mix of sequential and parallel methods for real-world problems.
Abstract
Inference-time computation has emerged as a promising scaling axis for improving large language model reasoning. However, despite yielding impressive performance, the optimal allocation of inference-time computation remains poorly understood. A central question is whether to prioritize sequential scaling (e.g., longer chains of thought) or parallel scaling (e.g., majority voting across multiple short chains of thought). In this work, we seek to illuminate the landscape of test-time scaling by demonstrating the existence of reasoning settings where sequential scaling offers an exponential advantage over parallel scaling. These settings are based on graph connectivity problems in challenging distributions of graphs. We validate our theoretical findings with comprehensive experiments across a range of language models, including models trained from scratch for graph connectivity with different chain of thought strategies as well as large reasoning models.
