paper-with-me

홈 › Papers

Dynamic Thinking-Token Selection for Efficient Reasoning in Large Reasoning Models

2026-01-26 · Zhenyuan Guo, Tong Chen, Wenlong Meng, Chen Gong, Xin Yu, Chengkun Wei, Wenzhi Chen arxiv

Large Reasoning Models (LRMs) excel at solving complex problems by explicitly generating a reasoning trace before deriving the final answer. However, these extended generations incur substantial memory footprint and computational overhead, bottlenecking LRMs' efficiency. This work uses attention maps to analyze the influence of reasoning traces and uncover an interesting phenomenon: only some decision-critical tokens in a reasoning trace steer the model toward the final answer, while the remaining tokens contribute negligibly. Building on this observation, we propose Dynamic Thinking-Token Selection (DynTS). This method identifies decision-critical tokens and retains only their associated Key-Value (KV) cache states during inference, evicting the remaining redundant entries to optimize efficiency.

📄 PDF Abstract BibTeX arXiv:2601.18383

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Re-FORC: Adaptive Reward Prediction for Efficient Chain-of-Thought Reasoning

2025-11-03 · Renos Zabounidis, Aditya Golatkar, Michael Kleinman, Alessandro Achille 외 arxiv

We propose Re-FORC, an adaptive reward prediction method that, given a context, enables prediction of the expected future rewards as a function of the number of future thinking tokens. Re-FORC trains a lightweight adapte…

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

The Evolution of Thought: Tracking LLM Overthinking via Reasoning Dynamics Analysis

2025-08-25 · Zihao Wei, Liang Pang, Jiahao Liu, Wenjie Shi 외 arxiv

Test-time scaling via explicit reasoning trajectories significantly boosts large language model (LLM) performance but often triggers overthinking. To explore this, we analyze reasoning through two lenses: Reasoning Lengt…

Adaptive Thinking via Mode Policy Optimization for Social Language Agents

2025-05-04 · Minzheng Wang, Yongbin Li, Haobo Wang, Xinghua Zhang 외

Effective social intelligence simulation requires language agents to dynamically adjust reasoning depth, a capability notably absent in current studies. Existing methods either lack this kind of reasoning capability or e…

Inner Thinking Transformer: Leveraging Dynamic Depth Scaling to Foster Adaptive Internal Thinking

2025-02-19 · Yilong Chen, Junyuan Shang, Zhenyu Zhang, Yanxi Xie 외

Large language models (LLMs) face inherent performance bottlenecks under parameter constraints, particularly in processing critical tokens that demand complex reasoning. Empirical analysis reveals challenging tokens indu…