paper-with-me

Papers

Asymmetric Advantage Modulation Calibrates Entropy Dynamics in RLVR

2026-04-06 · Hengrui Gu, Xiaotian Han, Yujing Bian, Feiyi Wang, Kaixiong Zhou arxiv

Reinforcement learning with verifiable rewards (RLVR) has substantially improved the reasoning ability of large language models (LLMs), but it often suffers from \textit{restricted exploration}, where the policy rapidly concentrates on a narrow set of solutions. A common remedy is entropy regularization, which attempts to preserve exploration by increasing policy entropy. However, for LLM-RL, this intervention is highly sensitive to its coefficient, can introduce semantically weak uncertainty, and often yields limited accuracy gains. This motivates a more precise question: which entropy helps reasoning, and which entropy should be reduced? To study this, we parameterize the advantage estimator in Group Relative Policy Optimization (GRPO) into positive and negative outcome-conditioned channels and analyze their entropy dynamics. Our results show that positive-channel modulation raises \textit{productive entropy} associated with successful reasoning trajectories, while negative-channel modulation removes \textit{noisy entropy} associated with failed rollouts and reduces interference with correct paths. Guided by this channel-wise view, we propose \textbf{AsymGRPO}, which decouples the modulation strengths of positive and negative advantages. This enables flexible control over how the model updates across prompt difficulty levels, allowing stronger reinforcement of rare successes on harder prompts or stronger suppression of residual failures on easier prompts without forcing the two channels to share the same modulation strength. Experiments on five mathematical reasoning benchmarks show that AsymGRPO outperforms strong RLVR baselines, with consistent gains across model backbones.

📄 PDF Abstract BibTeX arXiv:2604.04894

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Symbolic relative entropy in quantifying nonlinear dynamics of equalities-involved heartbeats

2019-01-28

Symbolic relative entropy, an efficient nonlinear complexity parameter measuring probabilistic divergences of symbolic sequences, is proposed in our nonlinear dynamics analysis of heart rates considering equal states. Eq…

Heterogeneous Adaptive Policy Optimization: Tailoring Optimization to Every Token's Nature

2025-09-20 · Zheng Liu, Mengjie Liu, Siwei Wen, Mengzhang Cai 외 arxiv

Using entropy as a measure of heterogeneity to guide optimization has emerged as a crucial research direction in Reinforcement Learning for LLMs. However, existing methods typically treat it as a discrete filter or post-…

Reinforcement LearningMathematical Reasoning

Entropy Transfer and Dynamics of Allostery in Proteins

2017-08-16

Allostery is an intrinsic spatiotemporal property of all proteins, resulting from long range correlations in the order of several nanometers and time scales of nanoseconds. Information is carried asymmetrically from one …

ACPO: Asymmetric Credit Policy Optimization via Mode-Local Entropy Surrogate

2026-07-03 · Zijun Xie, Yuyang You, Yongzhi Li, Enlei Gong 외 arxiv

Outcome-supervised reinforcement learning scales to verifiable reasoning tasks, but trajectory-level rewards assign the same outcome signal to all sampled tokens, overlooking their unequal contributions to the reasoning …

Mathematical ReasoningReinforcement Learning

When Importance Sampling Misallocates Credit: Asymmetric Ratios for Outcome-Supervised RL

2025-10-07 · Jiakang Wang, Runze Liu, Qingpeng Cai, Lei Lin 외 arxiv

Reinforcement learning (RL) has shown great promise in large language models (LLMs) post-training, which typically rely on token-level clipping to maintain stability during optimization. Despite the empirical success of …

Reinforcement Learning