paper-with-me

홈 › Papers

Noisy Data is Destructive to Reinforcement Learning with Verifiable Rewards

2026-03-17 · Yuxuan Zhu, Daniel Kang arxiv

Reinforcement learning with verifiable rewards (RLVR) has driven recent capability advances of large language models across various domains. Recent studies suggest that improved RLVR algorithms allow models to learn effectively from incorrect annotations, achieving performance comparable to learning from clean data. In this work, we show that these findings are invalid because the claimed 100% noisy training data is "contaminated" with clean data. After rectifying the dataset with a rigorous re-verification pipeline, we demonstrate that noise is destructive to RLVR. We show that existing RLVR algorithm improvements fail to mitigate the impact of noise, achieving similar performance to that of the basic GRPO. Furthermore, we find that the model trained on truly incorrect annotations performs 8-10% worse than the model trained on clean data across mathematical reasoning benchmarks. Finally, we show that these findings hold for real-world noise in Text2SQL tasks, where training on real-world, human annotation errors cause 5-12% lower accuracy than clean data. Our results show that current RLVR methods cannot yet compensate for poor data quality. High-quality data remains essential.

📄 PDF Abstract BibTeX arXiv:2603.16140

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Trade-R1: Bridging Verifiable Rewards to Stochastic Environments via Process-Level Reasoning Verification

2026-01-07 · Rui Sun, Yifan Sun, Sheng Xu, Li Zhao 외 arxiv

Reinforcement Learning (RL) has enabled Large Language Models (LLMs) to achieve remarkable reasoning in domains like mathematics and coding, where verifiable rewards provide clear signals. However, extending this paradig…

Reinforcement Learning

Plasticity vs. Rigidity: The Impact of Low-Rank Adapters on Reasoning on a Micro-Budget

2026-01-10 · Zohaib Khan, Omer Tafveez, Zoha Hayat Bhatti arxiv

Recent advances in mathematical reasoning typically rely on massive scale, yet the question remains: can strong reasoning capabilities be induced in small language models ($\leq1.5\text{B}$) under extreme constraints? We…

Reinforcement LearningMathematical Reasoning

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

From Verifiable Dot to Reward Chain: Harnessing Verifiable Reference-based Rewards for Reinforcement Learning of Open-ended Generation

2026-01-26 · Yuxin Jiang, Yufei Wang, Qiyuan Zhang, Xingshan Zeng 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) succeeds in reasoning tasks (e.g., math and code) by checking the final verifiable answer (i.e., a verifiable dot signal). However, extending this paradigm to open-en…

Reinforcement Learning

Rate or Fate? RLV$^\varepsilon$R: Reinforcement Learning with Verifiable Noisy Rewards

2026-01-07 · Ali Rad, Khashayar Filom, Darioush Keivan, Peyman Mohajerin Esfahani 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a simple but powerful paradigm for training LLMs: sample a completion, verify it, and update. In practice, however, the verifier is almost never clean--unit tests …

Reinforcement Learning