Why Do Reasoning Models Lose Coverage? The Role of Data and Forks in the Road
This paper investigates the "reasoning shrinkage" phenomenon in fine-tuned reasoning models, identifying the prevalence of ambiguous decision-point scenarios in training data as the primary cause and demonstrating that targeted data synthesis and diversity-aware decoding can effectively mitigate this coverage loss.
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
Imagine you are teaching a student how to solve a maze. You want them to be able to find the exit no matter which path they take, but you also want them to be fast and accurate.
This paper investigates a strange problem that happens when we train advanced AI models (like the ones that do complex math or logic) to be "reasoning" experts. We call this problem "Coverage Shrinkage."
Here is the simple breakdown of what the authors found, using everyday analogies:
The Problem: The "Shrinking" Map
When these AI models are trained, they get really good at finding the one best path to the answer. If you ask them a question once, they are very likely to get it right (this is called pass@1).
However, if you ask them the same question 10 or 100 times to see all the different ways they could solve it, they stop giving you variety. They all start giving the exact same answer, or worse, they all get stuck on the same wrong path. Their "map" of possible solutions has shrunk. They have lost the ability to explore different routes.
The Culprit: "Forks in the Road"
The authors argue that this isn't because the AI's learning algorithm is broken. Instead, the problem lies in the training data.
Imagine a storybook where a character reaches a fork in the road.
- The Real World: The character might go left or right. Both paths look valid, but only one leads to the treasure.
- The Training Data: The storybook only shows the character taking the right path. It never explains why they chose right over left, or even mentions that the left path was an option.
The authors call these moments "Forks in the Road." These are decision points where the model has to choose between multiple valid options, but the data only shows one.
Because the model only ever sees one path taken, it learns a bad habit: "I must pick the first thing that looks right, and I must be 100% confident I'm right, even if I'm not." It stops exploring. It stops considering the "left" path because the storybook never showed it.
The Experiments: Proving the Theory
The researchers tested this with two clever setups:
The Star Graph (The Maze):
They created a simple math puzzle that looked like a star-shaped maze. At the start, there were two paths. Only one led to the answer.- Group A was trained on data showing the model walking forward through the maze, making a choice at the fork.
- Group B was trained on data showing the model walking backward from the answer to the start (no choices needed).
- Result: Group A (the ones who had to make choices) lost their ability to find alternative paths. Group B kept their full map. This proved that the act of making a choice without enough information causes the shrinkage.
The Style Switch (Code vs. Words):
They looked at math problems that could be solved by writing code OR by writing in plain English.- Scenario 1: They gave the model a mix of problems, but each problem only had one solution style (some were code, some were words).
- Scenario 2: They gave the model the same mix, but for every single problem, they showed both the code solution AND the word solution.
- Result: In Scenario 1, the model got confused and started picking a style based on tiny, irrelevant clues (like the order of words), shrinking its options. In Scenario 2, where the model saw both options for the same problem, it stayed flexible and kept its "map" wide.
The "Spurious Cues" (The Bad Habits)
Because the model is forced to choose at these "forks" without knowing the right answer, it starts grabbing onto spurious cues (fake signals).
- Example: If the problem starts with the word "Let," the model might decide, "Okay, I'll use the 'Backtracking' thinking style." If it starts with "To," it might decide, "Okay, I'll use the 'Linear' style."
- The model isn't actually thinking about the math; it's just reacting to the first word. This makes it brittle. If you change the first word, the model might switch to a completely different (and worse) way of thinking.
The Solution: Wiggling the First Step
The paper offers two ways to fix this without retraining the whole model:
- Better Data Design: When creating training data, don't just mix different types of problems. For each specific problem, show the model multiple valid ways to solve it. This teaches the model that "at this fork, both paths are possible."
- The "First Word" Trick: Since the model gets stuck on the very first word it generates, the researchers found they could "jiggle" the start. By forcing the model to try starting with different common words (like "Okay," "Let's," or "To"), they could unlock the different thinking styles that were locked away.
- Analogy: It's like a door that is stuck. The model thinks the door is locked, but if you push the handle in a slightly different direction (change the first word), the door swings open, and the model remembers all the paths it used to know.
The Bottom Line
The paper concludes that AI models don't "forget" how to be diverse. They just get locked into a single path because their training data forced them to make blind choices at "forks in the road" without showing them the alternatives. By changing how we present these choices in the data, or by nudging the model at the very start of its answer, we can get that lost diversity back.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.