AIApr 25, 2023

Adaptive Path-Memory Network for Temporal Knowledge Graph Reasoning

arXiv:2304.12604v131 citationsh-index: 44
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling large and growing entity sets in temporal knowledge graph reasoning, which is important for applications like recommendation systems and event prediction, though it is incremental in its approach.

The paper tackles the problem of predicting future missing facts in temporal knowledge graphs by proposing a novel architecture that models relation features and temporal path information without relying on entity representation, achieving up to 4.8% absolute improvement in MRR over state-of-the-art methods.

Temporal knowledge graph (TKG) reasoning aims to predict the future missing facts based on historical information and has gained increasing research interest recently. Lots of works have been made to model the historical structural and temporal characteristics for the reasoning task. Most existing works model the graph structure mainly depending on entity representation. However, the magnitude of TKG entities in real-world scenarios is considerable, and an increasing number of new entities will arise as time goes on. Therefore, we propose a novel architecture modeling with relation feature of TKG, namely aDAptivE path-MemOry Network (DaeMon), which adaptively models the temporal path information between query subject and each object candidate across history time. It models the historical information without depending on entity representation. Specifically, DaeMon uses path memory to record the temporal path information derived from path aggregation unit across timeline considering the memory passing strategy between adjacent timestamps. Extensive experiments conducted on four real-world TKG datasets demonstrate that our proposed model obtains substantial performance improvement and outperforms the state-of-the-art up to 4.8% absolute in MRR.

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