CLJul 18

Group Entropy-Controlled Policy Optimization

arXiv:2607.1685019.9
Predicted impact top 25% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners aligning LLMs on mixtures of heterogeneous tasks, GEPO provides a lightweight extension to GRPO that improves cross-task performance while preserving task-specific exploration.

GEPO addresses the problem that GRPO-style normalized advantages are statistically non-comparable across heterogeneous task groups due to entropy-dependent bias, leading to suboptimal exploration-exploitation trade-offs. By introducing group entropy-conditioned asymmetric advantage shaping, GEPO consistently outperforms GRPO and recent entropy-controlled methods across thirteen benchmarks in mathematics, physics, science, code generation, and instruction following.

Entropy control has become an effective tool in reinforcement learning (RL) of large language models (LLMs), helping balance exploration-exploitation trade-off during alignment process. Such RL paradigm is often conducted on mixtures of heterogeneous tasks, which induce distinct entropy regimes under the same policy, making global or token-level entropy regulation insufficient to corresponding heterogeneous needs of exploration. This heterogeneity further makes GRPO-style normalized advantages induce an entropy-dependent bias, making advantage signals across prompt groups statistically non-comparable. To address this issue, we propose Group Entropy-Controlled Policy Optimization (GEPO), a lightweight extension to GRPO that uses group entropy, estimated from existing grouped samples to perform entropy-conditioned asymmetric advantage shaping. GEPO attenuates positive advantages in low-entropy groups to reduce over-exploitation, and negative advantages in high-entropy groups to preserve exploration, with adaptive thresholds derived from historical entropy statistics. Extensive experiments on two base models across thirteen benchmarks spanning mathematics, physics, science, code generation, and instruction following show that GEPO consistently outperforms GRPO and recent entropy-controlled methods, delivering balanced cross-task improvements while preserving task-specific exploration levels throughout training.

Foundations

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

Your Notes