Where Rollouts Begin: Low-Load, High-Leverage First-Token Diversification for RLVR
This paper introduces REFT, a lightweight RLVR method that enhances rollout diversity and improves reasoning performance by uniformly sampling from the policy's top- candidates for the first token after the reasoning marker, thereby broadening exploration without altering the correctness signal.
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 Core Problem: The "First Step" Trap
Imagine you are teaching a student how to solve complex math problems. Instead of giving them the answer key, you ask them to try solving the problem eight different times (this is called a "rollout group"). You then grade their answers and tell them which attempts were right and which were wrong. The student uses this feedback to get smarter.
The problem? The student is incredibly stubborn about how they start. Every single time, they begin their solution with the exact same phrase, like "Let’s see..." or "First,".
Because they always start the same way, their eight attempts look very similar. If they get the answer wrong, they probably got it wrong in all eight attempts because they were stuck in the same "thinking lane." The teacher (the AI trainer) can’t give useful feedback because there’s no variety to compare.
Most AI researchers thought, "Well, the first word doesn't matter much. It’s just a polite opener. Let’s focus on changing the middle or end of the solution to create variety."
This paper argues that this is a mistake. It suggests that the very first word is actually a high-leverage point—a small change that opens up huge new possibilities.
The Discovery: The "Doorway" Effect
The researchers looked closely at the first word the AI generates after it decides to start reasoning (marked by a special tag like <think>). They found two surprising things:
- The AI is Overconfident: The AI is extremely sure about its first word. It picks the same opener 50–60% of the time, even though there are many other valid ways to start.
- Correctness Doesn’t Care: Whether the AI starts with "Let," "First," or even a rare word like "Consider," the chance of getting the final math answer right is almost the same.
The Analogy: Think of the first word as a doorway into a house.
- The AI always uses the front door because it’s the most obvious one.
- But there are 19 other doors (side doors, back doors, garage doors) that lead into the same house.
- The AI ignores these other doors because it’s biased toward the front door.
- However, once you step through any of those doors, you can explore different rooms (reasoning paths) inside the house. By only using the front door, the AI is missing out on exploring the rest of the house.
The Solution: REFT (Rollout Exploration with First-Token Diversification)
The authors created a simple trick called REFT. It doesn’t change the AI’s brain or its grading system. It only changes how the AI is asked to start its attempts.
How it works:
- The AI looks at its top 20 possible first words.
- Instead of picking the most popular one every time, REFT says: "Pick 4 different words from this list at random."
- The AI then writes 8 solutions, but it forces itself to start with those 4 different words (2 solutions per word).
The Analogy:
Instead of sending 8 students through the front door, you send 2 students through the front door, 2 through the side door, 2 through the back door, and 2 through the garage.
- The students still use the same logic once they are inside.
- But because they entered from different places, they explore different parts of the house.
- This gives the teacher a much wider variety of attempts to grade, making the learning process more effective.
Why This Works Better Than Other Methods
Usually, to get more variety, researchers use a method called "Temperature." This is like shaking the dice before rolling them. It makes the AI more random everywhere.
- The Problem with Temperature: It makes the AI random in the middle of the solution too. If the AI gets random in the middle, it might make silly mistakes or nonsensical leaps. It’s like shaking the dice so hard that the students start walking through walls instead of just exploring different rooms.
- The Benefit of REFT: REFT only shakes the dice for the first step. The rest of the solution is still logical and careful. It’s like ensuring the students enter through different doors, but once inside, they walk carefully and logically.
The Results
The researchers tested this on several AI models (from small 0.5 billion parameter models to larger 7 billion parameter models) and various math datasets.
- Better Accuracy: The AI got more correct answers overall.
- Better Coverage: When the AI was allowed to try 8 or 64 times, it was much more likely to find at least one correct solution.
- Less "All-Wrong" Groups: In standard training, sometimes all 8 attempts are wrong, giving the teacher no useful feedback. With REFT, because the attempts are more diverse, it’s less likely that all of them fail. At least one attempt usually finds a correct path, giving the AI something good to learn from.
Summary
The paper flips a common assumption on its head. We usually think the "boring" first step of a reasoning process doesn't matter. But this paper shows that the first step is a powerful lever. By simply forcing the AI to try different starting phrases, we can unlock a wider variety of reasoning paths without making the AI less logical. It’s a small, cheap change that leads to smarter, more robust AI reasoning.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.