RESTOR: Knowledge Recovery in Machine Unlearning
Keivan Rezaei, Khyathi Chandu, Soheil Feizi, Yejin Choi, Faeze Brahman, Abhilasha Ravichander
TL;DR
RESTOR reframes machine unlearning as restoration of a model’s original knowledge state, not merely forgetting targeted data. By simulating corruption of factual knowledge and applying unlearning algorithms, it evaluates whether a model can recover to a state equivalent to one trained without the unlearned datapoints, using a knowledge-centric dataset and a dedicated evaluation protocol. The study finds that while GA and KL can forget corrupted content, they often fail to restore, whereas NPO frequently achieves restorative unlearning, especially when unrelated context is minimized. The framework reveals that the success of restoration depends on the confidence with which the clean model encodes a relation and on the locality of unlearning targets, offering a principled path for evaluating and improving unlearning methods in real-world LLMs.
Abstract
Large language models trained on web-scale corpora can memorize undesirable data containing misinformation, copyrighted material, or private or sensitive information. Recently, several machine unlearning algorithms have been proposed to eliminate the effect of such datapoints from trained models -- that is, to approximate a model that had never been trained on these datapoints in the first place. However, evaluating the effectiveness of unlearning algorithms remains an open challenge. Previous work has relied on heuristics -- such as verifying that the model can no longer reproduce the specific information targeted for removal while maintaining accuracy on unrelated test data. These approaches inadequately capture the complete effect of reversing the influence of datapoints on a trained model. In this work, we propose the RESTOR framework for machine unlearning evaluation, which assesses the ability of unlearning algorithms for targeted data erasure, by evaluating the ability of models to forget the knowledge introduced in these datapoints, while simultaneously recovering the model's knowledge state had it never encountered these datapoints. RESTOR helps uncover several novel insights about popular unlearning algorithms, and the mechanisms through which they operate -- for instance, identifying that some algorithms merely emphasize forgetting but not recovering knowledge, and that localizing unlearning targets can enhance unlearning performance.
