Do Not Waste Your Rollouts: Recycling Search Experience for Efficient Test-Time Scaling
This paper introduces Recycling Search Experience (RSE), a training-free strategy that enhances test-time scaling by distilling and reusing intermediate insights from failed and successful rollouts to eliminate computational redundancy and improve reasoning efficiency on complex tasks.
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 "Amnesia" of AI
Imagine you are trying to solve a very difficult maze. You send out 100 different explorers (these are the AI's "rollouts" or attempts) to find the exit.
- The Old Way (Current AI Search): Each explorer starts from the beginning, runs into a wall, turns around, and tries a different path. When they hit a dead end, they give up. The next explorer starts fresh, runs into the same wall, and hits the same dead end. They might even find a shortcut that the first explorer found, but they have to rediscover it from scratch.
- The Waste: The AI is wasting massive amounts of energy (computing power) re-deriving facts it already knows and re-walking paths it already knows lead nowhere. It's like a student taking a test, failing, and then taking the exact same test again without looking at their previous mistakes or notes.
The Solution: "Recycling Search Experience" (RSE)
The authors propose a new strategy called Recycling Search Experience (RSE). Think of this as giving the explorers a shared, living map that gets updated after every round of exploration.
Instead of treating every attempt as a disposable trial, RSE treats the search as a cumulative team effort. Here is how it works in three simple steps:
1. The "Distillation" (Making Notes)
After a batch of explorers finishes their run, the AI doesn't just throw away their raw, messy logs. Instead, it acts like a smart editor who reads through the chaos and writes two specific lists:
- The "Good News" List (Positive Experience): "Hey, we found out that turning left at the fountain is a dead end, but going straight leads to a bridge." These are verified facts and shortcuts.
- The "Bad News" List (Negative Experience): "Do not go down the dark tunnel; it leads to a pit." These are known dead ends and logical traps to avoid.
2. The "Shared Bank" (The Memory)
These lists are stored in a Shared Experience Bank. This isn't a giant, messy pile of papers; it's a curated, organized database. The AI uses a "deduplication" filter to make sure it doesn't write the same note twice (e.g., it won't list "Don't go left" ten times; it just keeps one clear warning).
3. The "Guided Search" (Using the Map)
When the next batch of explorers starts, they don't start from zero. They are handed this Shared Bank.
- If they see a "Good News" note, they can skip the long walk to the bridge and go straight there (shortcutting the work).
- If they see a "Bad News" note, they immediately turn away from the dark tunnel (pruning the dead ends).
Why This is a Game Changer
The paper claims this method is much more efficient than the old ways.
- Analogy: Imagine trying to find a specific needle in a haystack.
- Old Way: You send 100 people to dig blindly. They all dig the same spots, miss the needle, and get tired.
- RSE Way: The first 10 people dig, find some dirt that isn't the needle, and mark those spots. The next 10 people are told, "Don't dig here." They also find a spot that might be the needle and mark it. The next group skips the bad spots and focuses on the promising ones.
- The Result: You find the answer faster and with less energy because you aren't wasting time on mistakes you've already made.
What the Paper Actually Found
The researchers tested this on very hard math problems (like those found in high-level competitions like the IMO or HMMT), coding challenges, and complex planning tasks (like planning a multi-day trip).
- Better Results: The AI using RSE got higher scores than other methods that just tried to "think harder" or "try more times" without sharing notes.
- Works on Hard Problems: It was especially good at solving the hardest problems where other methods got stuck or gave up.
- No Extra Training: The best part is that the AI didn't need to be retrained. It just changed how it searched for answers during the test, using its own internal ability to critique its work.
The Bottom Line
The paper argues that intelligence isn't just about trying harder; it's about remembering what you've learned. By turning "disposable" attempts into a "cumulative" memory, the AI stops wasting energy on dead ends and redundant discoveries, making it smarter and more efficient without needing bigger hardware.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.