Group Entropy-Controlled Policy Optimization
Summary
This paper proposes Group Entropy-Controlled Policy Optimization (GEPO), a lightweight extension to GRPO that uses group entropy to perform entropy-conditioned asymmetric advantage shaping, addressing heterogeneous entropy regimes across tasks during RL-based alignment of LLMs. Experiments show consistent improvements over GRPO and recent entropy-controlled methods across multiple benchmarks.
View Cached Full Text
Cached at: 07/21/26, 06:35 AM
Paper page - Group Entropy-Controlled Policy Optimization
Source: https://huggingface.co/papers/2607.16850
Abstract
Entropycontrolhasbecomeaneffectivetoolinreinforcementlearning(RL)oflargelanguagemodels(LLMs),helpingbalanceexploration-exploitationtrade-offduringalignmentprocess.SuchRLparadigmisoftenconductedonmixturesofheterogeneoustasks,whichinducedistinctentropyregimesunderthesamepolicy,makingglobalortoken-levelentropyregulationinsufficienttocorrespondingheterogeneousneedsofexploration.ThisheterogeneityfurthermakesGRPO-stylenormalizedadvantagesinduceanentropy-dependentbias,makingadvantagesignalsacrosspromptgroupsstatisticallynon-comparable.Toaddressthisissue,weproposeGroupEntropy-ControlledPolicyOptimization(GEPO),alightweightextensiontoGRPOthatusesgroupentropy,estimatedfromexistinggroupedsamplestoperformentropy-conditionedasymmetricadvantageshaping.GEPOattenuatespositiveadvantagesinlow-entropygroupstoreduceover-exploitation,andnegativeadvantagesinhigh-entropygroupstopreserveexploration,withadaptivethresholdsderivedfromhistoricalentropystatistics.Extensiveexperimentsontwobasemodelsacrossthirteenbenchmarksspanningmathematics,physics,science,codegeneration,andinstructionfollowingshowthatGEPOconsistentlyoutperformsGRPOandrecententropy-controlledmethods,deliveringbalancedcross-taskimprovementswhilepreservingtask-specificexplorationlevelsthroughouttraining.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.16850
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.16850 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.16850 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.16850 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Progress- and Reliability-Oriented Group Policy Optimization for Agentic Reinforcement Learning
ProGPO is a learned-critic-free method for step-level advantage estimation in group-based RL for LLM agents, using exact-prefix action comparisons and rollout-based state potentials to improve credit assignment on long-horizon tasks. Experiments on ALFWorld and WebShop with Qwen2.5 models show it outperforms existing agentic RL baselines.
GAGPO: Generalized Advantage Grouped Policy Optimization
GAGPO proposes a critic-free RL method that uses a non-parametric grouped value proxy for step-level credit assignment in multi-turn agentic tasks, outperforming strong baselines on ALFWorld and WebShop.
Gradient Extrapolation-Based Policy Optimization
The article introduces Gradient Extrapolation-Based Policy Optimization (GXPO), a method that approximates multi-step lookahead in RL training for LLMs using only three backward passes. It demonstrates improved reasoning performance on math benchmarks over standard GRPO while maintaining fixed active-phase costs.
BiasGRPO: Stabilizing Bias Mitigation in High-Variance Reward Landscapes via Group-Relative Policy Optimization
BiasGRPO proposes a framework using Group Relative Policy Optimization (GRPO) to stabilize social bias mitigation in LLMs by normalizing rewards across sampled completions, outperforming DPO and PPO on multiple benchmarks. The authors also release a compute-efficient bias reward model designed for integration into multi-objective RLHF pipelines.
Hölder Policy Optimisation
HölderPO introduces a generalized policy optimization framework that uses the Hölder mean for token-level probability aggregation in GRPO, with a dynamic annealing schedule to balance gradient concentration and variance. The method achieves state-of-the-art results on mathematical benchmarks (54.9% average, 7.2% relative gain over GRPO) and a 93.8% success rate on ALFWorld.