← Latest papers
💬 NLP

LLM Unlearning with LLM Beliefs

This paper identifies the "squeezing effect" in current LLM unlearning methods, where probability mass shifts to semantically related rephrasings, and proposes a bootstrapping framework that leverages the model's own high-confidence beliefs to more effectively suppress both target responses and their rephrasings while preserving utility.

Original authors: Kemou Li, Qizhou Wang, Yue Wang, Fengpeng Li, Jun Liu, Bo Han, Jiantao Zhou

Published 2026-03-16
📖 5 min read🧠 Deep dive

Original authors: Kemou Li, Qizhou Wang, Yue Wang, Fengpeng Li, Jun Liu, Bo Han, Jiantao Zhou

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 "Whac-A-Mole" of AI Memory

Imagine you have a very smart, well-read librarian (the AI) who has memorized a massive library of books. One day, you realize one of the books contains a dangerous secret or a private address that shouldn't be there. You want the librarian to forget it completely.

You tell the librarian: "Please, never say the word 'Secret' again."

What happens with current methods?
The librarian tries very hard to stop saying "Secret." But because their brain is wired to connect ideas, when you block the word "Secret," their brain instinctively jumps to the next best thing. Instead of saying "Secret," they start saying "The hidden thing," "The confidential info," or "The private address."

The librarian thinks they are helping by rephrasing it, but they are still revealing the secret! This is what the paper calls "Spurious Unlearning." It looks like they forgot, but they just found a loophole.

The "Squeezing Effect": Why Old Methods Fail

The paper identifies a phenomenon called the Squeezing Effect.

Imagine the librarian's brain is a water balloon filled with water (probability). The water represents all the things the librarian could say.

  • The Goal: You want to squeeze the water out of the "Secret" section of the balloon.
  • The Problem: Water doesn't disappear; it just moves. When you squeeze the "Secret" spot, the water is forced into the neighboring areas.
  • The Result: The "neighboring areas" are the things that sound almost like the secret (rephrasings). So, by trying to delete the secret, you accidentally make the rephrasings louder and more likely to come out.

Current AI tools try to delete the secret by pushing it down, but they don't realize they are just pumping up the volume on the rephrased versions.

The New Solution: "Bootstrapping" with the AI's Own Beliefs

The authors propose a new method called Bootstrapping (BS). The name comes from the idea of "pulling yourself up by your bootstraps," but here it means using the AI's own thoughts to help it forget.

The core idea is simple: Don't just tell the AI what not to say. Also tell it not to say the things it wants to say most.

When the AI tries to forget a secret, it naturally wants to say the closest, most logical alternative. The new method says: "We know you want to say that alternative. We are going to punish you for saying that, too."

They do this in two ways:

1. BS-T (Token Level): The "Word Police"

Imagine the librarian is about to say a sentence.

  • Old Way: "Don't say 'Secret'."
  • New Way (BS-T): "Don't say 'Secret'. Also, don't say 'Hidden Thing' or 'Confidential Info'."
  • How it works: The AI looks at its own brain, sees which words it is most likely to pick next (its "beliefs"), and tells itself: "Nope, not those either." It suppresses the target word and the top few words the AI was leaning toward. This stops the water from squeezing into the neighbors.

2. BS-S (Sequence Level): The "Story Police"

Sometimes, the AI doesn't just swap one word; it swaps the whole sentence structure.

  • Old Way: "Don't say the secret."
  • New Way (BS-S): The AI generates a whole new story that almost reveals the secret (e.g., "I can't tell you the secret, but here is a story about a similar secret..."). The new method takes that whole generated story and says, "Delete this entire story too."
  • How it works: It forces the AI to forget not just the specific answer, but the entire path of thinking that leads to the answer.

Why This is Better

Think of it like trying to erase a drawing on a whiteboard.

  • Old Method: You take an eraser and rub hard on the specific word "Secret." The ink smears, and now you have a big, messy blob that still looks like the word.
  • New Method: You realize that rubbing just smears the ink. So, you take a wet cloth and wipe the entire area around the word, including the smears, ensuring the whole section is clean.

The Results

The paper tested this on various AI models.

  • Old methods often got high scores on automated tests (like checking if the word "Secret" appeared), but when humans read the answers, the AI was still leaking the information in clever ways.
  • The new method actually made the AI forget the information thoroughly. It stopped the AI from finding loopholes, while still keeping the AI smart enough to answer other questions correctly.

Summary

The paper solves a tricky problem where AI models "forget" things by just changing their words slightly. The authors found that by forcing the AI to forget not just the target, but also its own "favorite" alternative answers, they can achieve true, deep forgetting without breaking the AI's ability to be helpful.

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 →