The document presents TIE, a framework for embedding-based incremental temporal knowledge graph completion. TIE addresses challenges in incremental learning for temporal knowledge graphs by combining knowledge graph representation learning, experience replay, and temporal regularization. It proposes new evaluation metrics like Deleted Facts Hits@10 to measure a model's ability to identify facts that were true in the past but false now. TIE learns from added and deleted facts separately and uses experience replay with frequency-based sampling to improve performance while reducing catastrophic forgetting. Experiments on two datasets show TIE improves metrics like DF and reduces training time by about 10x compared to full-batch training.
Related topics: