LGAICLSep 9, 2021

TimeTraveler: Reinforcement Learning for Temporal Knowledge Graph Forecasting

arXiv:2109.04101v1669 citations
Originality Highly original
AI Analysis

This work addresses the forecasting task in temporal knowledge graphs, which is more difficult than completion tasks, by introducing a novel reinforcement learning approach with improved explainability and efficiency.

The paper tackles the problem of forecasting future facts in temporal knowledge graphs by proposing a reinforcement learning method that addresses challenges in modeling time information and handling unseen entities, achieving substantial performance improvements on four benchmark datasets.

Temporal knowledge graph (TKG) reasoning is a crucial task that has gained increasing research interest in recent years. Most existing methods focus on reasoning at past timestamps to complete the missing facts, and there are only a few works of reasoning on known TKGs to forecast future facts. Compared with the completion task, the forecasting task is more difficult that faces two main challenges: (1) how to effectively model the time information to handle future timestamps? (2) how to make inductive inference to handle previously unseen entities that emerge over time? To address these challenges, we propose the first reinforcement learning method for forecasting. Specifically, the agent travels on historical knowledge graph snapshots to search for the answer. Our method defines a relative time encoding function to capture the timespan information, and we design a novel time-shaped reward based on Dirichlet distribution to guide the model learning. Furthermore, we propose a novel representation method for unseen entities to improve the inductive inference ability of the model. We evaluate our method for this link prediction task at future timestamps. Extensive experiments on four benchmark datasets demonstrate substantial performance improvement meanwhile with higher explainability, less calculation, and fewer parameters when compared with existing state-of-the-art methods.

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