paper-with-me

Papers

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

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

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). These tokens trigger unnecessary high-level reasoning behaviors like reflection and backtracking, reducing efficiency. In this work, our pilot study reveals that these thinking-token-induced behaviors are not essential for effective problem-solving and may even hinder correct reasoning within constrained token budgets. We identify this phenomenon as the thinking trap. To mitigate this issue, we propose Dual Policy Preference Optimization (DuP-PO), a novel algorithm featuring: (1) A rollout sampling strategy that guarantees balanced exposure to responses with and without thinking tokens; (2) A fine-grained advantage control technique to dynamically regulate the prediction of target tokens; (3) A policy shaping method ensuring stable gradient contributions from thinking tokens. Experimental results on five popular math reasoning benchmarks show that DuP-PO performs well on the popular LRM, which significantly improves their token efficiency during reasoning, while achieving superior performance of the base model.

📄 PDF Abstract BibTeX arXiv:2506.23840

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Latent Reasoning with Supervised Thinking States

2026-02-09 · Ido Amos, Avi Caciularu, Mor Geva, Amir Globerson 외 arxiv

Reasoning with a chain-of-thought (CoT) enables Large Language Models (LLMs) to solve complex tasks but incurs significant inference costs due to the generation of long rationales. We propose Thinking States, a method th…

Thinking Deeper With Recurrent Networks: Logical Extrapolation Without Overthinking

2021-09-29 · Arpit Bansal, Avi Schwarzschild, Eitan Borgnia, Zeyad Emam 외

Classical machine learning systems perform best when they are trained and tested on the same distribution, and they lack a mechanism to increase model power after training is complete. In contrast, recent work has observ…

LLM Reasoning for Machine Translation: Synthetic Data Generation over Thinking Tokens

2025-10-13 · Armel Zebaze, Rachel Bawden, Benoît Sagot arxiv

Large reasoning models (LRMs) have led to new possibilities in terms of problem-solving, through the devising of a natural language thought process prior to answering a query. While their capabilities are well known acro…

Synthetic Data GenerationMachine Translation

Thinking Deeper, Not Longer: Memory-Efficient Test-Time Reasoning with Depth-Recurrent Transformers for Compositional Generalization

2026-03-23 · Hung-Hsuan Chen arxiv

Standard Transformers have a fixed computational depth, limiting their ability to generalize to tasks that require variable-depth reasoning. The usual remedy, Chain-of-Thought (CoT), spends tokens to reason, inflating th…

Do Thinking Tokens Help with Safety?

2026-06-23 · Narutatsu Ri, Abhishek Panigrahi, Sanjeev Arora arxiv

Today's reasoning models use thinking tokens to attain stronger performance on benchmarks than their instruction-tuned counterparts. It is also generally believed that this more "deliberative" mode should improve alignme…