Entropy Ratio Clipping as a Soft Global Constraint for Stable Reinforcement Learning
Zhenpeng Su, Leiyu Pan, Minxuan Lv, Tiehua Mei, Zijia Lin, Yuntao Li, Wenping Hu, Ruiming Tang, Kun Gai, Guorui Zhou
TL;DR
The paper tackles training instability in off-policy reinforcement learning for large language model fine-tuning by addressing trust-region drift not captured by local PPO-clip. It introduces the entropy ratio as a global measure of policy exploration change and proposes Entropy Ratio Clipping (ERC), a bidirectional constraint that clamps updates when the entropy ratio deviates beyond set bounds. ERC is integrated with DAPO and GPPO, yielding consistent performance gains and smoother training dynamics across multiple math-reasoning benchmarks and model scales. The work demonstrates that global distribution-level constraints can enhance stability without sacrificing exploration, with potential applicability beyond the evaluated domains.
Abstract
Large language model post-training relies on reinforcement learning to improve model capability and alignment quality. However, the off-policy training paradigm introduces distribution shift, which often pushes the policy beyond the trust region, leading to training instabilities manifested as fluctuations in policy entropy and unstable gradients. Although PPO-Clip mitigates this issue through importance clipping, it still overlooks the global distributional shift of actions. To address these challenges, we propose using the entropy ratio between the current and previous policies as a new global metric that effectively quantifies the relative change in policy exploration throughout updates. Building on this metric, we introduce an \textbf{Entropy Ratio Clipping} (ERC) mechanism that imposes bidirectional constraints on the entropy ratio. This stabilizes policy updates at the global distribution level and compensates for the inability of PPO-clip to regulate probability shifts of un-sampled actions. We integrate ERC into both DAPO and GPPO reinforcement learning algorithms. Experiments across multiple benchmarks show that ERC consistently improves performance.
