English

Dissecting Fine-Tuning Unlearning in Large Language Models

Computation and Language 2024-10-16 v2 Machine Learning

Abstract

Fine-tuning-based unlearning methods prevail for preventing targeted harmful, sensitive, or copyrighted information within large language models while preserving overall capabilities. However, the true effectiveness of these methods is unclear. In this work, we delve into the limitations of fine-tuning-based unlearning through activation patching and parameter restoration experiments. Our findings reveal that these methods alter the model's knowledge retrieval process, providing further evidence that they do not genuinely erase the problematic knowledge embedded in the model parameters. Instead, the coefficients generated by the MLP components in the model's final layer are the primary contributors to these seemingly positive unlearning effects, playing a crucial role in controlling the model's behaviors. Furthermore, behavioral tests demonstrate that this unlearning mechanism inevitably impacts the global behavior of the models, affecting unrelated knowledge or capabilities. The code is released at https://github.com/yihuaihong/Dissecting-FT-Unlearning.

Keywords

Cite

@article{arxiv.2410.06606,
  title  = {Dissecting Fine-Tuning Unlearning in Large Language Models},
  author = {Yihuai Hong and Yuelin Zou and Lijie Hu and Ziqian Zeng and Di Wang and Haiqin Yang},
  journal= {arXiv preprint arXiv:2410.06606},
  year   = {2024}
}

Comments

Accepted in EMNLP 2024 Main (Short paper)

R2 v1 2026-06-28T19:13:54.179Z