CLMay 21, 2025

DUSK: Do Not Unlearn Shared Knowledge

Stanford
arXiv:2505.15209v33 citationsh-index: 16
Originality Synthesis-oriented
AI Analysis

This addresses the need for reliable unlearning in real-world applications where data overlap is common, though it is incremental as it focuses on benchmarking rather than proposing a new unlearning method.

The paper tackles the problem of machine unlearning in LLMs when forget and retain sets share overlapping content, introducing the DUSK benchmark to evaluate methods under realistic data overlap, and finds that most existing methods fail to remove deeper knowledge without damaging shared facts.

Large language models (LLMs) are increasingly deployed in real-world applications, raising concerns about the unauthorized use of copyrighted or sensitive data. Machine unlearning aims to remove such 'forget' data while preserving utility and information from the 'retain' set. However, existing evaluations typically assume that forget and retain sets are fully disjoint, overlooking realistic scenarios where they share overlapping content. For instance, a news article may need to be unlearned, even though the same event, such as an earthquake in Japan, is also described factually on Wikipedia. Effective unlearning should remove the specific phrasing of the news article while preserving publicly supported facts. In this paper, we introduce DUSK, a benchmark designed to evaluate unlearning methods under realistic data overlap. DUSK constructs document sets that describe the same factual content in different styles, with some shared information appearing across all sets and other content remaining unique to each. When one set is designated for unlearning, an ideal method should remove its unique content while preserving shared facts. We define seven evaluation metrics to assess whether unlearning methods can achieve this selective removal. Our evaluation of nine recent unlearning methods reveals a key limitation: while most can remove surface-level text, they often fail to erase deeper, context-specific knowledge without damaging shared content. We release DUSK as a public benchmark to support the development of more precise and reliable unlearning techniques for real-world applications.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes