iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Home ›› Technology ›› Ai ›› Llms ›› Diversity Collapse in RLVR Explained by Overtraining in New Study

Diversity Collapse in RLVR Explained by Overtraining in New Study

A new arXiv paper by Yuan et al. (2026) explains diversity collapse in reinforcement learning with verifiable rewards (RLVR) as a symptom of overtraining. The study shows that once a problem's contribution to the reasoning boundary saturates, further updates concentrate probability mass on successful trajectories, degrading high-k Pass@k. The authors propose Bayesian Boundary Gating (BBG) to redirect optimization and improve average Pass@k across multiple benchmarks.

iG
iGEN Editorial
June 17, 2026
Diversity Collapse in RLVR Explained by Overtraining in New Study

A new study from arXiv (2606.15455) by Yuan, Suqin, Chen, Jinkun, Zheng, Jiyang, Muyang, Feng, Lei, Wang, Dadong, Xiang, Tao, Liu, Tongliang, and An Bo reveals that diversity collapse in reinforcement learning with verifiable rewards (RLVR) can be understood as a form of overtraining. According to the paper, once a problem's contribution to the model’s reasoning boundary saturates, further updates no longer expand what the model can solve but instead concentrate probability mass on trajectories favored by on-policy sampling. This leads to improved Pass@1 but degraded high-k Pass@k, a phenomenon the authors call diversity collapse.

The Overtraining Lens

The authors formalize diversity collapse through the concept of overtraining: when a problem's contribution to the reference metric effectively saturates, further updates become counterproductive for boundary expansion. Under a standard setup with few rollouts per problem, even a single observed success places a problem in a nearly saturated regime for high-k Pass@k. Consequently, most updates in standard RLVR constitute overtraining from the perspective of the reasoning boundary.

New Reasoning Gains Despite Aggregate Decline

The paper offers a nuanced reading of whether RLVR can expand reasoning beyond the base model. Because RLVR is structurally biased against high-k Pass@k, its aggregate decline does not by itself mean that no new reasoning gains occurred. Observationally, a non-trivial fraction of initially unsolvable problems become solvable during standard RLVR training. Interventionally, restricting updates to problems with zero observed success lifts Pass@256 above the base model on difficult benchmarks.

Bayesian Boundary Gating (BBG)

Building on these findings, the authors propose Bayesian Boundary Gating (BBG), which redirects optimization away from overtraining by estimating each problem's marginal contribution to the reasoning boundary. Across multiple reasoning benchmarks, BBG improves average Pass@k across a wide range of k. The method represents a principled way to maintain diversity in model outputs while still improving overall reasoning performance.

Metric Standard RLVR BBG
Pass@1 Improves Comparable or better
Pass@k (high k) Degrades Improves
Boundary expansion Limited Enhanced

Implications for Practitioners

While the study focuses on language model reasoning, the concept of overtraining and the BBG intervention may have parallels in other domains where reinforcement learning is applied. The authors note that the structural bias against high-k metrics must be accounted for when evaluating RLVR-based systems. For organisations deploying such models, monitoring Pass@k distributions beyond top-1 accuracy could reveal hidden diversity collapse.

What to watch: Future research may test BBG in broader RL settings and assess its scalability to larger models and more complex reasoning tasks.


Sources:

Keep Reading

Recommended Stories

MENTOR: Reinforcement Learning via Flexible Teacher-Optimized Rewards for Tool-Use Distillation Technology

MENTOR: Reinforcement Learning via Flexible Teacher-Optimized Rewards for Tool-Use Distillation

A new research paper introduces MENTOR, a reinforcement learning framework that uses flexible teacher-optimized rewards to distill tool-use capabilities from large language models into small models. The approach improves out-of-domain generalization compared to supervised fine-tuning and strict reinforcement learning baselines.

July 8, 2026
MEAL Benchmark Enables Continuous Multi-Agent RL Training on 100 Tasks in Hours Using GPU Acceleration Technology

MEAL Benchmark Enables Continuous Multi-Agent RL Training on 100 Tasks in Hours Using GPU Acceleration

Researchers introduced MEAL (Multi-agent Environments for Adaptive Learning), the first benchmark for continual multi-agent reinforcement learning. Using JAX and GPU acceleration, MEAL enables training on sequences of 100 tasks in hours on a single GPU, revealing failure modes not apparent at smaller scales. This addresses the limitation of previous benchmarks that only considered 3-10 sequential tasks due to CPU constraints.

June 21, 2026
Vero: An Open RL Recipe for General Visual Reasoning — A Fully Open Vision-Language Model Family Technology

Vero: An Open RL Recipe for General Visual Reasoning — A Fully Open Vision-Language Model Family

A new research paper introduces Vero, a family of fully open vision-language models (VLMs) that use reinforcement learning (RL) to achieve strong general visual reasoning. The team constructed a 600K-sample dataset from 59 datasets and designed task-routed rewards. Vero variants outperformed their base models by 2.9-5.4 points on average across a 30-benchmark suite, and the best variant surpassed a stronger closed model by 3.8 points. All code, data, and models are released publicly.

June 21, 2026
RL-Index: Reinforcement Learning Shifts Retrieval Reasoning to Indexing Stage for Faster, Better Search Technology

RL-Index: Reinforcement Learning Shifts Retrieval Reasoning to Indexing Stage for Faster, Better Search

Researchers propose RL-Index, a framework that applies reinforcement learning to retrieval index reasoning. By augmenting documents with LLM-generated rationales optimized via GRPO, RL-Index improves retrieval and question-answering performance while reducing online inference latency.

June 17, 2026