Towards Foundation Model on Temporal Knowledge Graph Reasoning
Jiaxin Pan, Mojtaba Nayyeri, Osama Mohammed, Daniel Hernandez, Rongchuan Zhang, Cheng Cheng, Steffen Staab

TL;DR
This paper introduces POSTRA, a fully-inductive, scalable foundation model for temporal knowledge graph reasoning that generalizes to unseen entities, relations, and timestamps using sinusoidal encodings and message passing.
Contribution
It presents the first fully-inductive approach for temporal knowledge graph link prediction, enabling zero-shot transfer and generalization across diverse temporal graphs.
Findings
POSTRA achieves strong zero-shot performance on unseen TKGs.
The model effectively generalizes to new entities, relations, and timestamps.
The approach is agnostic to temporal granularity and span.
Abstract
Temporal Knowledge Graphs (TKGs) store temporal facts with quadruple formats (s, p, o, t). Existing Temporal Knowledge Graph Embedding (TKGE) models perform link prediction tasks in transductive or semi-inductive settings, which means the entities, relations, and temporal information in the test graph are fully or partially observed during training. Such reliance on seen elements during inference limits the models' ability to transfer to new domains and generalize to real-world scenarios. A central limitation is the difficulty in learning representations for entities, relations, and timestamps that are transferable and not tied to dataset-specific vocabularies. To overcome these limitations, we introduce the first fully-inductive approach to temporal knowledge graph link prediction. Our model employs sinusoidal positional encodings to capture fine-grained temporal patterns and generates…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Machine Learning in Healthcare · Multimodal Machine Learning Applications
