AI Navigate

Noisy Data is Destructive to Reinforcement Learning with Verifiable Rewards

arXiv cs.LG / 3/18/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The authors show that previous claims that RLVR can learn effectively from noisy annotations are invalid because the supposed noisy dataset was contaminated with clean data.
  • They introduce a rigorous re-verification pipeline to rectify the dataset and demonstrate that noise is destructive to RLVR.
  • Moreover, improvements claimed for RLVR algorithms do not mitigate the impact of noise, performing similarly to the basic GRPO baseline.
  • On mathematical reasoning benchmarks, the model trained on truly incorrect annotations is 8-10% worse than the model trained on clean data.
  • In real-world Text2SQL tasks, training with human annotation errors yields 5-12% lower accuracy than training on clean data, underscoring the importance of data quality.

Abstract

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.