HIP Network: Historical Information Passing Network for Extrapolation Reasoning on Temporal Knowledge Graph
Yongquan He, Peng Zhang, Luchen Liu, Qi Liang, Wenyuan Zhang, Chuang Zhang
TL;DR
Extrapolation reasoning on temporal knowledge graphs is challenging because future graphs are unseen during training. The HIP network addresses this by passing historical information from temporal, structural, and repetitive perspectives, updating relation representations with a disentangled CompGCN, modeling pairwise temporal evolution with temporal self-attention and GRUs, and using three scoring functions to predict future events step by step. Empirical results on five benchmarks show state-of-the-art performance, with notable gains in Hit@1 and MRR, demonstrating the value of multi-perspective history-aware reasoning. This approach enhances forecasting of future events in dynamic knowledge graphs and provides a scalable framework for leveraging historical patterns and relation dynamics in extrapolation tasks.
Abstract
In recent years, temporal knowledge graph (TKG) reasoning has received significant attention. Most existing methods assume that all timestamps and corresponding graphs are available during training, which makes it difficult to predict future events. To address this issue, recent works learn to infer future events based on historical information. However, these methods do not comprehensively consider the latent patterns behind temporal changes, to pass historical information selectively, update representations appropriately and predict events accurately. In this paper, we propose the Historical Information Passing (HIP) network to predict future events. HIP network passes information from temporal, structural and repetitive perspectives, which are used to model the temporal evolution of events, the interactions of events at the same time step, and the known events respectively. In particular, our method considers the updating of relation representations and adopts three scoring functions corresponding to the above dimensions. Experimental results on five benchmark datasets show the superiority of HIP network, and the significant improvements on Hits@1 prove that our method can more accurately predict what is going to happen.
