Revisiting Entropy Regularization: Adaptive Coefficient Unlocks Its Potential for LLM Reinforcement Learning

arXiv stat.ML / 4/20/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • RLVR for LLM reasoning can experience policy entropy collapse, causing overly deterministic behavior that reduces exploration and harms reasoning performance.
  • Prior entropy regularization approaches are unstable because they rely on a fixed entropy coefficient that does not generalize well across tasks and models.
  • The paper argues that exploration intensity should depend on task difficulty, and that effective exploration often requires keeping policy entropy in a moderate range below the initial level.
  • It introduces Adaptive Entropy Regularization (AER), which uses difficulty-aware coefficient allocation, an initial-anchored target entropy, and dynamic global coefficient adjustment.
  • Experiments on multiple mathematical reasoning benchmarks show AER outperforms baselines, improving both reasoning accuracy and exploration capability.

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.

Revisiting Entropy Regularization: Adaptive Coefficient Unlocks Its Potential for LLM Reinforcement Learning | AI Navigate