ETT-CKGE: Efficient Task-driven Tokens for Continual Knowledge Graph Embedding
Lijing Zhu, Qizhen Lan, Qing Tian, Wenbo Sun, Li Yang, Lu Xia, Yixin Xie, Xi Xiao, Tiehang Duan, Cui Tao, Shuteng Niu

TL;DR
ETT-CKGE introduces a task-driven token mechanism for continual knowledge graph embedding, significantly improving efficiency and scalability while maintaining competitive predictive performance across multiple datasets.
Contribution
The paper proposes a novel token-based approach that replaces manual importance scoring and graph traversal, enabling efficient knowledge transfer in CKGE.
Findings
Achieves superior or competitive predictive performance on six benchmark datasets.
Reduces training time and memory usage compared to existing methods.
Demonstrates improved scalability and efficiency in continual knowledge graph embedding.
Abstract
Continual Knowledge Graph Embedding (CKGE) seeks to integrate new knowledge while preserving past information. However, existing methods struggle with efficiency and scalability due to two key limitations: (1) suboptimal knowledge preservation between snapshots caused by manually designed node/relation importance scores that ignore graph dependencies relevant to the downstream task, and (2) computationally expensive graph traversal for node/relation importance calculation, leading to slow training and high memory overhead. To address these limitations, we introduce ETT-CKGE (Efficient, Task-driven, Tokens for Continual Knowledge Graph Embedding), a novel task-guided CKGE method that leverages efficient task-driven tokens for efficient and effective knowledge transfer between snapshots. Our method introduces a set of learnable tokens that directly capture task-relevant signals,…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Healthcare · Domain Adaptation and Few-Shot Learning
MethodsSparse Evolutionary Training
