F-GRPO: Don't Let Your Policy Learn the Obvious and Forget the Rare
Daniil Plyusov, Alexey Gorbatovski, Boris Shaposhnikov, Viacheslav Sinii, Alexey Malakhov, Daniil Gavrilov
TL;DR
This work analyzes reinforcement learning with verifiable rewards (RLVR) under group-relative policy optimization and binary rewards, showing that a finite group size $N$ can cause sharpening by missing rare-correct trajectories. It derives a closed-form tail-miss probability $\,\Pr(\mathcal{B}_\tau)\,$ and characterizes how probability mass redistributes within the correct set, revealing that unsampled-correct mass can shrink even as total correct mass grows. To mitigate this, the authors introduce F-GRPO, a lightweight focal-weighting scheme $g(x) = (1 - \widehat{\mu}_{\mathrm{pos}}(x))^\gamma$ that down-weights updates on high-success prompts and can be applied to GRPO, DAPO, and CISPO without additional compute. Empirically, F-GRPO yields consistent pass@256 gains on in-domain math and OOD benchmarks across multiple model families, while preserving or improving pass@1, demonstrating improved solution diversity and robustness without extra cost. Overall, the paper provides both a theoretical lens on RLVR sampling dynamics and a practical drop-in method to maintain diversity in group-relative policy optimization for LLM reasoning tasks.
Abstract
Reinforcement Learning with Verifiable Rewards (RLVR) is commonly based on group sampling to estimate advantages and stabilize policy updates. In practice, large group sizes are not feasible due to computational limits, which biases learning toward trajectories that are already likely. Smaller groups often miss rare-correct trajectories while still containing mixed rewards, concentrating probability on common solutions. We derive the probability that updates miss rare-correct modes as a function of group size, showing non-monotonic behavior, and characterize how updates redistribute mass within the correct set, revealing that unsampled-correct mass can shrink even as total correct mass grows. Motivated by this analysis, we propose a difficulty-aware advantage scaling coefficient, inspired by Focal loss, that down-weights updates on high-success prompts. The lightweight modification can be directly integrated into any group-relative RLVR algorithm such as GRPO, DAPO, and CISPO. On Qwen2.5-7B across in-domain and out-of-domain benchmarks, our method improves pass@256 from 64.1 $\rightarrow$ 70.3 (GRPO), 69.3 $\rightarrow$ 72.5 (DAPO), and 73.2 $\rightarrow$ 76.8 (CISPO), while preserving or improving pass@1, without increasing group size or computational cost.
