Rethinking Entropy Interventions in RLVR: An Entropy Change Perspective
Zhezheng Hao, Hong Wang, Haoyang Liu, Jian Luo, Jiarui Yu, Hande Dong, Qiang Lin, Can Wang, Jiawei Chen
TL;DR
This work addresses entropy collapse in Reinforcement Learning with Verifiable Rewards (RLVR) for large language models by reframing entropy control as token-level entropy-change dynamics. It derives a first-order estimator $\Omega_{i,t}$ linking per-token updates to entropy changes and uses a quadrant-based analysis to interpret existing interventions such as ratio clipping and sample weighting. Motivated by these insights, it proposes STEER, an adaptive token-level reweighting scheme $\lambda_{i,t} = \exp(-k |\Omega_{i,t}|)$ that keeps per-step entropy change within a moderate band, thereby mitigating collapse while preserving learning. Empirical results on mathematical reasoning benchmarks show STEER achieving stronger downstream performance, improved training stability, and robust behavior in extreme settings, highlighting a practical path to more reliable RLVR training of LLMs.
Abstract
While Reinforcement Learning with Verifiable Rewards (RLVR) can enhance LLM reasoning, its training process poses a critical risk: entropy collapse. This phenomenon is a rapid loss of policy diversity, stemming from the exploration-exploitation imbalance and leading to a lack of generalization. Recent entropy-intervention methods aim to prevent \coloredtext{entropy collapse}, yet their underlying mechanisms remain unclear. In this paper, we conduct a quantitative analysis to reveal token-level entropy changes and how existing entropy intervention methods help avoid entropy collapse. Our findings point out a fundamental limitation of existing methods: they attempt to control entropy dynamics indirectly. By only affecting related factors, such as the advantage signal and generation probability, their effectiveness is inherently limited and could potentially fail. To address this limitation, we introduce an entropy-change-aware reweighting scheme, namely Stabilizing Token-level Entropy-changE via Reweighting (STEER), that adaptively stabilizes entropy dynamics through fine-grained token-level adjustments. Our approach mitigates over-exploitation while fostering robust exploration. Extensive experiments demonstrate that STEER significantly mitigates entropy collapse, stabilizes entropy dynamics, and achieves stronger downstream performance across various mathematical reasoning benchmarks \footnote{Our code is available at https://github.com/zz-haooo/STEER.
