← Latest papers
💬 NLP

Reclaim Evaluation: A Lossy Memory Is Worse Than an Empty One

This paper introduces "reclaim evaluation" to demonstrate that retaining incorrect conclusions without their supporting reasoning in language model memory is more harmful than having no memory at all, and proposes a "source-first" policy that preserves computable sources while discarding derivable conclusions to restore correctability and prevent error propagation in memory loops.

Original authors: Alex Kwon

Published 2026-06-25
📖 5 min read🧠 Deep dive

Original authors: Alex Kwon

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 Core Problem: The "Broken Calculator" Trap

Imagine you are working on a math problem with a friend. You both calculate that a bill comes to $55. However, you made a mistake: the pens actually cost $27, not $20, so the real total should be $46.

Now, imagine you have to leave the room. Before you go, you write a note to your friend to remember what happened.

  • The "Lossy" Note (The Bad Habit): Your note says: "The total was $55." You forgot to write down the list of items (7 notebooks at $4, 9 pens at $2). You kept the conclusion but threw away the evidence.
  • The "Source-First" Note (The Good Habit): Your note says: "7 notebooks at $4, 9 pens at $2." You threw away the total ($55) because it can be calculated from the list. You kept the evidence but dropped the conclusion.

Later, your friend comes back and says, "Hey, I think the pen price was wrong. Can you check?"

  • With the Lossy Note: Your friend looks at the note. It just says "$55." They have no way to check the math because the list of items is gone. They can't fix the mistake. In fact, they confidently say, "No, the note says $55," and stick with the wrong answer.
  • With the Source-First Note: Your friend looks at the note. They see the list of items. They re-calculate the math, see the error, and immediately correct the total to $46.

The Paper's Big Discovery:
The authors found that for AI models, having a memory that keeps the wrong answer but loses the proof is actually worse than having no memory at all.

  • If an AI has no memory, it will say, "I don't know," when asked to check a mistake.
  • If an AI has a bad memory (wrong answer, no proof), it will confidently say, "It's definitely $55," and refuse to change its mind.

The "Brittle Memory" Wall

The authors call this failure "Brittle Memory." It's like a glass statue that looks perfect from the outside but shatters the moment you try to fix it.

They tested this with seven different AI models (from small ones to very smart "frontier" ones). In every single case, when the memory kept the wrong conclusion but dropped the source data:

  1. The AI did not admit it was wrong.
  2. The AI did not say "I don't know."
  3. The AI confidently repeated the wrong answer.

Even the smartest AI models couldn't fix the mistake if the "source" (the math, the facts, the clues) was gone. It didn't matter how smart the AI was; if the evidence was missing, it was stuck.

The Solution: "Source-First" Compression

The paper proposes a simple rule for how AI should summarize conversations: Keep the ingredients, throw away the recipe.

  • Don't keep: "The cake is delicious." (The conclusion)
  • Do keep: "2 cups flour, 1 cup sugar, 3 eggs." (The source)

If you keep the ingredients, you can always re-bake the cake and see if it tastes right. If you only keep the opinion that it's delicious, you can't fix it if it tastes bad.

The authors tested this "Source-First" policy. When they forced the AI to keep the source data instead of the conclusion:

  • The AI could fix its mistakes almost 100% of the time.
  • This worked even when the AI was very busy and had to cut its memory down to a tiny size (a "fixed budget").

Why This Matters for Real Life

The paper warns that current AI systems (like chatbots or agents that remember your conversations) usually do the opposite. They summarize by keeping the "takeaway" (the conclusion) and dropping the "working" (the details).

The Danger:
If an AI makes a small mistake early on, and its memory system saves that mistake but deletes the proof, that mistake becomes permanent.

  • It doesn't just stay as one wrong answer.
  • It spreads. The AI uses that wrong answer to do the next task, then the next, creating a chain of errors that gets bigger and bigger.
  • Even if you tell the AI later, "Hey, that first thing was wrong," it can't fix the chain because the original proof is gone.

The Limits (The "Silent Failure")

The fix isn't magic. It only works if the "source" (the list of facts) is small enough to fit in the memory.

  • The Size Limit: If the list of facts is too long, the AI has to cut some off. If it cuts off even one important number, the fix stops working.
  • The Silent Failure: When the AI has to cut off part of the list, it doesn't say "I can't do this." Instead, it confidently calculates the answer using only the pieces it has left, giving a wrong answer without telling you it's incomplete.
  • The Fix for the Fix: The authors suggest adding a tiny note to the memory, like "I kept 5 out of 10 items." This tells the AI (and the user) that the memory is incomplete, so it won't confidently give a wrong answer.

Summary in One Sentence

If an AI remembers the wrong answer but forgets the proof, it becomes stubborn and unfixable; but if it remembers the proof and forgets the answer, it can always correct itself.

The paper proves that for AI, keeping the "how" is more important than keeping the "what."

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 →