ARTFEED — Contemporary Art Intelligence

ABC-GRPO: Bounded Clipping for Stable LLM Reinforcement Learning

ai-technology · 2026-08-07

A new reinforcement learning algorithm, All-Quadrant Bounded Clipping GRPO (ABC-GRPO), has been proposed to address a critical flaw in Group Relative Policy Optimization (GRPO), a popular method for training large language models (LLMs). The research, detailed in arXiv paper 2601.03895, identifies that GRPO, which inherits PPO's token-level clipping but uses sequence-level advantages, leaves one quadrant of the (likelihood-ratio, advantage) space structurally unbounded. Specifically, in the case of negative advantage combined with an increased likelihood ratio (Q4), a few high-ratio tokens can receive very large suppressive updates, leading to collapsed entropy and narrowed reasoning boundaries. ABC-GRPO applies unconditional clipping in all four quadrants using sign-dependent boundaries, clipping the likelihood ratio before multiplication by the advantage. This adds a trust-region floor in Q2 and a cap in Q4, ensuring stable and generalizable training. The paper is available on arXiv and was announced as a replace-cross type update.

Key facts

  • ABC-GRPO is a new algorithm for reinforcement learning with LLMs.
  • It addresses an unbounded quadrant in GRPO's clipping mechanism.
  • The unbounded quadrant is Q4: negative advantage with increased likelihood ratio.
  • ABC-GRPO applies unconditional clipping in all four quadrants.
  • It uses sign-dependent boundaries for clipping.
  • The method clips the likelihood ratio before multiplying by the advantage.
  • It adds a trust-region floor in Q2 and a cap in Q4.
  • The paper is arXiv:2601.03895, announced as replace-cross.

Entities

Institutions

  • arXiv

Sources