Paper Overview
- Field: NLP
- Authors: Matteo Boglioni, Thibault Rousset, Siva Reddy
- arXiv: 2507.00481
- 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; SOTA methods often follow a localize-first, unlearn-second paradigm that targets specific model parameters.
- Existing benchmarks evaluate unlearning solely at the output level, leaving open whether unlearning truly erases knowledge from parameters or merely obfuscates it — a concern reinforced by successful resurfacing attacks.
- LACUNA is the first unlearning testbed with ground-truth parameter-level localization.
- It injects PII of synthetic individuals into predefined parameters of 1B and 7B OLMo base models via masked continual pretraining.
- This enables direct evaluation of whether unlearning methods target the weights responsible for storing knowledge.
- Despite strong output-level performance, current SOTA unlearning methods are highly imprecise and vulnerable to resurfacing attacks.
- When localization is accurate, even simple gradient-based unlearning achieves strong erasure and robustness against resurfacing attacks, highlighting the importance of precise localization.
Key Points
What LACUNA Is
Findings
Contribution
The authors release LACUNA to complement behavioral evaluation and drive further development of localization-based robust unlearning.
*Auto-collected on 2026-07-04.*