TIE: A Framework for Embedding-based Incremental Temporal Knowledge Graph Completion
Jiapeng Wu, Yishi Xu, Yingxue Zhang, Chen Ma, Mark Coates, Jackie, Chi Kit Cheung

TL;DR
The paper introduces TIE, a framework for efficient incremental learning in temporal knowledge graphs that reduces training time significantly while maintaining performance, addressing challenges like catastrophic forgetting and fact change detection.
Contribution
TIE combines TKG representation learning, experience replay, and temporal regularization to enable efficient incremental updates in temporal knowledge graphs.
Findings
Reduces training time by about ten times.
Improves metrics related to model intransigence and fact change detection.
Maintains performance on traditional measures.
Abstract
Reasoning in a temporal knowledge graph (TKG) is a critical task for information retrieval and semantic search. It is particularly challenging when the TKG is updated frequently. The model has to adapt to changes in the TKG for efficient training and inference while preserving its performance on historical knowledge. Recent work approaches TKG completion (TKGC) by augmenting the encoder-decoder framework with a time-aware encoding function. However, naively fine-tuning the model at every time step using these methods does not address the problems of 1) catastrophic forgetting, 2) the model's inability to identify the change of facts (e.g., the change of the political affiliation and end of a marriage), and 3) the lack of training efficiency. To address these challenges, we present the Time-aware Incremental Embedding (TIE) framework, which combines TKG representation learning,…
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 · Topic Modeling · Domain Adaptation and Few-Shot Learning
