The Curse of Popularity: Popular Entities have Catastrophic Side Effects when Deleting Knowledge from Language Models
Ryosuke Takahashi, Go Kamoda, Benjamin Heinzerling, Keisuke Sakaguchi, Kentaro Inui
TL;DR
The paper tackles privacy and safety concerns in language models by examining how deleting knowledge affects related information, especially for popular entities. It establishes a controlled experimental workflow using synthetic knowledge graphs (ER and BA) and the ROME editing method, combined with causal tracing to identify key FFN components and a rank-one update to implement deletions. The main findings show that removing knowledge linked to frequently occurring entities can cause substantial, even catastrophic, side effects in BA-like structures, while ER-like structures exhibit weaker or no such effects, underscoring the influence of underlying knowledge topology. This work introduces synthetic knowledge graphs as a powerful testbed for analyzing knowledge deletion, with implications for safe knowledge editing and privacy-preserving practices in real-world LMs.
Abstract
Language models (LMs) encode world knowledge in their internal parameters through training. However, LMs may learn personal and confidential information from the training data, leading to privacy concerns such as data leakage. Therefore, research on knowledge deletion from LMs is essential. This study focuses on the knowledge stored in LMs and analyzes the relationship between the side effects of knowledge deletion and the entities related to the knowledge. Our findings reveal that deleting knowledge related to popular entities can have catastrophic side effects. Furthermore, this research is the first to analyze knowledge deletion in models trained on synthetic knowledge graphs, indicating a new direction for controlled experiments.
