MUSE: Machine Unlearning Six-Way Evaluation for Language Models

Weijia Shi, Jaechan Lee, Yangsibo Huang, Sadhika Malladi, Jieyu Zhao, Ari Holtzman, Daogao Liu, Luke S. Zettlemoyer, Noah A. Smith, Chiyuan Zhang

arXiv:2407.06460 · 2026-07-27 공개 · arXiv · PDF

language-models machine-unlearning scalability privacy-leakage sustainability utility-preservation unlearning-algorithms data-removal

Abstract

Language models (LMs) are trained on vast amounts of text data, which may include private and copyrighted content. Data owners may request the removal of their data from a trained model due to privacy or copyright concerns. However, exactly unlearning only these datapoints (i.e., retraining with the data removed) is intractable in modern-day models. This has led to the development of many approximate unlearning algorithms. The evaluation of the efficacy of these algorithms has traditionally been narrow in scope, failing to precisely quantify the success and practicality of the algorithm from the perspectives of both the model deployers and the data owners. We address this issue by proposing MUSE, a comprehensive machine unlearning evaluation benchmark that enumerates six diverse desirable properties for unlearned models: (1) no verbatim memorization, (2) no knowledge memorization, (3) no privacy leakage, (4) utility preservation on data not intended for removal, (5) scalability with respect to the size of removal requests, and (6) sustainability over sequential unlearning requests. Using these criteria, we benchmark how effectively eight popular unlearning algorithms on 7B-parameter LMs can unlearn Harry Potter books and news articles. Our results demonstrate that most algorithms can prevent verbatim memorization and knowledge memorization to varying degrees, but only one algorithm does not lead to severe privacy leakage. Furthermore, existing algorithms fail to meet deployer's expectations because they often degrade general model utility and also cannot sustainably accommodate successive unlearning requests or large-scale content removal. Our findings identify key issues with the practicality of existing unlearning algorithms on language models, and we release our benchmark to facilitate further evaluations: muse-bench.github.io

한국어 요약

한 줄 요약

MUSE는 언어 모델에서 데이터 제거 효과를 6가지 기준으로 평가하는 벤치마크로, 기존 알고리즘의 한계를 드러냄.

핵심 기여도

핵심 아이디어

기존 언러닝 평가가 데이터 소유자와 모델 운영자의 요구를 모두 반영하지 못한 문제를 해결하기 위해 MUSE를 제안함. MUSE는 언러닝 모델이 (1) 정확한 토큰 재현(verbatim), (2) 지식 재현(knowledge), (3) 개인정보 유출(privacy), (4) 비제거 데이터 유틸리티 유지(utility), (5) 대규모 제거 요청 대응(scalability), (6) 연속 제거 요청 대응(sustainability)의 6가지 기준을 평가함. 이는 기존 연구에서 주로 사용된 단일 태스크 성능 평가와 달리, 실용적 관점에서의 종합적 평가를 가능하게 함. 예를 들어, privacy leakage는 membership inference attack(AUC-ROC)을 통해 측정하며, 유틸리티는 비제거 데이터셋에서의 성능 유지 여부로 평가함.

기술적 접근법

주요 결과

의의 및 한계

MUSE는 언러닝 알고리즘의 실용성과 효과성을 종합적으로 평가할 수 있는 체계적인 프레임워크를 제공함. 특히, privacy leakage와 유틸리티 유지라는 모순적 요구를 동시에 평가함으로써, 기존 연구에서 간과된 문제를 드러냄. 그러나 MUSE는 7B 모델에만 적용되었으며, 다른 크기의 모델이나 비언어 데이터(이미지, 음성)에 대한 확장은 아직 이루어지지 않았음. 또한, 일부 알고리즘은 대규모 제거 요청에 대응하지 못하는 한계가 있음.

실용적 활용

MUSE는 언어 모델에서 개인 정보 또는 저작권 데이터를 제거해야 하는 의료, 법률, 미디어 산업에서 유용하게 활용될 수 있음. 예를 들어, 환자의 진료 기록을 제거한 의료 진단 모델의 개인정보 유출 여부를 정량적으로 평가할 수 있음. 또한, 언론사가 특정 기사 데이터를 제거한 언어 모델의 유틸리티 유지 여부를 확인하는 데 활용 가능함.