paper-with-me

Papers

Reasoning Models Can Be Effective Without Thinking

2025-04-14 · Wenjie Ma, Jingxuan He, Charlie Snell, Tyler Griggs, Sewon Min, Matei Zaharia

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.

📄 PDF Abstract BibTeX arXiv:2504.09858

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem ProvingMathematical Problem-Solving

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Batch Prompting Suppresses Overthinking Reasoning Under Constraint: How Batch Prompting Suppresses Overthinking in Reasoning Models

2025-11-06 · Saurabh Srivastava, Janit Bidhan, Hao Yan, Abhishek Dey 외 arxiv

Large Reasoning Models (LRMs) achieve strong performance through explicit chain-of-thought reasoning but suffer from \textit{overthinking}: generating excessive reasoning tokens even for trivial queries. {Beyond inflatin…

Steering LLM Thinking with Budget Guidance

2025-06-16 · Junyan Li, Wenshuo Zhao, Yang Zhang, Chuang Gan

Recent deep-thinking large language models often reason extensively to improve performance, but such lengthy reasoning is not always desirable, as it incurs excessive inference costs with disproportionate performance gai…

Math

Do Thinking Tokens Help or Trap? Towards More Efficient Large Reasoning Model

2025-06-30 · Bowen Ding, Yuhan Chen, Futing Wang, Lingfeng Ming 외

Large Reasoning Models (LRMs) excel at solving complex problems but face an overthinking dilemma. When handling simple tasks, they often produce verbose responses overloaded with thinking tokens (e.g., wait, however). Th…

Math

Thinking Without Images: Internalizing Visual Manipulation with On-Policy Self-Distillation

2026-06-07 · Yishuo Cai, Jiahui Liu, Yuanxin Liu, Haobo Deng 외 arxiv

''Thinking with Images'' has emerged as an effective paradigm for fine-grained visual reasoning: by explicitly zooming into relevant regions and reasoning over crops, models can access local evidence that is difficult to…

Visual Reasoning

Enhancing Spatial Reasoning through Visual and Textual Thinking

2025-07-28 · Xun Liang, Xin Guo, Zhongming Jin, Weihang Pan 외 arxiv

The spatial reasoning task aims to reason about the spatial relationships in 2D and 3D space, which is a fundamental capability for Visual Question Answering (VQA) and robotics. Although vision language models (VLMs) hav…

Visual Question AnsweringSpatial ReasoningLogical Reasoning