WWW2026
STARK: Structure-Aware and Adaptive Representation Learning for Continual Knowledge Graph Embedding
Kyung-Hwan Lee, Dong-Wan Choi
Abstract
Continual knowledge graph embedding (CKGE) aims to incrementally learn embeddings of entities and relations in a knowledge graph (KG) that evolves over time with a sequence of newly arriving triples. This capability is essential for dynamic applications such as retrieval-augmented generation (RAG), but remains challenging due to the structural diversity and non-uniform growth of evolving KGs. Existing CKGE approaches reveal limitations in both leveraging rich structural information and achieving update efficiency, as they often rely on simplistic metrics (e.g., degree) and a vanilla TransE loss that is not adaptive to structural dynamics. In this work, we propose STARK (Structure-aware and Adaptive Representation learning for CKGE), a fast yet effective CKGE framework that enhances structure awareness and supports adaptive optimization. To this end, we propose two major techniques, namely structural novelty prioritization (SNP) and adaptive TransE loss (ATL). Through SNP, STARK allocates higher representational capacity to topologically more important entities, while ATL adaptively keeps embeddings close to the true target of each head-relation pair (h, r, ?), dynamically scaling the boundary according to the cardinality of candidate tails. Extensive experiments on multiple CKGE benchmarks demonstrate that STARK achieves both higher accuracy and better efficiency in the time-performance tradeoff compared to existing state-of-the-art methods. Moreover, embedding visualizations and quantitative analysis confirm that STARK produces more coherent clusters of entities sharing the same (h, r, ?), reflecting improved structural consistency.