LGCLJan 11, 2024

TOFU: A Task of Fictitious Unlearning for LLMs

arXiv:2401.06121v1455 citationsh-index: 58
AI Analysis

This work addresses the challenge of assessing unlearning efficacy for privacy and ethical concerns in AI, but it is incremental as it focuses on benchmarking rather than developing new unlearning methods.

The authors tackled the problem of evaluating unlearning methods for large language models by introducing TOFU, a benchmark with synthetic author profiles and metrics, and found that existing baselines failed to effectively unlearn the target data.

Large language models trained on massive corpora of data from the web can memorize and reproduce sensitive or private data raising both legal and ethical concerns. Unlearning, or tuning models to forget information present in their training data, provides us with a way to protect private data after training. Although several methods exist for such unlearning, it is unclear to what extent they result in models equivalent to those where the data to be forgotten was never learned in the first place. To address this challenge, we present TOFU, a Task of Fictitious Unlearning, as a benchmark aimed at helping deepen our understanding of unlearning. We offer a dataset of 200 diverse synthetic author profiles, each consisting of 20 question-answer pairs, and a subset of these profiles called the forget set that serves as the target for unlearning. We compile a suite of metrics that work together to provide a holistic picture of unlearning efficacy. Finally, we provide a set of baseline results from existing unlearning algorithms. Importantly, none of the baselines we consider show effective unlearning motivating continued efforts to develop approaches for unlearning that effectively tune models so that they truly behave as if they were never trained on the forget data at all.

Code Implementations6 repos
Foundations

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

Your Notes