DRPO: Efficient Reasoning via Decoupled Reward Policy Optimization
Gang Li, Yan Chen, Ming Lin, Tianbao Yang
TL;DR
The paper addresses the inefficiency of reasoning in large reasoning models by showing that incorporating length penalties into GRPO can produce negative learning signals for correct but verbose outputs. It introduces Decoupled Reward Policy Optimization (DRPO), which decouples positive and negative learning signals within a discriminative framework (DisCO) and integrates a length-rewarded positive-data distribution under KL regularization. A closed-form solution for the optimized positive distribution enables efficient, on-policy optimization using importance weighting. Empirical results on mathematical reasoning benchmarks demonstrate substantial reductions in generated length with minimal accuracy loss, outperforming six baselines across 1.5B and 7B models and highlighting DRPO’s potential for efficient, scalable reasoning.
Abstract
Recent large reasoning models (LRMs) driven by reinforcement learning algorithms (e.g., GRPO) have achieved remarkable performance on challenging reasoning tasks. However, these models suffer from overthinking, generating unnecessarily long and redundant reasoning even for simple questions, which substantially increases computational cost and response latency. While existing methods incorporate length rewards to GRPO to promote concise reasoning, they incur significant performance degradation. We identify the root cause: when rewards for correct but long rollouts are penalized, GRPO's group-relative advantage function can assign them negative advantages, actively discouraging valid reasoning. To overcome this, we propose Decoupled Reward Policy Optimization (DRPO), a novel framework that decouples the length-based learning signal of correct rollouts from incorrect ones. DRPO ensures that reward signals for correct rollouts are normalized solely within the positive group, shielding them from interference by negative samples. The DRPO's objective is grounded in integrating an optimized positive data distribution, which maximizes length-based rewards under a KL regularization, into a discriminative objective. We derive a closed-form solution for this distribution, enabling efficient computation of the objective and its gradients using only on-policy data and importance weighting. Of independent interest, this formulation is general and can incorporate other preference rewards of positive data beyond length. Experiments on mathematical reasoning tasks demonstrate DRPO's significant superiority over six efficient reasoning baselines. Notably, with a 1.5B model, our method achieves 77\% length reduction with only 1.1\% performance loss on simple questions like GSM8k dataset, while the follow-up baseline sacrifices 4.3\% for 68\% length reduction.
