What to Forget in Unlearning? Forget Set Curation for Language Models
This paper introduces CleanSlate, a benchmark demonstrating that the curation of forget sets is a critical upstream challenge in machine unlearning, where simple selection methods fail to suppress targeted content while overly aggressive strategies cause significant collateral damage to model capabilities.
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
Imagine a world where the vast libraries of human knowledge are compressed into a single, incredibly smart computer program. This program, known as a language model, learns by reading trillions of words from books, websites, and songs. It becomes so good at this that it can mimic the style of a poet or finish a sentence from a famous novel. But sometimes, the owners of these programs need to remove specific information. Perhaps a song was used without permission, or a private story was accidentally memorized. The goal is to make the computer "unlearn" that specific piece of content without having to delete its entire memory and start over. This process is called machine unlearning. For years, researchers have focused on the mechanics of how to delete the data once they know exactly which words to target. They have treated the list of words to be forgotten as a simple starting point, assuming that if you tell the computer to forget a specific sentence, it will simply do so.
However, a new study from Stanford University suggests that this assumption misses a crucial, difficult step. The researchers realized that in the real world, a request to forget something rarely comes with a precise list of words. A user might ask a model to stop singing a specific song, but that song exists in the computer's memory in many different forms. It might appear in the official lyrics, but also in a news article quoting a line, a fan forum discussing the melody, a code file storing the text, or a review that mentions the chorus. The computer does not just know the song from one perfect copy; it knows it from a scattered cloud of these various mentions. The new research asks a fundamental question: how do you find all those scattered pieces of a song or book inside a massive library of text, so you can tell the computer to forget them? The team calls this missing step "forget set curation," and they found that getting it wrong can cause the computer to lose much more than just the unwanted song.
To investigate this, the researchers built a testing ground called CLEANSLATE. They gathered thousands of songs from the Billboard Hot 100 charts spanning from 1970 to 2025, along with fifty books. They then tested how well different methods could identify the specific text fragments that needed to be removed. They compared two main approaches. The first approach relied on standard search tools, similar to how a person might use a search engine to find a book. These tools looked for exact matches of words or phrases. The second approach was more aggressive: it looked directly at the specific parts of the text that the computer was most likely to reproduce and selected those for removal, essentially bypassing the search step to target the exact problem areas.
The results revealed a surprising complexity. When the researchers used the standard search tools to find the text, the results were often weak. The computer continued to sing the song or recite the book, even after the search tools had removed the obvious copies. This happened because the computer had learned the song from many small, scattered sources that the search tools missed. The "footprint" of a song is not just the official lyrics; it is a diffuse network of quotes, references, and fragments spread across the internet. When the researchers tried to be more thorough and targeted the exact windows of text that the computer used to generate the song, they achieved a different kind of problem. They successfully stopped the computer from singing the song, but in doing so, they damaged the computer's ability to remember other things. The model became worse at answering questions about the song's facts, and it also lost some of its general skills, such as its ability to reason or solve math problems.
The study showed that the choice of which text to remove is not just a technical detail; it is a major part of the solution itself. The researchers found that the same list of text to be forgotten could lead to very different outcomes depending on which algorithm was used to delete it. In some cases, a method that worked perfectly for one computer model caused significant damage to another. This means that you cannot simply pick a list of words and assume the deletion will be clean. The process of selecting the data and the process of deleting it are deeply connected. If you select too little, the unwanted behavior remains. If you select too much, or the wrong kind of text, you risk erasing valuable knowledge and harming the computer's general intelligence.
Ultimately, the research suggests that the idea of a simple, perfect list of things to forget is an illusion. In the messy reality of how these models learn, a song or a book is supported by a vast, invisible web of text. To truly unlearn a piece of content without hurting the rest of the model's mind, the selection of data must be done with extreme care, taking into account exactly how the specific computer model learned that content. The study concludes that practical unlearning cannot be solved by just improving the deletion tools; it requires a new way of thinking about how we find and choose the data in the first place. The path forward involves designing a system where the selection of what to forget and the method of forgetting are planned together, ensuring that the computer can let go of a specific request without losing its ability to understand the world around it.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.