Does Thinking More always Help? Understanding Test-Time Scaling in Reasoning Models
By: Soumya Suvra Ghosal , Souradip Chakraborty , Avinash Reddy and more
Potential Business Impact:
Thinking more makes computers worse at thinking.
Recent trends in test-time scaling for reasoning models (e.g., OpenAI o1, DeepSeek R1) have led to a popular belief that extending thinking traces using prompts like "Wait" or "Let me rethink" can improve performance. This raises a natural question: Does thinking more at test-time truly lead to better reasoning? To answer this question, we perform a detailed empirical study across models and benchmarks, which reveals a consistent pattern of initial performance improvements from additional thinking followed by a decline, due to "overthinking". To understand this non-monotonic trend, we consider a simple probabilistic model, which reveals that additional thinking increases output variance-creating an illusion of improved reasoning while ultimately undermining precision. Thus, observed gains from "more thinking" are not true indicators of improved reasoning, but artifacts stemming from the connection between model uncertainty and evaluation metric. This suggests that test-time scaling through extended thinking is not an effective way to utilize the inference thinking budget. Recognizing these limitations, we introduce an alternative test-time scaling approach, parallel thinking, inspired by Best-of-N sampling. Our method generates multiple independent reasoning paths within the same inference budget and selects the most consistent response via majority vote, achieving up to 20% higher accuracy compared to extended thinking. This provides a simple yet effective mechanism for test-time scaling of reasoning models.
Similar Papers
Think Twice: Enhancing LLM Reasoning by Scaling Multi-round Test-time Thinking
Computation and Language
Makes AI smarter by letting it think more.
Test-Time Scaling in Reasoning Models Is Not Effective for Knowledge-Intensive Tasks Yet
Artificial Intelligence
Makes AI less likely to make up facts.
Reasoning Models Can Be Effective Without Thinking
Artificial Intelligence
Computers solve problems faster without thinking.