← Latest papers
🤖 machine learning

Leak@kk: Unlearning Does Not Make LLMs Forget Under Probabilistic Decoding

This paper reveals that existing LLM unlearning methods fail to achieve true forgetting under probabilistic decoding, introducing the \texttt{leak@kk} metric to quantify this vulnerability and proposing the \texttt{RULE} algorithm to effectively mitigate knowledge leakage across multiple benchmarks.

Original authors: Hadi Reisizadeh, Jiajun Ruan, Yiwei Chen, Soumyadeep Pal, Sijia Liu, Mingyi Hong

Published 2026-05-29
📖 5 min read🧠 Deep dive

Original authors: Hadi Reisizadeh, Jiajun Ruan, Yiwei Chen, Soumyadeep Pal, Sijia Liu, Mingyi Hong

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 Idea: The "Amnesia" Illusion

Imagine you hire a librarian (the AI) and ask them to remove a specific, embarrassing book from their collection. You want them to completely forget the story so they never tell it again.

The researchers in this paper discovered a shocking truth: The librarian isn't actually forgetting the story.

When you ask the librarian a question, they usually give you a standard, safe answer (like a robot reading a script). This is called Greedy Decoding. Under these conditions, the librarian looks like they have successfully forgotten the book.

However, if you ask the librarian to "improvise" or "be creative" (which is how real-world AI actually works, called Probabilistic Decoding), the librarian suddenly remembers the story and tells it to you, often word-for-word. The "forgetting" was just an illusion caused by how we were testing them.

The Problem: The "Magic 8-Ball" vs. The "Crystal Ball"

To understand the paper, we need to look at how AI makes decisions:

  1. Greedy Decoding (The Crystal Ball): Imagine the AI always picks the single most obvious, safe word next. It's like a crystal ball that only shows you the most likely future. In this mode, the AI successfully hides the secret.
  2. Probabilistic Decoding (The Magic 8-Ball): In the real world, AI doesn't just pick the most likely word; it picks from a list of good options, sometimes taking a riskier path to be more creative or human-like. This is like shaking a Magic 8-Ball.
    • The Discovery: The paper found that while the AI hides the secret when looking through the Crystal Ball, it spills the secret when you shake the Magic 8-Ball enough times. If you ask the same question 64 times with different "shakes" (randomness), the secret eventually leaks out.

The New Tool: "Leak@k"

The authors realized that current tests were like checking a dam only when the river is calm. They needed a way to test the dam during a storm.

They invented a new measuring stick called Leak@k.

  • The Analogy: Imagine you are trying to see if a sieve has holes.
    • Old way: You pour one cup of water through the sieve. No water comes out? Great, no holes! (This is the old "Greedy" test).
    • Leak@k way: You pour k cups of water through the sieve. Even if the first cup doesn't leak, the 10th or 50th cup might find a tiny hole and drip through.
  • What it measures: It calculates the probability that at least one of those many attempts will reveal the secret information. The paper shows that for almost all current "unlearning" methods, as you increase the number of cups (k), the water (secrets) eventually leaks out.

The Evidence: The "Bus to Hell" Example

The paper provides a funny but serious example using a dataset about news articles (MUSE).

  • The Secret: A bus route number that was changed from 666 (Hell) to 669.
  • The Test:
    • Greedy Mode: The AI says, "I don't know that route." (Success!)
    • Probabilistic Mode (64 tries): The AI eventually says, "The new route number is 669." (Failure!)

This happened across three different major tests (TOFU, MUSE, and WMDP). Whether the secret was a fake author's name, a news fact, or dangerous biological knowledge, the "forgetting" failed as soon as the AI was allowed to be creative.

The Solution: RULE (Robust Unlearning)

Since the old methods were like trying to erase a tattoo with a wet paper towel (it looks gone, but the ink is still there), the authors created a new method called RULE.

  • How it works: Instead of just telling the AI "Forget this specific sentence," RULE plays a game of "Whac-A-Mole."

    1. It asks the AI the question many times to see how it tries to leak the secret.
    2. It catches the AI when it almost slips up.
    3. It then teaches the AI to forget those specific slips too.
    4. It repeats this process, getting stricter every time.
  • The Result: With RULE, even if you shake the Magic 8-Ball 128 times, the secret stays hidden. The AI truly forgets, not just when it's being careful, but even when it's being creative.

Summary

  • The Issue: Current AI "unlearning" methods are fake. They only work when the AI is forced to be boring and predictable.
  • The Reality: When the AI is allowed to be creative (which is how we use it), it remembers the things we told it to forget.
  • The Fix: The authors built a new test (Leak@k) to catch this cheating and a new training method (RULE) to actually make the AI forget, even under pressure.

The paper concludes that we cannot trust current AI safety measures until we test them with this new, stricter "Leak@k" standard.

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 →