← Latest papers
🤖 machine learning

Learning to Solve, Forgetting to Retain: Correct-Set Turnover in RLVR

This paper identifies "correct-set turnover" as a hidden cost in Reinforcement Learning with Verifiable Rewards (RLVR) where previously solved problems become unsolvable, and proposes \textbf{\method{}}, a retention-aware mechanism that periodically reintroduces mastered prompts to prevent regression without incurring additional rollout overhead.

Original authors: Chuanyu Qin, Chenxu Yang, Qingyi Si, Naibin Gu, Peng Fu, Zheng Lin

Published 2026-06-03
📖 4 min read☕ Coffee break read

Original authors: Chuanyu Qin, Chenxu Yang, Qingyi Si, Naibin Gu, Peng Fu, Zheng Lin

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 "Leaky Bucket" of AI Learning

Imagine you are teaching a student (an AI model) how to solve math problems. You give them a practice test.

  • The Good News: As they study, they get better at solving new problems. Their score goes up.
  • The Bad News: While they are learning new tricks, they are quietly forgetting how to solve the problems they mastered weeks ago.

This paper calls this phenomenon "Correct-Set Turnover." It's like a bucket with a hole in the bottom. You keep pouring water in (learning new solutions), but the water is also leaking out (forgetting old solutions). Eventually, the water level (accuracy) stops rising, even though you are still studying hard.

The Discovery: The "Repair Window"

The researchers discovered a crucial timing rule, which they call the "Repair-Window Principle."

Think of a mastered problem like a freshly paved road.

  • If you fix a crack immediately: It takes one person five minutes to patch it. It's cheap and easy.
  • If you wait until the road is completely broken: You have to tear up the whole street and repave it. It takes days and costs a fortune.

In AI training, if the model forgets a problem immediately after solving it, it can "remember" it again very quickly with just a tiny bit of review. But if you wait too long, the model has to re-learn the problem from scratch, which is slow and expensive. Standard AI training methods usually wait too long to check on old problems, missing this cheap "repair window."

The Solution: "ReMind" (The Smart Study Guide)

To fix this, the authors created a method called ReMind.

Imagine a teacher who keeps a special list of problems the student has already mastered. Instead of just moving on to new problems forever, the teacher periodically pulls a few of those old, mastered problems back into the lesson plan.

Here is how ReMind works:

  1. The Watchlist: When the AI solves a problem perfectly, ReMind adds it to a "Review Queue."
  2. The Swap: Every few steps, ReMind swaps out a few new problems for a few old problems from the queue.
  3. The Check: The AI tries to solve the old problems again.
    • If it still gets it right: Great! The problem is removed from the list (it's safe).
    • If it gets it wrong: Uh oh! The problem is put back at the end of the line to be reviewed again later.

The Best Part: This doesn't slow the AI down. ReMind doesn't ask the AI to do extra work; it just swaps old work for new work. It's like a chef tasting a dish they already cooked to make sure it still tastes good, rather than cooking a whole new meal just to check.

What Happened When They Tried It?

The researchers tested this on 20 different challenges, including:

  • Math problems (text-only).
  • Image puzzles (looking at a picture and answering a question).
  • Video reasoning (watching a video and solving a problem).

The Results:

  • Less Forgetting: The AI forgot significantly fewer problems than standard methods.
  • Higher Scores: Because the AI didn't forget its old skills, its overall test scores went up.
  • Works Everywhere: It worked just as well for math, images, and videos.

The Takeaway

The paper argues that in the world of AI, learning more isn't the only way to get smarter. Sometimes, the key to a higher score is simply forgetting less.

By checking in on old lessons before they are completely forgotten, we can keep the AI's "bucket" full without needing to pour in twice as much water. It's a simple, low-cost trick that makes the AI more stable and reliable.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →