重审持续知识图谱嵌入中的灾难性遗忘 / Revisiting Catastrophic Forgetting in Continual Knowledge Graph Embedding
1️⃣ 一句话总结
本文指出当前持续知识图谱嵌入方法在评估灾难性遗忘时忽略了“实体干扰”问题(即新实体嵌入会干扰旧实体预测),导致性能被高估高达25%,并提出了修正后的评估协议和专门的遗忘度量标准。
Knowledge Graph Embeddings (KGEs) support a wide range of downstream tasks over Knowledge Graphs (KGs). In practice, KGs evolve as new entities and facts are added, motivating Continual Knowledge Graph Embedding (CKGE) methods that update embeddings over time. Current CKGE approaches address catastrophic forgetting (i.e., the performance degradation on previously learned tasks) primarily by limiting changes to existing embeddings. However, we show that this view is incomplete. When new entities are introduced, their embeddings can interfere with previously learned ones, causing the model to predict them in place of previously correct answers. This phenomenon, which we call entity interference, has been largely overlooked and is not accounted for in current CKGE evaluation protocols. As a result, the assessment of catastrophic forgetting becomes misleading, and CKGE methods performance is systematically overestimated. To address this issue, we introduce a corrected CKGE evaluation protocol that accounts for entity interference. Through experiments on multiple benchmarks, we show that ignoring this effect can lead to performance overestimation of up to 25%, particularly in scenarios with significant entity growth. We further analyze how different CKGE methods and KGE models are affected by the different sources of forgetting, and introduce a catastrophic forgetting metric tailored to CKGE.
重审持续知识图谱嵌入中的灾难性遗忘 / Revisiting Catastrophic Forgetting in Continual Knowledge Graph Embedding
本文指出当前持续知识图谱嵌入方法在评估灾难性遗忘时忽略了“实体干扰”问题(即新实体嵌入会干扰旧实体预测),导致性能被高估高达25%,并提出了修正后的评估协议和专门的遗忘度量标准。
源自 arXiv: 2604.19401