Adaptive-Boundary-Clipping GRPO: Ensuring Bounded Ratios for Stable and Generalizable Training
Chi Liu, Xin Chen
TL;DR
This work tackles instability and limited generalization in Group Relative Policy Optimization (GRPO) caused by sequence-level advantages and asymmetric clipping. It introduces Adaptive-Boundary-Clipping GRPO (ABC-GRPO), which uses four unconditional clipping boundaries across the four quadrants of the ($r$, $\hat{A}$) space, clipping before applying the advantage to bound updates in all cases. The authors prove a bounded-gradient guarantee and demonstrate empirical gains on mathematical reasoning tasks with Qwen3 LLMs, including higher final performance, monotonic improvements in Pass@k, and substantially higher entropy to preserve exploration. The method achieves strong, scalable improvements with minimal code changes and offers a principled direction for stable RLHF training of large language models.
Abstract
Group Relative Policy Optimization (GRPO) has emerged as a popular algorithm for reinforcement learning with large language models (LLMs). However, upon analyzing its clipping mechanism, we argue that it is suboptimal in certain scenarios. With appropriate modifications, GRPO can be significantly enhanced to improve both flexibility and generalization. To this end, we propose Adaptive-Boundary-Clipping GRPO (ABC-GRPO), an asymmetric and adaptive refinement of the original GRPO framework. We demonstrate that ABC-GRPO achieves superior performance over standard GRPO on mathematical reasoning tasks using the Qwen3 LLMs. Moreover, ABC-GRPO maintains substantially higher entropy throughout training, thereby preserving the model's exploration capacity and mitigating premature convergence. The implementation code is available online to ease reproducibility https://github.com/chi2liu/ABC-GRPO.
