TL;DR
This paper introduces ECEformer, a Transformer-based model that effectively learns the evolution of events in temporal knowledge graphs by modeling intra- and inter-quadruple relationships, achieving state-of-the-art results.
Contribution
The paper proposes a novel Transformer-based approach that models the evolutionary chain of events in TKGs, addressing limitations of previous methods in capturing internal structure and temporal correlations.
Findings
Achieves state-of-the-art performance on six benchmark datasets.
Effectively models the evolution of events in temporal knowledge graphs.
Enhances temporal reasoning with a time prediction task.
Abstract
Temporal Knowledge Graph (TKG) reasoning often involves completing missing factual elements along the timeline. Although existing methods can learn good embeddings for each factual element in quadruples by integrating temporal information, they often fail to infer the evolution of temporal facts. This is mainly because of (1) insufficiently exploring the internal structure and semantic relationships within individual quadruples and (2) inadequately learning a unified representation of the contextual and temporal correlations among different quadruples. To overcome these limitations, we propose a novel Transformer-based reasoning model (dubbed ECEformer) for TKG to learn the Evolutionary Chain of Events (ECE). Specifically, we unfold the neighborhood subgraph of an entity node in chronological order, forming an evolutionary chain of events as the input for our model. Subsequently, we…
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
MethodsAttention Is All You Need · Dropout · Softmax · Position-Wise Feed-Forward Layer · Byte Pair Encoding · Absolute Position Encodings · Linear Layer · Dense Connections · Label Smoothing · Residual Connection
