CLAIOct 29, 2024

Learning and Unlearning of Fabricated Knowledge in Language Models

arXiv:2410.21750v15 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the problem of data poisoning in language models for AI safety, though it is incremental as it builds on existing probing and unlearning techniques.

The study investigated how fabricated knowledge persists in language models during continued training, finding that facts conflicting with common knowledge are remembered for tens of thousands of steps, while mundane or random facts are forgotten quickly, and these effects can be largely erased using multi-step sparse updates.

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.

Foundations

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

Your Notes