← Latest papers
🤖 machine learning

Understanding Diversity Collapse in RLVR via the Lens of Overtraining

This paper identifies "diversity collapse" in Reinforcement Learning with Verifiable Rewards (RLVR) as a form of overtraining that narrows the model's reasoning boundary, and proposes "Bayesian Boundary Gating" to redirect optimization toward unsolved problems, thereby improving high-kk Pass@kk performance across diverse reasoning benchmarks.

Original authors: Suqin Yuan, Jinkun Chen, Jiyang Zheng, Muyang Li, Lei Feng, Dadong Wang, Tao Xiang, Tongliang Liu, Bo An

Published 2026-06-16
📖 5 min read🧠 Deep dive

Original authors: Suqin Yuan, Jinkun Chen, Jiyang Zheng, Muyang Li, Lei Feng, Dadong Wang, Tao Xiang, Tongliang Liu, Bo An

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Picture: The "One-Trick Pony" Problem

Imagine you are training a student (an AI) to solve math problems. You give them a practice test where they can try as many times as they want to get the right answer.

  • The Goal: You want the student to get better at solving new problems they've never seen before, and you want them to be able to find the answer even if they have to try many different approaches.
  • The Problem: The paper finds that while the student gets very good at getting the first try right (Pass@1), they actually get worse at finding the answer if they are allowed to try many times (Pass@k).

The authors call this "Diversity Collapse." It's like the student stops thinking creatively. Instead of trying five different ways to solve a problem, they just repeat the one way they know works, over and over again. If that one way fails, they give up, even though they might have found the answer on the second or third try if they had tried something else.

The Cause: "Overtraining" on the Wrong Things

Why does this happen? The authors argue it's a case of overtraining.

Think of it like a coach who only praises a player when they score a goal.

  1. The Setup: The coach (the AI training system) gives the player a problem. The player tries 8 times (this is called "rollouts").
  2. The Trap: If the player gets the answer right even once out of those 8 tries, the coach thinks, "Great! This problem is solved!"
  3. The Mistake: The coach keeps telling the player to focus on this "solved" problem, reinforcing that specific way of solving it. The player stops trying new angles and just perfects that one specific move.

The paper shows that in standard AI training, most of the time the AI spends training is wasted on problems it has already "solved" at least once. Because the AI keeps practicing these "easy" wins, it forgets how to explore new paths. It becomes a master of one specific trick but loses the ability to be flexible.

The "Reasoning Boundary" Analogy

The authors introduce a concept called the "Reasoning Boundary." Imagine a wall that represents everything the AI can solve.

  • Pass@1 is like asking: "Can the AI solve this problem on the very first try?"
  • Pass@k (High-k) is like asking: "If we let the AI try 256 times, can it find a solution?"

The paper claims that standard training pushes the wall inward. The AI gets better at the specific problems it already knows, but it stops expanding the wall to include new problems it couldn't solve before. It's like a gardener who keeps watering the same few flowers until they are huge, while the rest of the garden (the new, unsolved problems) dies because no water is reaching them.

The Evidence: It's Not That the AI Can't Learn

A common belief was that this decline in performance meant the AI simply couldn't learn new reasoning skills. The authors prove this wrong with two experiments:

  1. Observation: They watched the AI during training. They saw that the AI did learn to solve some problems it couldn't solve at the start. However, at the same time, it started failing on problems it used to solve easily. The "gains" were hidden by the "losses."
  2. Intervention: They tried a simple fix: Stop training on problems the AI has already solved. They told the AI, "If you got it right even once, stop practicing that one. Only practice the ones you got wrong."
    • Result: When they did this, the AI's ability to solve hard problems (Pass@256) actually went up above its starting level. This proved the AI could learn new things, but the standard training method was accidentally blocking it by making it over-practice the easy stuff.

The Solution: "Bayesian Boundary Gating" (BBG)

To fix this, the authors propose a new method called Bayesian Boundary Gating (BBG).

Think of BBG as a smart filter for the coach. Before the coach decides which problems to practice, BBG asks:

  • "Is this problem already solved? If yes, skip it."
  • "Is this problem completely unsolved? If yes, focus on it!"
  • "Is this problem in the middle? Maybe give it a little attention."

By mathematically estimating which problems still have "room to grow," BBG redirects the AI's energy away from over-training on easy wins and toward the problems that actually need help.

The Results

When they tested this new method on several difficult math benchmarks:

  • Standard AI: Got better at getting the first try right, but got worse at solving problems when allowed many tries.
  • BBG AI: Got better at getting the first try right AND maintained (or improved) its ability to solve problems when allowed many tries.

Summary

The paper argues that AI models are getting "stuck" in a rut because they are forced to practice problems they have already mastered. This makes them rigid and less creative. By stopping the AI from practicing what it already knows and focusing only on what it doesn't know yet, we can help it become a more versatile and capable problem solver.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →