Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Reasoning Models Can Be Effective Without Thinking

About

Recent LLMs have significantly improved reasoning capabilities, primarily by including an explicit, lengthy Thinking process as part of generation. In this paper, we question whether this explicit thinking is necessary. Using the state-of-the-art DeepSeek-R1-Distill-Qwen, we find that bypassing the thinking process via simple prompting, denoted as NoThinking, can be surprisingly effective. When controlling for the number of tokens, NoThinking outperforms Thinking across a diverse set of seven challenging reasoning datasets--including mathematical problem solving, formal theorem proving, and coding--especially in low-budget settings, e.g., 51.3 vs. 28.9 on ACM 23 with 700 tokens. Notably, the performance of NoThinking becomes more competitive with pass@k as k increases. Building on this observation, we demonstrate that a parallel scaling approach that uses NoThinking to generate N outputs independently and aggregates them is highly effective. For aggregation, we use task-specific verifiers when available, or we apply simple best-of-N strategies such as confidence-based selection. Our method outperforms a range of baselines with similar latency using Thinking, and is comparable to Thinking with significantly longer latency (up to 9x). Together, our research encourages a reconsideration of the necessity of lengthy thinking processes, while also establishing a competitive reference for achieving strong reasoning performance in low-budget settings or at low latency using parallel scaling.

Wenjie Ma, Jingxuan He, Charlie Snell, Tyler Griggs, Sewon Min, Matei Zaharia• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningMATH
Accuracy77.26
643
Mathematical ReasoningGSM8K
Accuracy84.68
351
Mathematical ReasoningAIME 24
Accuracy40
113
Mathematical ReasoningMATH 500
Accuracy80.6
73
Mathematical ReasoningAMC 2023
Accuracy61.25
65
Mathematical ReasoningAIME 2025
Accuracy16.25
38
Mathematical ReasoningAIME 2024
Accuracy23.96
33
Science Question AnsweringGPQA D
Accuracy56.9
28
Mathematical ReasoningMATH 500
Accuracy87.1
28
Mathematical ReasoningAMC 23
Acc82.5
28
Showing 10 of 12 rows

Other info

Follow for update