Towards Continual Knowledge Graph Embedding via Incremental Distillation
Jiajun Liu, Wenjun Ke, Peng Wang, Ziyu Shang, Jinhua Gao, Guozheng Li,, Ke Ji, Yanhe Liu

TL;DR
This paper introduces IncDE, a novel continual knowledge graph embedding method that leverages hierarchical triple learning and incremental distillation to efficiently incorporate new knowledge while preserving old information, outperforming existing methods.
Contribution
The paper proposes a hierarchical triple ranking strategy and an incremental distillation mechanism for CKGE, effectively utilizing graph structure and mitigating catastrophic forgetting.
Findings
IncDE outperforms state-of-the-art baselines in MRR scores.
Hierarchical triple grouping improves learning efficiency.
Incremental distillation enhances old knowledge preservation.
Abstract
Traditional knowledge graph embedding (KGE) methods typically require preserving the entire knowledge graph (KG) with significant training costs when new knowledge emerges. To address this issue, the continual knowledge graph embedding (CKGE) task has been proposed to train the KGE model by learning emerging knowledge efficiently while simultaneously preserving decent old knowledge. However, the explicit graph structure in KGs, which is critical for the above goal, has been heavily ignored by existing CKGE methods. On the one hand, existing methods usually learn new triples in a random order, destroying the inner structure of new KGs. On the other hand, old triples are preserved with equal priority, failing to alleviate catastrophic forgetting effectively. In this paper, we propose a competitive method for CKGE based on incremental distillation (IncDE), which considers the full use of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Graph Neural Networks · Artificial Intelligence in Healthcare · Cognitive Computing and Networks
