CLJun 16

Dynamic Rollout Editing for Reducing Overthinking in RL-Trained Reasoning Models

arXiv:2606.1789020.0
Predicted impact top 40% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For researchers and practitioners training LLMs with RL, this work tackles a training-time credit-assignment issue that causes overthinking, offering a practical intervention to improve reasoning efficiency.

The paper identifies and addresses the 'overthinking' problem in RL-trained reasoning models, where unnecessary reasoning continues after a correct answer emerges. Dynamic Rollout Editing (DRE) reduces overthinking by editing successful trajectories, achieving improved efficiency without sacrificing accuracy.

Long-form chain-of-thought reasoning can improve LLM performance on complex tasks, but models often continue generating unnecessary reasoning after a correct answer has emerged. We refer to this behavior as overthinking. We study this phenomenon from the perspective of GRPO-style reinforcement learning (RL) post-training, framing it as a training-time credit-assignment problem rather than merely a decoding-time stopping problem. In rollouts sampled at the onset of GRPO training, we observe that successful trajectories can exhibit a slightly higher degree of overthinking than unsuccessful trajectories for the same prompts. This early imbalance provides a starting point for an undesirable feedback loop: because GRPO assigns sequence-level credit, it cannot distinguish the solution-reaching prefix from the unnecessary continuation that lengthens a successful trajectory. Both receive positive update signal, allowing the initial imbalance to grow into more severe overthinking during training. To address this issue, we introduce Dynamic Rollout Editing (DRE), a training-time intervention for successful trajectories that continue thinking after answer emergence. DRE preserves the accepted verified prefix, edits the remaining thinking, and prefers the edited trajectory within the same RL group, weakening the preference signal for unnecessary thinking without penalizing the reasoning needed to reach the answer. Experiments across diverse tasks show the effectiveness of DRE.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes