EDGE-GRPO: Entropy-Driven GRPO with Guided Error Correction for Advantage Diversity
Xingjian Zhang, Siwei Wen, Wenjun Wu, Lei Huang
TL;DR
This work tackles the advantage collapse problem in Group Relative Policy Optimization (GRPO) by analyzing the shortcomings of model reflection and fine-grained policy entropy. It introduces EDGE-GRPO, combining Guided Error Correction (GEC) to diversify responses and Entropy-Driven Advantage (EDA) to diversify learning signals, thereby improving gradient updates with sparse rewards. Across multiple math-reasoning benchmarks, EDGE-GRPO delivers substantial, data-efficient gains with only 1K training samples, outperforming vanilla GRPO and several baselines and approaching or surpassing larger, data-hungry models. The results demonstrate the importance of fine-grained entropy-based guidance and external corrections in stabilizing training and enhancing reasoning performance. This approach offers a practical path to more efficient, robust reasoning models in settings with sparse feedback.
Abstract
Large Language Models (LLMs) have made remarkable progress in enhancing step-by-step reasoning through reinforcement learning. However, the Group Relative Policy Optimization (GRPO) algorithm, which relies on sparse reward rules, often encounters the issue of identical rewards within groups, leading to the advantage collapse problem. Existing works typically address this challenge from two perspectives: enforcing model reflection to enhance response diversity, and introducing internal feedback to augment the training signal (advantage). In this work, we begin by analyzing the limitations of model reflection and investigating the policy entropy of responses at the fine-grained sample level. Based on our experimental findings, we propose the EDGE-GRPO algorithm, which adopts \textbf{E}ntropy-\textbf{D}riven Advantage and \textbf{G}uided \textbf{E}rror Correction to effectively mitigate the problem of advantage collapse. Extensive experiments on several main reasoning benchmarks demonstrate the effectiveness and superiority of our approach. It is available at https://github.com/ZhangXJ199/EDGE-GRPO.
