Group Entropy-Controlled Policy Optimization

Guangran Cheng, Chengqi Lyu, Songyang Gao, Wenwei Zhang, Kai Chen

arXiv:2607.16850 · 2026-07-21 공개 · arXiv · PDF

reinforcement-learning code-generation benchmarking policy-optimization llm-alignment exploration-exploitation mathematics group-entropy

Abstract

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.

한국어 요약

한 줄 요약

GEPO는 GRPO를 확장한 그룹 기반 정책 최적화 알고리즘으로, 이질적 태스크의 탐색-활용 균형을 개선한다.

핵심 기여도

핵심 아이디어

기존 GRPO는 prompt 그룹 내에서 reward를 표준화하여 상대적 advantage를 계산하지만, 이는 그룹 간 차이가 클 경우 bias를 유발한다. 저 그룹은 과활용이, 고 그룹은 탐색 부족이 문제가 되는데, 기존 제어는 이러한 차이를 무시한다. GEPO는 그룹을 진단 신호로 활용하여, 각 그룹의 수준에 따라 advantage를 비대칭적으로 조정한다. 예를 들어, 저 그룹의 긍정적 advantage는 과활용을 억제하기 위해 감소시키고, 고 그룹의 부정적 advantage는 탐색을 유지하기 위해 감소시킨다. 이는 그룹 기반 적응적 threshold를 사용하여 실현되며, 이 threshold는 지수 이동 평균을 통해 매끄럽게 업데이트된다.

기술적 접근법

주요 결과

의의 및 한계

GEPO는 이질적 태스크의 차이를 반영한 정책 최적화를 가능하게 하며, 기존 그룹 기반 방법에 추가 비용 없이 적용 가능한 경량화된 확장이다. 특히, 태스크별 탐색 패턴을 일관되게 유지하면서도 성능을 개선하는 점에서 실용적 가치가 있다. 다만, 모든 태스크에서 동일한 기반 조정이 최적이라는 보장은 없으며, 특정 태스크에 대한 세부 조정이 필요한 경우 한계가 있을 수 있다. 또한, 그룹 추정의 정확성에 따라 성능이 달라질 수 있으므로, 추후 더 정밀한 추정 방법 연구가 필요하다.

실용적 활용

GEPO는 다태스크 학습 환경에서 특히 유용하며, 대규모 언어 모델의 정책 최적화 과정에서 탐색-활용 균형을 유지해야 하는 상황에 적용 가능하다. 예를 들어, 코드 생성, 수학 문제 풀이, 지시어 수행 등 탐색 요구도가 다른 태스크를 동시에 학습하는 RL 기반 모델 개발에 활용할 수 있다.