paper-with-me

홈 › Papers

Noise-corrected GRPO: From Noisy Rewards to Unbiased Gradients

2025-10-21 · Omar El Mansouri, Fathinah Asma Izzati, Mohamed El Amine Seddik, Salem Lahlou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.18924

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

On the Impossibility of Unbiased and Length-Invariant Policy Optimization with Outcome Rewards

2026-07-25 · Fei Ding, Yongkang Zhang, Yuhao Liao, Zijian Zeng 외 arxiv

Group Relative Policy Optimization (GRPO) is the dominant reinforcement learning algorithm for training reasoning capabilities in large language models, notably adopted by DeepSeek-R1. The recent improvement Dr. GRPO (CO…

Reinforcement Learning

Reinforcement Learning with Perturbed Rewards

2018-10-02 · ICLR 2019 5 · Jingkang Wang, Yang Liu, Bo Li

Recent studies have shown that reinforcement learning (RL) models are vulnerable in various noisy scenarios. For instance, the observed reward channel is often subject to noise in practice (e.g., when rewards are collect…

Atari GamesDeep Reinforcement Learningreinforcement-learningReinforcement Learning+1

Reinforcement Learning with Verifiable yet Noisy Rewards under Imperfect Verifiers

2025-10-01 · Xin-Qiang Cai, Wei Wang, Feng Liu, Tongliang Liu 외 arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) replaces costly human labeling with automated verifiers. To reduce verifier hacking, many RLVR systems binarize rewards to $\{0,1\}$, but imperfect verifiers inevitab…

Reinforcement Learning

Reinforcement Learning for Computer-Use Agents with Autonomous Evaluation

2026-06-23 · Marta Sumyk, Oleksandr Kosovan arxiv

Computer-Use Agents (CUAs) execute high-level user goals by perceiving and acting directly within graphical user interfaces. However, reinforcement learning for CUAs remains difficult because open-ended desktop environme…

Reinforcement Learning

VRPO: Rethinking Value Modeling for Robust RL under Noisy Supervision in LLM Post-Training

2025-08-05 · Dingwei Zhu, Shihan Dou, Zhiheng Xi, Senjie Jin 외 arxiv

Reinforcement Learning (RL) in real-world environments often suffers from ambiguous or incomplete reward supervision, which undermines policy stability and generalization. Such noise may cause models to ignore key inform…

Reinforcement Learning