Search papers, labs, and topics across Lattice.
This paper introduces LACUNA, a novel testbed designed to evaluate the precision of localization in unlearning methods for large language models (LLMs) that have memorized sensitive training data. By injecting personally identifiable information (PII) into specific model parameters, LACUNA allows for direct assessment of whether unlearning effectively targets the weights responsible for knowledge retention rather than merely obscuring it. The findings reveal that while current state-of-the-art unlearning methods perform well at the output level, they often fail in precision, making them vulnerable to resurfacing attacks, whereas a simple gradient-based approach shows promise when localization is accurately achieved.
Existing unlearning methods may look effective, but they often miss the mark on precision, leaving sensitive data vulnerable to resurfacing attacks.
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.