Rediscovering Entropy Regularization: Adaptive Coefficient Unlocks Its Potential for LLM Reinforcement Learning
Xiaoyun Zhang, Xiaojian Yuan, Di Huang, Wang You, Chen Hu, Jingqing Ruan, Kejiang Chen, Xing Hu
TL;DR
The paper identifies fixed entropy regularization as a bottleneck for RLVR in LLMs due to entropy collapse or explosion and proposes Adaptive Entropy Regularization (AER). AER jointly uses (i) difficulty-aware per-sample coefficient allocation, (ii) an initial-anchored target entropy, and (iii) a dynamic global coefficient to keep policy entropy near a target $H^{\star}$ throughout training. Empirical results on mathematical reasoning benchmarks across model scales show that AER improves both reasoning accuracy (pass@1) and exploration (pass@k), with clear ablations validating the contribution of each component. The work demonstrates that adaptive entropy control can unlock the potential of entropy regularization for RLVR in LLMs, enabling more reliable and diverse reasoning trajectories.
Abstract
Reasoning ability has become a defining capability of Large Language Models (LLMs), with Reinforcement Learning with Verifiable Rewards (RLVR) emerging as a key paradigm to enhance it. However, RLVR training often suffers from policy entropy collapse, where the policy becomes overly deterministic, hindering exploration and limiting reasoning performance. While entropy regularization is a common remedy, its effectiveness is highly sensitive to the fixed coefficient, making it unstable across tasks and models. In this work, we revisit entropy regularization in RLVR and argue that its potential has been largely underestimated. Our analysis shows that (i) tasks of varying difficulty demand distinct exploration intensities, and (ii) balanced exploration may require the policy entropy to be maintained within a moderate range below its initial level. Therefore, we propose Adaptive Entropy Regularization (AER)--a framework that dynamically balances exploration and exploitation via three components: difficulty-aware coefficient allocation, initial-anchored target entropy, and dynamic global coefficient adjustment. Experiments on multiple mathematical reasoning benchmarks show that AER consistently outperforms baselines, improving both reasoning accuracy and exploration capability.
