AIApr 21, 2021

Temporal Knowledge Graph Reasoning Based on Evolutional Representation Learning

arXiv:2104.10353v1411 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of temporal reasoning for incomplete knowledge graphs, which is important for applications like event prediction, but it is incremental as it builds on existing GCN and recurrent methods.

The paper tackles the problem of predicting future facts in Temporal Knowledge Graphs (TKGs) by proposing RE-GCN, a recurrent evolution network based on Graph Convolution Networks, which captures structural dependencies and sequential patterns from historical data, resulting in up to 11.46% improvement in MRR for entity prediction and up to 82 times speedup compared to state-of-the-art baselines.

Knowledge Graph (KG) reasoning that predicts missing facts for incomplete KGs has been widely explored. However, reasoning over Temporal KG (TKG) that predicts facts in the future is still far from resolved. The key to predict future facts is to thoroughly understand the historical facts. A TKG is actually a sequence of KGs corresponding to different timestamps, where all concurrent facts in each KG exhibit structural dependencies and temporally adjacent facts carry informative sequential patterns. To capture these properties effectively and efficiently, we propose a novel Recurrent Evolution network based on Graph Convolution Network (GCN), called RE-GCN, which learns the evolutional representations of entities and relations at each timestamp by modeling the KG sequence recurrently. Specifically, for the evolution unit, a relation-aware GCN is leveraged to capture the structural dependencies within the KG at each timestamp. In order to capture the sequential patterns of all facts in parallel, the historical KG sequence is modeled auto-regressively by the gate recurrent components. Moreover, the static properties of entities such as entity types, are also incorporated via a static graph constraint component to obtain better entity representations. Fact prediction at future timestamps can then be realized based on the evolutional entity and relation representations. Extensive experiments demonstrate that the RE-GCN model obtains substantial performance and efficiency improvement for the temporal reasoning tasks on six benchmark datasets. Especially, it achieves up to 11.46\% improvement in MRR for entity prediction with up to 82 times speedup comparing to the state-of-the-art baseline.

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