A Relative-Budget Theory for Reinforcement Learning with Verifiable Rewards in Large Language Model Reasoning
This paper proposes a relative-budget theory for reinforcement learning in large language model reasoning, defining a key quantity that governs sample efficiency across deficient, balanced, and ample regimes, and empirically validates that a relative budget between 1.5 and 2.0 maximizes learning performance.
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 Idea: The "Goldilocks" Zone for AI Thinking
Imagine you are teaching a student (the AI) how to solve a difficult math problem. You have a limited amount of time or "tokens" (words) they can use to think and write down their answer.
The paper introduces a simple rule called the Relative Budget (). Think of this as a ratio comparing how much time you give the student versus how long the student usually needs to solve the problem on their own.
- (Xi) = (Time you give) / (Time the student usually needs).
The authors discovered that how well the AI learns depends entirely on this ratio. There are three distinct "zones" or regimes, and the AI behaves very differently in each one.
The Three Zones of Learning
1. The "Too Tight" Zone (Deficient Regime, )
The Analogy: Imagine giving a student a 10-minute test to solve a problem that usually takes them 100 minutes to figure out.
- What happens: The student almost never finishes. They run out of time before finding the answer.
- The Result: The teacher (the AI training system) gets almost no "correct" examples to learn from. Because the AI rarely sees a success, it can't learn anything. It's like trying to learn to swim by throwing someone into a pool where they can't even touch the bottom; they just panic and sink.
- Paper Claim: In this zone, learning is theoretically impossible because "informative trajectories" (successful attempts) are too rare.
2. The "Just Right" Zone (Balanced Regime, )
The Analogy: Now, you give the student about 1.5 to 2 times the amount of time they usually need.
- What happens: The student has enough time to solve the problem, but it's still challenging. Sometimes they solve it quickly; sometimes they struggle and take the full time.
- The Result: This is the sweet spot. The teacher sees a mix of easy wins and hard-fought victories. This variety creates a strong "learning signal." The AI can clearly see what works and what doesn't.
- Paper Claim: This is where Reinforcement Learning (RL) is most efficient. The AI learns the fastest here. Interestingly, this is also the hardest zone for a different method called "Supervised Fine-Tuning" (SFT), because the variety of solutions is so confusing for a simple mimicry teacher.
3. The "Too Easy" Zone (Ample Regime, )
The Analogy: You give the student 100 hours to solve a problem that takes 10 minutes.
- What happens: The student solves it almost instantly every single time. They have so much extra time that the task feels trivial.
- The Result: The AI learns, but it's not very efficient. Since the student always succeeds immediately, there is no "struggle" or variation to learn from. The AI stops improving because it's already too good for the task. It's like giving a chess grandmaster a puzzle a 5-year-old could solve; they won't get any better at chess by doing it.
- Paper Claim: Learning remains stable, but the "marginal gains" (improvement per step) get smaller and smaller. You are wasting compute power.
The "Phase Transition"
The paper describes a phase transition around a relative budget of 1.0.
- Below 1.0: The AI is stuck in the dark, rarely seeing success.
- Above 1.0: The AI suddenly starts seeing success, and learning explodes.
- The Peak: The authors found that the absolute best performance happens when the budget is slightly higher than the average need, specifically between 1.5 and 2.0. This gives the AI just enough "wiggle room" to explore different ways of solving the problem without wasting time.
Why This Matters for AI Training
The paper argues that many people are currently wasting money and computer power.
- If you give the AI too little time, it learns nothing.
- If you give it too much time, it learns slowly and wastes resources.
- The Solution: You should tune your computer budget so that the AI has about 1.5 to 2 times the tokens it usually needs to solve a problem. This ensures the AI is challenged enough to learn efficiently but not so challenged that it fails.
A Note on "Mimicry" vs. "Trial and Error"
The paper also compares two teaching styles:
- Supervised Fine-Tuning (SFT): Like a student copying a teacher's exact steps. The paper says this method fails in the "Just Right" zone because there are too many different ways to solve the problem, and the student gets confused by the variety.
- Reinforcement Learning (RL): Like a student trying different approaches and getting a "check mark" for a correct answer. This method thrives in the "Just Right" zone because it can handle that variety and figure out the best path.
Summary
To get the best reasoning skills out of an AI, don't just throw infinite computing power at it. Instead, find the Goldilocks budget: give the AI just enough extra time (about 50% to 100% more than it usually needs) to solve the problem. This creates the perfect environment for it to learn quickly and effectively.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.