English

Unlearn What You Want to Forget: Efficient Unlearning for LLMs

Computation and Language 2023-11-01 v1 Artificial Intelligence

Abstract

Large language models (LLMs) have achieved significant progress from pre-training on and memorizing a wide range of textual data, however, this process might suffer from privacy issues and violations of data protection regulations. As a result, the ability to easily remove data related to individual users from such models while not deteriorating their predictive quality after the removal becomes increasingly important. To address these issues, in this work, we propose an efficient unlearning framework that could efficiently update LLMs without having to retrain the whole model after data removals, by introducing lightweight unlearning layers learned with a selective teacher-student objective into the transformers. In addition, we introduce a fusion mechanism to effectively combine different unlearning layers that learns to forget different sets of data to handle a sequence of forgetting operations. Experiments on classification and generation tasks demonstrate the effectiveness of our proposed methods compared to the state-of-the-art baselines.

Keywords

Cite

@article{arxiv.2310.20150,
  title  = {Unlearn What You Want to Forget: Efficient Unlearning for LLMs},
  author = {Jiaao Chen and Diyi Yang},
  journal= {arXiv preprint arXiv:2310.20150},
  year   = {2023}
}

Comments

EMNLP 2023

R2 v1 2026-06-28T13:06:54.885Z