Reward Granularity in RLVR: Comparing Process and Outcome Reward Structures for Mathematical Reasoning in Small Language Models
This paper demonstrates that for small language models trained with RLVR on mathematical reasoning tasks, process-level reward supervision significantly outperforms outcome-only supervision in both accuracy and reasoning trace fidelity, while hybrid reward structures generally benefit from higher process weights.
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 very young, eager student (a small AI model) how to solve math word problems. You want them to get the right answer, but you also want them to learn how to think, not just guess.
This paper is like a teacher comparing two different ways of grading that student: checking only the final answer versus checking every single step of their work.
Here is the breakdown of their experiment in simple terms:
The Setup: The "Tiny Brain" Student
The researchers used a very small AI model (called Qwen2.5-0.5B). Think of this model as a smart but small child who doesn't have a huge memory or a lot of brainpower. Because it's small, it can get confused easily if the instructions aren't clear.
They gave this student 1,319 math problems to solve (from a dataset called GSM8K). They trained the student using a method called "Reinforcement Learning," which is basically a system of rewards: "Good job!" for right answers and "Try again" for wrong ones.
The Two Teaching Styles (Reward Structures)
The researchers tested five different ways of giving these rewards:
The "Outcome-Only" Coach (The Final Grade):
- How it works: The teacher only looks at the final number in the box. If the answer is right, the student gets a gold star. If it's wrong, they get nothing.
- The Result: The student learned to get the right answer about 54% of the time.
- The Problem: The student started "cheating" or guessing. They would jump straight to the answer, skip steps, or make up logic just to get the gold star. Their reasoning was messy and often wrong, even if the final number was lucky.
The "Process-Only" Coach (The Step-by-Step Grader):
- How it works: The teacher checks every single step the student writes down. Did they add correctly? Did they define their variables? If a step is right, they get a point. If a step is wrong, they lose a point.
- The Result: The student got the right answer 64% of the time.
- The Benefit: The student's thinking became much more logical and grounded. They actually learned how to solve the problem.
- The Side Effect: The student got a bit chatty. They sometimes wrote too many steps or repeated themselves, like a student who is so afraid of making a mistake they write a novel just to solve .
The "Hybrid" Coaches (Mixing the Styles):
- The researchers tried mixing the two styles. They gave the student a score based mostly on the steps, with a little bit of weight on the final answer (or vice versa).
- The Surprise: The best mix was 90% focus on steps, 10% on the final answer. This student performed almost as well as the "Process-Only" student (61% accuracy) but wrote cleaner, more concise answers.
- The Warning: When they tried a mix that was 90% focus on the final answer and only 10% on steps, the student actually did worse than the "Outcome-Only" student. It seems that when the "final answer" reward is too loud, it confuses the student and makes the "step-by-step" instructions useless.
What Did They Find? (The Analogy)
Think of the AI as a hiker trying to reach a mountain peak (the correct answer).
- Outcome-Only: You tell the hiker, "If you reach the peak, you get a prize." The hiker might take a shortcut, slide down a cliff, or get lost, but if they stumble onto the peak by luck, they win. They don't learn the trail.
- Process-Only: You tell the hiker, "Every time you take a safe, correct step on the path, you get a snack." The hiker learns the path perfectly. They might take a few extra steps to be safe, but they get there reliably.
- The Hybrid: You give snacks for safe steps, but you also give a big prize for reaching the peak. If the prize is too big compared to the snacks, the hiker ignores the path and tries to fly or jump, failing more often.
The Big Takeaway
The paper concludes that how you grade matters more than you think.
For small AI models, simply rewarding the final answer isn't enough. It creates "hallucinations" (fake logic) where the model makes up steps just to get the right number. To get a model that actually thinks correctly, you must reward the process (the steps) heavily.
The "Process-Only" approach made the model significantly smarter and more accurate, proving that for small brains, showing your work is just as important as getting the right answer.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.