TL;DR
SeDyT is a flexible, efficient framework for multi-step event forecasting in temporal knowledge graphs, combining dynamic entity embeddings with sequence modeling to improve prediction accuracy and reduce computational costs.
Contribution
SeDyT introduces a discriminative sequence modeling approach that integrates temporal graph neural networks with sequence models, avoiding generative assumptions and lowering complexity.
Findings
Achieves 2.4% average MRR improvement without validation set.
Over 10% MRR improvement with validation set.
Compatible with various GNN and sequence models.
Abstract
Temporal Knowledge Graphs store events in the form of subjects, relations, objects, and timestamps which are often represented by dynamic heterogeneous graphs. Event forecasting is a critical and challenging task in Temporal Knowledge Graph reasoning that predicts the subject or object of an event in the future. To obtain temporal embeddings multi-step away in the future, existing methods learn generative models that capture the joint distribution of the observed events. To reduce the high computation costs, these methods rely on unrealistic assumptions of independence and approximations in training and inference. In this work, we propose SeDyT, a discriminative framework that performs sequence modeling on the dynamic entity embeddings to solve the multi-step event forecasting problem. SeDyT consists of two components: a Temporal Graph Neural Network that generates dynamic entity…
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
MethodsGraph Neural Network
