paper-with-me

홈 › Papers

Learning and Unlearning of Fabricated Knowledge in Language Models

2024-10-29 · Chen Sun, Nolan Andrew Miller, Andrey Zhmoginov, Max Vladymyrov, Mark Sandler

What happens when a new piece of knowledge is introduced into the training data and how long does it last while a large language model (LM) continues to train? We investigate this question by injecting facts into LMs from a new probing dataset, "Outlandish", which is designed to permit the testing of a spectrum of different fact types. When studying how robust these memories are, there appears to be a sweet spot in the spectrum of fact novelty between consistency with world knowledge and total randomness, where the injected memory is the most enduring. Specifically we show that facts that conflict with common knowledge are remembered for tens of thousands of training steps, while prompts not conflicting with common knowledge (mundane), as well as scrambled prompts (randomly jumbled) are both forgotten much more rapidly. Further, knowledge-conflicting facts can "prime'' how the language model hallucinates on logically unrelated prompts, showing their propensity for non-target generalization, while both mundane and randomly jumbled facts prime significantly less. Finally, we show that impacts of knowledge-conflicting facts in LMs, though they can be long lasting, can be largely erased by novel application of multi-step sparse updates, even while the training ability of the model is preserved. As such, this very simple procedure has direct implications for mitigating the effects of data poisoning in training.

📄 PDF Abstract BibTeX arXiv:2410.21750

Code (0)

등록된 구현이 없습니다.

Tasks

Data PoisoningLanguage ModelingLanguage ModellingLarge Language ModelWorld Knowledge

Similar Papers 제목 키워드 기반

Wisdom is Knowing What not to Say: Hallucination-Free LLMs Unlearning via Attention Shifting

2025-10-20 · Chenchen Tan, Youyang Qu, Xinghao Li, Hui Zhang 외 arxiv

The increase in computing power and the necessity of AI-assisted decision-making boost the growing application of large language models (LLMs). Along with this, the potential retention of sensitive data of LLMs has spurr…

Does Localization Inform Unlearning? A Rigorous Examination of Local Parameter Attribution for Knowledge Unlearning in Language Models

2025-05-22 · Hwiyeong Lee, Uiji Hwang, Hyelim Lim, Taeuk Kim

Large language models often retain unintended content, prompting growing interest in knowledge unlearning. Recent approaches emphasize localized unlearning, which restricts parameter updates to specific regions in an eff…

General Knowledge

Multilingual Unlearning in LLMs: Transfer, Dynamics, and Reversibility

2026-06-02 · Chaoyi Xiang, Olga Ohrimenko, Benjamin I. P. Rubinstein, Lea Frermann arxiv

Large language models (LLMs) can memorize sensitive facts, motivating unlearning methods that remove targeted knowledge without costly retraining. However, unlearning research remains heavily English-centric. We study mu…

FaithUn: Toward Faithful Forgetting in Language Models by Investigating the Interconnectedness of Knowledge

2025-02-26 · Nakyeong Yang, Minsung Kim, Seunghyun Yoon, Joongbo Shin 외

Various studies have attempted to remove sensitive or private knowledge from a language model to prevent its unauthorized exposure. However, prior studies have overlooked the complex and interconnected nature of knowledg…

World Knowledge

Editing as Unlearning: Are Knowledge Editing Methods Strong Baselines for Large Language Model Unlearning?

2025-05-26 · Zexi Li, Xiangzhu Wang, William F. Shen, Meghdad Kurmanji 외

Large language Model (LLM) unlearning, i.e., selectively removing information from LLMs, is vital for responsible model deployment. Differently, LLM knowledge editing aims to modify LLM knowledge instead of removing it. …

In-Context Learningknowledge editingLanguage ModelingLanguage Modelling+1