LGMay 17

Leveraging Error Diversity in Group Rollouts for Reinforcement Learning

arXiv:2605.1733391.72 citations
Predicted impact top 6% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners of reinforcement learning from verifiable rewards, this work provides a simple, plug-in method to improve training by leveraging group-level error patterns.

The paper identifies that error diversity in group rollouts predicts RLVR training success, and proposes EDAS, a lightweight technique that modulates advantage signals based on error diversity, achieving a 6.29-point average improvement over DAPO on Qwen3-8B across seven math benchmarks.

Reinforcement Learning from Verifiable Rewards (RLVR) typically samples multiple responses per prompt and assigns binary rewards based on individual correctness, yet the collective structure of the group output, specifically the distribution of errors, is largely discarded. We identify this as a missed opportunity: empirical analysis reveals that error diversity within a group is a strong predictor of training success, with problems eliciting diverse wrong answers benefiting substantially more from RLVR than those producing homogeneous failures. Motivated by this observation, we propose Error Diversity Advantage Shaping (EDAS), a lightweight, algorithm-agnostic technique that modulates the advantage signal for incorrect rollouts based on intra-group error diversity. EDAS amplifies penalties for dominant, repeated errors and attenuates penalties for rare, exploratory ones, thereby encouraging the model to maintain diverse reasoning paths and discouraging error perseveration. Crucially, EDAS operates as a simple post-hoc adjustment that can be seamlessly integrated into any RLVR algorithm. We validate EDAS on top of several mainstream RLVR methods across a series of models and seven challenging math benchmarks, demonstrating consistent improvements. Notably, EDAS yields an average improvement of 6.29 points over DAPO on Qwen3-8B across seven benchmarks, confirming that exploiting the latent information in group rollouts is a broadly effective strategy for strengthening RLVR.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes