paper-with-me

홈 › Papers

Knowledge Unlearning for LLMs: Tasks, Methods, and Challenges

2023-11-27 · Nianwen Si, Hao Zhang, Heyu Chang, Wenlin Zhang, Dan Qu, WeiQiang Zhang

In recent years, large language models (LLMs) have spurred a new research paradigm in natural language processing. Despite their excellent capability in knowledge-based question answering and reasoning, their potential to retain faulty or even harmful knowledge poses risks of malicious application. The challenge of mitigating this issue and transforming these models into purer assistants is crucial for their widespread applicability. Unfortunately, Retraining LLMs repeatedly to eliminate undesirable knowledge is impractical due to their immense parameters. Knowledge unlearning, derived from analogous studies on machine unlearning, presents a promising avenue to address this concern and is notably advantageous in the context of LLMs. It allows for the removal of harmful knowledge in an efficient manner, without affecting unrelated knowledge in the model. To this end, we provide a survey of knowledge unlearning in the era of LLMs. Firstly, we formally define the knowledge unlearning problem and distinguish it from related works. Subsequently, we categorize existing knowledge unlearning methods into three classes: those based on parameter optimization, parameter merging, and in-context learning, and introduce details of these unlearning methods. We further present evaluation datasets used in existing methods, and finally conclude this survey by presenting the ongoing challenges and future directions.

📄 PDF Abstract BibTeX arXiv:2311.15766

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningMachine UnlearningQuestion AnsweringSurvey

Similar Papers 제목 키워드 기반

Tool Unlearning for Tool-Augmented LLMs

2025-02-03 · Jiali Cheng, Hadi Amiri

Tool-augmented large language models (LLMs) are often trained on datasets of query-response pairs, which embed the ability to use tools or APIs directly into the parametric knowledge of LLMs. Tool-augmented LLMs need the…

Inference AttackMembership Inference Attack

Unlearning in LLMs: Methods, Evaluation, and Open Challenges

2026-01-19 · Tyler Lizzo, Larry Heck arxiv

Large language models (LLMs) have achieved remarkable success across natural language processing tasks, yet their widespread deployment raises pressing concerns around privacy, copyright, security, and bias. Machine unle…

Offset Unlearning for Large Language Models

2024-04-17 · James Y. Huang, Wenxuan Zhou, Fei Wang, Fred Morstatter 외

Despite the strong capabilities of Large Language Models (LLMs) to acquire knowledge from their training corpora, the memorization of sensitive information in the corpora such as copyrighted, harmful, and private content…

Memorization

UOE: Unlearning One Expert Is Enough For Mixture-of-experts LLMS

2024-11-27 · Haomin Zhuang, Yihua Zhang, Kehan Guo, Jinghan Jia 외

Recent advancements in large language model (LLM) unlearning have shown remarkable success in removing unwanted data-model influences while preserving the model's utility for legitimate knowledge. However, despite these …

Large Language ModelMixture-of-Experts

Visual-Noise Guided In-Context Distillation for Multimodal Large Language Model Unlearning

2026-05-26 · Junkai Chen, Yuhao He, Junxiang You, Ruiqi Liu 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress on vision-language tasks, but they may also memorize and expose sensitive or restricted knowledge, raising concerns about privacy and broader saf…