AIMay 1, 2024

Transformer-based Reasoning for Learning Evolutionary Chain of Events on Temporal Knowledge Graph

arXiv:2405.00352v121 citationsh-index: 10SIGIR
Originality Incremental advance
AI Analysis

This addresses a limitation in TKG reasoning for applications requiring temporal evolution understanding, though it appears incremental as it builds on existing embedding methods with architectural improvements.

The paper tackles the problem of inferring the evolution of temporal facts in Temporal Knowledge Graphs (TKGs) by proposing ECEformer, a Transformer-based model that learns Evolutionary Chains of Events, achieving state-of-the-art performance on six benchmark datasets.

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 utilize a Transformer encoder to learn the embeddings of intra-quadruples for ECE. We then craft a mixed-context reasoning module based on the multi-layer perceptron (MLP) to learn the unified representations of inter-quadruples for ECE while accomplishing temporal knowledge reasoning. In addition, to enhance the timeliness of the events, we devise an additional time prediction task to complete effective temporal information within the learned unified representation. Extensive experiments on six benchmark datasets verify the state-of-the-art performance and the effectiveness of our method.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes