Beyond Penalizing Mistakes: Stabilizing Efficiency Training in Large Reasoning Models via Adaptive Correct-Only Rewards
This paper proposes ACOER, a novel reward mechanism that stabilizes efficiency training in large reasoning models by isolating length penalties to correct answers and employing dynamic budget normalization, thereby preventing reward collapse while significantly improving accuracy and reducing token generation.
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 Problem: The "Over-Thinker" Student
Imagine you have a brilliant student (the AI model) who is great at solving math problems. However, this student has a bad habit: they talk way too much. Even for a simple problem like "2 + 2," they might write a 5,000-word essay explaining every possible way to add numbers before finally saying "4."
This is called verbosity. It wastes time and computer power. Researchers want to teach this student to be concise—to say "4" quickly without the 5,000-word essay.
The Failed Attempt: The "Strict Teacher"
To fix this, researchers tried a method called GRPO (Group Relative Policy Optimization). They added a rule: "If you write too many words, you get a penalty."
However, they made a critical mistake in how they applied this rule. They penalized both right answers that were too long and wrong answers that were too long.
The Analogy: Imagine a teacher telling a student:
"If you get the answer wrong, I will deduct points for how long your explanation was. If you get it right, I will also deduct points if you wrote too much."
What happened? The student panicked. They realized that if they wrote a long, complicated explanation and got it wrong, they got punished twice. So, they started writing nothing. They stopped thinking entirely. They would just guess "4" instantly, even if the answer was "5."
This is called Reward Collapse. The model became so afraid of the penalty for being "long and wrong" that it stopped reasoning altogether, becoming short but useless.
The Discovery: Why the "Strict Teacher" Failed
The authors of this paper investigated why this happened. They found two main reasons:
- The "Wrong Answer" Trap: When you penalize long wrong answers, the math inside the AI's brain gets messed up. It creates a feedback loop where the AI thinks, "The safest bet is to say nothing at all." Even a tiny penalty for long wrong answers was enough to break the system.
- The "Over-Compression" Trap: Even if you only penalize long right answers (a "Correct-Only" approach), the AI can still collapse. Sometimes, the AI gets too confident that "short is good" and starts compressing its thinking so much that it misses the solution, even for hard problems. It's like a student who memorizes the answer key but doesn't actually learn the math.
The Solution: ACOER (The "Smart Coach")
The authors propose a new method called ACOER (Adaptive Correct-Only Efficiency Reward). Think of ACOER as a smart coach who uses three specific rules to train the student without breaking them:
1. The "No Penalty for Wrong Guesses" Rule
- How it works: The coach says, "If you get the answer wrong, I don't care how long your explanation was. You get zero points, but no extra penalty for being long."
- Why it helps: This stops the panic. The student knows they can think deeply and make mistakes without being punished for the length of their thought process. They only get rewarded for being concise when they are right.
2. The "Moving Goalpost" Rule (Adaptive Budget)
- How it works: Instead of saying "You must write under 500 words," the coach watches the student. If the student starts writing 200 words, the coach lowers the goal to 150 words. If they drop to 100, the goal becomes 80.
- Why it helps: This prevents the student from getting stuck in a loop where they think "shorter is always better." It keeps the target moving so the student keeps improving gradually without suddenly giving up.
3. The "Safety Brake" Rule (Control-Loop)
- How it works: The coach constantly checks the test scores. If the student starts getting answers wrong because they are writing too little, the coach immediately says, "Stop! Slow down. You can write more words again."
- Why it helps: This prevents the "Over-Compression" trap. It ensures the AI never sacrifices accuracy just to be fast. If accuracy drops, the pressure to be short is relaxed.
The Results: Fast and Accurate
When they tested this new "Smart Coach" (ACOER) on difficult math problems:
- Speed: The AI reduced the number of words it wrote by 62% (from thousands of words down to a manageable amount).
- Accuracy: The AI kept its math skills just as good as before. It didn't start guessing randomly.
- Adaptability: The AI learned to be short on easy problems (like "2+2") but would still write a long, detailed explanation for very hard problems if it needed to.
Summary
The paper teaches us that to make AI efficient, you cannot just punish it for being long, especially when it's wrong. That makes it stop thinking. Instead, you should reward it for being short only when it is right, and have a safety system that stops it from getting too short if it starts making mistakes. This creates a stable, efficient, and smart AI.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.