LGAICLSep 29, 2025

Rethinking Entropy Regularization in Large Reasoning Models

arXiv:2509.25133v123 citationsh-index: 10
Originality Highly original
AI Analysis

This addresses a critical issue in enhancing reasoning abilities for large reasoning models, though it is incremental as it builds on existing entropy regularization approaches.

The paper tackles the problem of entropy collapse and premature convergence in reinforcement learning with verifiable rewards for large reasoning models by proposing SIREN, a selective entropy regularization method that confines exploration to meaningful subsets, resulting in a +6.6 maj@k improvement on AIME24/25 with Qwen2.5-Math-7B.

Reinforcement learning with verifiable rewards (RLVR) has shown great promise in enhancing the reasoning abilities of large reasoning models (LRMs). However, it suffers from a critical issue: entropy collapse and premature convergence. Naive entropy regularization, a common approach for encouraging exploration in the traditional RL literature, fails to address this problem in the context of LRM. Our analysis reveals that this failure stems from the vast action space and long trajectories in LRMs, which easily trigger a global entropy explosion as the model indiscriminately explores all possible actions and states. To address this, we propose SIREN (SelectIve entRopy rEgularizatioN), a method that confines exploration to a meaningful subset of actions and states. SIREN achieves this through a two-step entropy masking mechanism, consisting of a top-p mask and a peak-entropy mask. In addition, regularization is transformed into a self-anchored form to stabilize training. Across five mathematical benchmarks, SIREN attains superior average performance over previous entropy-related RLVR approaches, exemplified by a +6.6 maj@k improvement on AIME24/25 with Qwen2.5-Math-7B. Further analysis confirms that SIREN promotes greater response diversity and maintains entropy at an appropriate level, which helps to preserve the validation pass@k throughout training. This effectively mitigates the premature convergence problem common in RLVR for LRM.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes