paper-with-me

Papers

Controlling Thinking Speed in Reasoning Models

2025-07-04 · Zhengkai Lin, Zhihang Fu, Ze Chen, Chao Chen, Liang Xie, Wenxiao Wang, Deng Cai, Zheng Wang, Jieping Ye arxiv

Human cognition is theorized to operate in two modes: fast, intuitive System 1 thinking and slow, deliberate System 2 thinking. While current Large Reasoning Models (LRMs) excel at System 2 thinking, their inability to perform fast thinking leads to high computational overhead and latency. In this work, we enable LRMs to approximate human intelligence through dynamic thinking speed adjustment, optimizing accuracy-efficiency trade-offs. Our approach addresses two key questions: (1) how to control thinking speed in LRMs, and (2) when to adjust it for optimal performance. For the first question, we identify the steering vector that governs slow-fast thinking transitions in LRMs' representation space. Using this vector, we achieve the first representation editing-based test-time scaling effect, outperforming existing prompt-based scaling methods. For the second question, we apply real-time difficulty estimation to signal reasoning segments of varying complexity. Combining these techniques, we propose the first reasoning strategy that enables fast processing of easy steps and deeper analysis for complex reasoning. Without any training or additional cost, our plug-in module delivers an average +1.3% accuracy with -8.6% token usage across leading LRMs and advanced reasoning benchmarks. All of our algorithms are implemented based on vLLM and are expected to support broader applications and inspire future research.

📄 PDF Abstract BibTeX arXiv:2507.03704

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Effectively Controlling Reasoning Models through Thinking Intervention

2025-03-31 · Tong Wu, Chong Xiang, Jiachen T. Wang, G. Edward Suh 외

Reasoning-enhanced large language models (LLMs) explicitly generate intermediate reasoning steps prior to generating final answers, helping the model excel in complex problem-solving. In this paper, we demonstrate that t…

Instruction FollowingSafety Alignment

Reasoning Models Can Be Effective Without Thinking

2025-04-14 · Wenjie Ma, Jingxuan He, Charlie Snell, Tyler Griggs 외

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. …

Automated Theorem ProvingMathematical Problem-Solving

Anytime Safe PAC Efficient Reasoning

2026-01-30 · Chengyao Yu, Hao Zeng, Youxin Zhu, Jianguo Huang 외 arxiv

Large Reasoning Models (LRMs) have demonstrated remarkable performance on complex tasks but suffer from high computational costs and latency. While selective thinking strategies improve efficiency by routing easy queries…

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

Overclocking LLM Reasoning: Monitoring and Controlling Thinking Path Lengths in LLMs

2025-06-08 · Roy Eisenstadt, Itamar Zimerman, Lior Wolf

Recently, techniques such as explicit structured reasoning have demonstrated strong test-time scaling behavior by enforcing a separation between the model's internal "thinking" process and the final response. A key facto…