Noise-corrected GRPO: From Noisy Rewards to Unbiased Gradients
Omar El Mansouri, Mohamed El Amine Seddik, Salem Lahlou
TL;DR
This work tackles the vulnerability of RLHF/RLVR to noisy reward signals by introducing Noise-corrected GRPO and Dr.GRPO, which explicitly model reward corruption as a Bernoulli channel. By estimating flip rates and applying a Natarajan-inspired debiasing correction within a generalized objective, the approach yields unbiased gradient estimates and preserves monotonic policy improvement despite noisy rewards. The authors provide formal guarantees for both noiseless and noisy scenarios and validate the method on math and code tasks, showing tangible improvements (up to 6.7 percentage points on math and 1.5 on code). Overall, the framework bridges label-noise correction techniques from supervised learning with modern RLHF, offering a principled, practical path to robust deployment under realistic reward-noise conditions.
Abstract
Reinforcement learning from human feedback (RLHF) or verifiable rewards (RLVR), the standard paradigm for aligning LLMs or building recent SOTA reasoning models, is highly sensitive to noise from inconsistent or erroneous rewards. Yet, the interaction between such noise and widely used group-based policy optimization methods remains underexplored. We introduce a noise-robust Group Relative Policy Optimization (GRPO) and Done Right GRPO (Dr.GRPO) framework that explicitly models reward corruption as Bernoulli noise. Our method applies noise correction after estimating reward flip probabilities to debias the learning signal, yielding provably unbiased gradient estimates. Theoretical analysis shows that group-based methods inherently mitigate individual-level noise, and our correction strategy amplifies this robustness. Empirically, we observe consistent improvements across math and code tasks when applying our noise correction to standard reward model usage, with particular gains of up to 6.7 percentage points in accuracy on math tasks and 1.5 on code tasks under realistic reward model conditions. This work bridges label-noise correction from supervised learning with modern RLHF, offering both theoretical insights and a practical algorithm for noisy real-world deployment.
