Unlearning Traces the Influential Training Data of Language Models
Masaru Isonuma, Ivan Titov

TL;DR
This paper introduces UnTrac and UnTrac-Inv, two simple and scalable methods for tracing the influence of training datasets on language model outputs, aiding in reducing harmful content.
Contribution
The paper proposes novel, efficient influence unlearning methods that accurately assess dataset impact without extensive retraining or high memory costs.
Findings
UnTrac and UnTrac-Inv outperform existing influence estimation methods.
They effectively identify influential datasets related to toxic, biased, and untruthful outputs.
The methods require less memory and no multiple retrainings.
Abstract
Identifying the training datasets that influence a language model's outputs is essential for minimizing the generation of harmful content and enhancing its performance. Ideally, we can measure the influence of each dataset by removing it from training; however, it is prohibitively expensive to retrain a model multiple times. This paper presents UnTrac: unlearning traces the influence of a training dataset on the model's performance. UnTrac is extremely simple; each training dataset is unlearned by gradient ascent, and we evaluate how much the model's predictions change after unlearning. Furthermore, we propose a more scalable approach, UnTrac-Inv, which unlearns a test dataset and evaluates the unlearned model on training datasets. UnTrac-Inv resembles UnTrac, while being efficient for massive training datasets. In the experiments, we examine if our methods can assess the influence of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
