CLAILGJul 2

LACUNA: A Testbed for Evaluating Localization Precision for LLM Unlearning

arXiv:2607.0251317.1
Predicted impact top 42% in CL · last 90 daysOriginality Incremental advance
AI Analysis

For researchers developing LLM unlearning methods, this work provides a benchmark to evaluate whether unlearning truly erases knowledge from model parameters rather than just obfuscating it.

LACUNA is the first testbed for evaluating parameter-level localization precision in LLM unlearning. It reveals that current state-of-the-art unlearning methods, despite strong output-level performance, are imprecise and vulnerable to resurfacing attacks, while precise localization enables robust erasure.

LLMs memorize sensitive training data, including personally identifiable information (PII), creating a pressing need for reliable post hoc removal methods. Unlearning has emerged as a promising solution, with state-of-the-art(SOTA) methods often following a localize-first, unlearn-second paradigm that targets specific model parameters. However, existing benchmarks evaluate unlearning solely at the output level, leaving open the question of whether unlearning truly erases knowledge from a model's parameters or merely obfuscates it, a concern reinforced by the success of resurfacing attacks. To bridge this gap, we introduce LACUNA: the first unlearning testbed with ground-truth parameter-level localization. LACUNA injects PII of synthetic individuals into predefined parameters of 1B and 7B OLMo-based models via masked continual pretraining, enabling direct evaluation of whether unlearning targets the weights responsible for knowledge storage. We use LACUNA to benchmark current SOTA unlearning methods and find that, despite strong output-level performance, existing methods are highly imprecise and susceptible to resurfacing attacks. We further show that when localization is successful, even a simple gradient-based unlearning method achieves strong erasure and robustness to resurfacing attacks, highlighting the importance of precise unlearning. We release LACUNA to complement behavioral evaluations and drive further advances in robust, localization-based unlearning.

Foundations

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

Your Notes