ETT-CKGE: Efficient Task-Driven Tokens for 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 ( E fficient, T ask-driven, T okens for C ontinual K nowledge G raph E mbedding), 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, eliminating the need for explicit node scoring or traversal. These tokens serve as consistent and reusable guidance across snapshots, enabling efficient token-masked embedding alignment between snapshots. Importantly, knowledge transfer is achieved through simple matrix operations, significantly reducing training time and memory usage. Extensive experiments across six benchmark datasets demonstrate that ETT-CKGE consistently achieves superior or competitive predictive performance, while substantially improving training efficiency and scalability compared to state-of-the-art CKGE methods. The code is available at https://github.com/lijingzhu1/ETT-CKGE/tree/main .

Cite

Text

Zhu et al. "ETT-CKGE: Efficient Task-Driven Tokens for Continual Knowledge Graph Embedding." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06106-5_28

Markdown

[Zhu et al. "ETT-CKGE: Efficient Task-Driven Tokens for Continual Knowledge Graph Embedding." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/zhu2025ecmlpkdd-ettckge/) doi:10.1007/978-3-032-06106-5_28

BibTeX

@inproceedings{zhu2025ecmlpkdd-ettckge,
  title     = {{ETT-CKGE: Efficient Task-Driven Tokens for Continual Knowledge Graph Embedding}},
  author    = {Zhu, Lijing and Lan, Qizhen and Tian, Qing and Sun, Wenbo and Yang, Li and Xia, Lu and Xie, Yixin and Xiao, Xi and Duan, Tiehang and Tao, Cui and Niu, Shuteng},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {481-496},
  doi       = {10.1007/978-3-032-06106-5_28},
  url       = {https://mlanthology.org/ecmlpkdd/2025/zhu2025ecmlpkdd-ettckge/}
}