Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models
This paper introduces RECAP, an end-to-end replay strategy with dynamic objective reweighting that effectively mitigates general-capability forgetting in large reasoning models trained with reinforcement learning while simultaneously enhancing reasoning performance through flexible reward trade-offs.
Original paper dedicated to the public domain under CC0 1.0 (http://creativecommons.org/publicdomain/zero/1.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 "Specialist" Trap
Imagine you hire a brilliant, all-around chef who can cook anything: they can bake a perfect cake, chop vegetables with precision, and even fix a leaky faucet in the kitchen (a metaphor for a model's ability to handle math, vision, and general knowledge).
Then, you decide to train this chef specifically to win a high-stakes pie-eating contest. You put them in a room with only pie recipes and strict rules on how to hold the fork.
What happens?
After a few weeks of intense training, the chef becomes a world-class pie eater. They follow the fork rules perfectly. However, because they spent all their time practicing pie, they start to forget how to chop vegetables or fix the faucet. If you ask them to chop an onion, they might stare blankly or try to eat it whole.
In the world of AI, this is exactly what is happening. Researchers are using a technique called RLVR (Reinforcement Learning with Verifiable Rewards) to teach Large Language Models (LLMs) how to "reason" (solve math problems, follow complex logic). While the models get amazing at reasoning, they start to forget their other skills, like recognizing objects in a picture, reading text in an image, or staying safe and honest.
The Paper's Solution: "RECAP"
The authors propose a new method called RECAP (Replay-Enhanced CApability Preservation). Think of RECAP as a smart training schedule for that chef.
Instead of just feeding the chef pie recipes all day, RECAP does two things:
- Replays the Basics: It occasionally brings back the old "vegetable chopping" and "faucet fixing" recipes so the chef doesn't forget them.
- Dynamic Weighting: It acts like a smart coach who watches the chef's progress in real-time.
How the "Smart Coach" Works (The Analogy)
Imagine the chef is practicing three things at once:
- The Fork Rule (Format): How to hold the fork.
- The Taste (Accuracy): Does the pie taste good?
- The Cleanup (General Skills): Keeping the kitchen tidy.
In a normal training session, the coach might say, "Practice all three equally!" But that's inefficient.
- The Fork Rule is easy. The chef masters it in 5 minutes. If the coach keeps making them practice it for an hour, it's a waste of time.
- The Taste is hard. The chef struggles with it.
- The Cleanup is getting messy because the chef is distracted.
RECAP's Coach looks at the data and says:
"Hey, the chef has already mastered the Fork Rule. Let's stop focusing on that (lower the weight). Let's spend more time on the Taste and the Cleanup because those are the ones that are still struggling or getting unstable."
RECAP automatically detects which skills are "saturated" (already learned) and which ones are "volatile" (struggling or changing fast). It shifts the training focus to the struggling skills so the model doesn't over-learn the easy stuff while forgetting the hard stuff.
What They Found (The Results)
The researchers tested this on powerful AI models (specifically the Qwen2.5-VL family). Here is what they discovered:
- The "Forgetting" is Real: When they trained models only on reasoning tasks, the models got better at math but got significantly worse at things like reading text in images or recognizing objects.
- RECAP Saves the Day: By using their dynamic schedule, the models kept their reasoning skills high (sometimes even improving them) but did not lose their general skills. In fact, they often performed better on general tasks than models trained with standard methods.
- Efficiency: The models trained with RECAP didn't just get smarter; they also became more efficient. They started giving shorter, more direct answers instead of rambling on, because the system stopped forcing them to "think" (write long chains of text) on tasks that didn't need it.
The Takeaway
The paper argues that we shouldn't just force AI models to become "reasoning machines" by ignoring everything else. If we do, they become one-trick ponies that forget how to be helpful in the real world.
RECAP is a simple, plug-in tool that acts like a balanced diet for AI training. It ensures that while the model learns to solve complex puzzles, it doesn't forget how to see, read, and understand the world around it. It's about keeping the AI well-rounded while still making it a genius at its job.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.