Rethinking Exploration in RLVR: From Entropy Regularization to Refinement via Bidirectional Entropy Modulation

arXiv cs.CL / 4/7/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • RLVR for LLM reasoning is limited by “restricted exploration,” where policies quickly collapse to a narrow set of solutions, and standard entropy regularization is often unstable due to hyperparameter sensitivity.
  • The paper reframes exploration by decomposing policy entropy into “informative entropy” (preserving diverse solution paths) and “spurious entropy” (damaging reasoning patterns).
  • It argues that effective exploration is achieved via “entropy refinement,” a mechanism tied to group-relative advantage estimation that sustains informative entropy on positive rollouts while suppressing spurious entropy on negative ones.
  • Based on this insight, the authors introduce AsymGRPO, which explicitly decouples how positive vs. negative rollouts modulate entropy to independently control retention of useful diversity and suppression of harmful noise.
  • Experiments reportedly show AsymGRPO outperforms strong baselines and can work in combination with existing entropy regularization approaches.

Abstract

Reinforcement learning with verifiable rewards (RLVR) has significantly advanced the reasoning capabilities of large language models (LLMs). However, it faces a fundamental limitation termed \textit{restricted exploration}, where the policy rapidly converges to a narrow set of solutions. While entropy regularization is a popular approach used to sustain exploration, it often proves unreliable for LLMs, suffering from high hyperparameter sensitivity and yielding only marginal performance gains. Motivated by these inefficiencies, we propose to rethink the relationship between policy entropy and exploration. By deriving a parametric formulation of group-relative advantage estimation and analyzing entropy dynamics, we conceptually decompose policy entropy into \textit{informative entropy}, which preserves diverse solution paths, and \textit{spurious entropy}, which erodes reasoning patterns. Our analysis reveals that, in contrast to blind maximization, effective exploration requires \textit{entropy refinement}-a mechanism implicitly embedded in group-relative advantage estimation that sustains informative entropy on positive rollouts while suppressing spurious entropy on negative ones. Guided by this insight, we propose \textbf{AsymGRPO}, an exploratory framework that explicitly decouples the modulation of positive and negative rollouts. This allows for independent control over the preservation of informative entropy and the suppression of spurious noise. Extensive experiments demonstrate that AsymGRPO achieves superior performance compared to strong baselines and exhibits the potential to synergize with existing entropy regularization methods.