Position: LLM Unlearning Benchmarks are Weak Measures of Progress
Pratiksha Thaker, Shengyuan Hu, Neil Kale, Yash Maurya, Zhiwei Steven Wu, Virginia Smith
TL;DR
The paper scrutinizes the reliability of current LLM unlearning benchmarks, showing that small benchmark perturbations can reveal unlearned information or impair retained knowledge beyond reported results. It analyzes forget/retain evaluation design, threat models, and brittle benchmark practices, demonstrating that dependencies between forget and retain data and test-set overfitting can mislead progress assessments. By conducting targeted experiments on TOFU and WMDP, the authors reveal how simple modifications decouple benchmark performance from practical unlearning robustness. They advocate for benchmarks that encourage generalization, explicit threat models, and formal definitions, and urge the community to pursue provable guarantees and privacy-by-construction approaches for reliable unlearning in LLMs.
Abstract
Unlearning methods have the potential to improve the privacy and safety of large language models (LLMs) by removing sensitive or harmful information post hoc. The LLM unlearning research community has increasingly turned toward empirical benchmarks to assess the effectiveness of such methods. In this paper, we find that existing benchmarks provide an overly optimistic and potentially misleading view on the effectiveness of candidate unlearning methods. By introducing simple, benign modifications to a number of popular benchmarks, we expose instances where supposedly unlearned information remains accessible, or where the unlearning process has degraded the model's performance on retained information to a much greater extent than indicated by the original benchmark. We identify that existing benchmarks are particularly vulnerable to modifications that introduce even loose dependencies between the forget and retain information. Further, we show that ambiguity in unlearning targets in existing benchmarks can easily lead to the design of methods that overfit to the given test queries. Based on our findings, we urge the community to be cautious when interpreting benchmark results as reliable measures of progress, and we provide several recommendations to guide future LLM unlearning research.
