Self-Verification Dilemma: Experience-Driven Suppression of Overused Checking in LLM Reasoning
This paper identifies that Large Reasoning Models frequently engage in unproductive self-verification steps and proposes an experience-driven test-time framework that leverages historical outcomes to suppress these redundant checks, significantly reducing token usage while maintaining or improving accuracy.
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 a brilliant student taking a math test. This student is incredibly smart and has been trained to double-check their work. However, they have a bad habit: they check their work too much.
Every time they solve a simple step (like adding two numbers), they immediately stop, re-calculate it, check it again, and then check it a third time.
- The Reality: 90% of the time, their first answer was already right.
- The Cost: By the time they finish the test, they have used up all their time and energy re-checking things that didn't need checking. They are "overthinking."
This paper argues that modern Large Reasoning Models (LRMs)—the AI systems that solve complex problems—suffer from this exact same issue. They generate long chains of thought where they constantly "re-check" their own intermediate steps, even when those steps are almost certainly correct.
The Discovery: Most Checks Are Just "Nodding"
The researchers analyzed thousands of reasoning traces from top AI models. They found that when these models "reflect" (stop to think about what they just did), they mostly fall into two categories:
- Rethinking: Changing the whole strategy because the path is wrong. (This is useful!)
- Re-checking: Verifying a calculation they just did. (This is often useless!)
The Shocking Finding:
Out of all the "re-checking" the models did, 85% to 95% were just "confirmatory."
- Analogy: Imagine you lock your front door, then immediately turn around, unlock it, lock it again, and say, "Yep, it's locked." You didn't find a mistake; you just wasted time confirming what you already knew.
- The models were rarely finding actual errors. They were just wasting "tokens" (computational energy) to say, "I checked, and I'm still right."
The Solution: The "Experience Librarian"
The authors asked: How do humans handle this?
When a human expert does a routine task (like taking the derivative of a standard equation), they don't re-check it every single time. They rely on experience. They know, "I've done this a thousand times, and it's always been right. I'll trust my gut and move on."
The paper proposes a new system called Experience-Driven Suppression (EDS) that gives the AI this same "gut feeling" without changing the AI's brain.
How it works (The Analogy):
Imagine the AI has a Librarian standing next to it while it solves problems.
- The Trigger: The AI starts to say, "Wait, let me check this calculation again."
- The Query: The Librarian instantly looks at a giant "Experience Book" (a database built from past reasoning examples).
- The Search: The Librarian asks: "Has this specific type of calculation ever needed a re-check in the past?"
- The Verdict:
- If the book says, "In 9 out of 10 similar cases, this re-check was unnecessary," the Librarian whispers to the AI: "Stop! You don't need to check this. It's correct. Move to the next step."
- If the book says, "This is a tricky case where errors often happen," the Librarian says: "Go ahead, check it."
The Results: Faster and Smarter
The researchers tested this "Librarian" system on several math benchmarks. Here is what happened:
- Less Talking, Same Smarts: The AI stopped wasting time on redundant re-checks. It used up to 20% fewer words (tokens) to solve the same problems.
- Accuracy Didn't Drop: Because the system only suppressed checks that were likely unnecessary (based on history), the models didn't miss real errors. In fact, on some tests, the accuracy actually went up slightly, likely because the models had more "mental energy" left for the hard parts of the problem.
- No Brain Surgery: The best part is that they didn't have to re-train the AI or change its internal code. They just added this external "Librarian" filter that works while the AI is thinking.
Summary in One Sentence
This paper shows that AI models waste a lot of time re-checking things that are already right, and by using a simple "experience-based" filter to tell them when to stop checking, we can make them faster and more efficient without making them less accurate.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.