Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Recurrent Event Network: Autoregressive Structure Inference over Temporal Knowledge Graphs

About

Knowledge graph reasoning is a critical task in natural language processing. The task becomes more challenging on temporal knowledge graphs, where each fact is associated with a timestamp. Most existing methods focus on reasoning at past timestamps and they are not able to predict facts happening in the future. This paper proposes Recurrent Event Network (RE-NET), a novel autoregressive architecture for predicting future interactions. The occurrence of a fact (event) is modeled as a probability distribution conditioned on temporal sequences of past knowledge graphs. Specifically, our RE-NET employs a recurrent event encoder to encode past facts and uses a neighborhood aggregator to model the connection of facts at the same timestamp. Future facts can then be inferred in a sequential manner based on the two modules. We evaluate our proposed method via link prediction at future times on five public datasets. Through extensive experiments, we demonstrate the strength of RENET, especially on multi-step inference over future timestamps, and achieve state-of-the-art performance on all five datasets. Code and data can be found at https://github.com/INK-USC/RE-Net.

Woojeong Jin, Meng Qu, Xisen Jin, Xiang Ren• 2019

Related benchmarks

TaskDatasetResultRank
Temporal Knowledge Graph reasoningICEWS18 (test)
Hits@119.2
79
Temporal Knowledge Graph reasoningICEWS 18
Hits@100.479
60
Temporal Knowledge Graph reasoningICEWS14 (test)
Hits@129.3
59
Temporal Knowledge Graph reasoningICEWS 14
Hits@129.3
48
Link PredictionICEWS 14
MRR39.86
47
Temporal Knowledge Graph reasoningICEWS05-15 (test)
Hits@133.43
41
Link PredictionICEWS 05-15
Hits@10.2624
29
Temporal Knowledge Graph CompletionICEWS14 v1 (test)
MRR0.3875
29
Temporal Knowledge Graph reasoningWiki
MRR0.239
28
Unseen event predictionICEWS14 (test)
MRR0.3693
28
Showing 10 of 33 rows

Other info

Follow for update