Temporal Inductive Path Neural Network for Temporal Knowledge Graph Reasoning
Hao Dong, Pengyang Wang, Meng Xiao, Zhiyuan Ning, Pengfei Wang, Yuanchun Zhou
TL;DR
This paper tackles extrapolated reasoning on Temporal Knowledge Graphs in an inductive setting where new entities continually emerge. It introduces Temporal Inductive Path Neural Network (TiPNN), which builds a unified History Temporal Graph to capture historical connectivity and temporal patterns, and learns query-aware temporal paths through an ω-layer path aggregation framework. The model combines query-conditioned static relation representations with time-encoded edge features, optimizes with a joint LKG loss plus a relation-orthogonality regularizer, and demonstrates state-of-the-art performance on ICEWS18, GDELT, WIKI, and YAGO3, along with strong inductive generalization and reasoning evidence. The results indicate TiPNN's practical impact for scalable, interpretable temporal reasoning in real-world dynamic knowledge graphs.
Abstract
Temporal Knowledge Graph (TKG) is an extension of traditional Knowledge Graph (KG) that incorporates the dimension of time. Reasoning on TKGs is a crucial task that aims to predict future facts based on historical occurrences. The key challenge lies in uncovering structural dependencies within historical subgraphs and temporal patterns. Most existing approaches model TKGs relying on entity modeling, as nodes in the graph play a crucial role in knowledge representation. However, the real-world scenario often involves an extensive number of entities, with new entities emerging over time. This makes it challenging for entity-dependent methods to cope with extensive volumes of entities, and effectively handling newly emerging entities also becomes a significant challenge. Therefore, we propose Temporal Inductive Path Neural Network (TiPNN), which models historical information in an entity-independent perspective. Specifically, TiPNN adopts a unified graph, namely history temporal graph, to comprehensively capture and encapsulate information from history. Subsequently, we utilize the defined query-aware temporal paths on a history temporal graph to model historical path information related to queries for reasoning. Extensive experiments illustrate that the proposed model not only attains significant performance enhancements but also handles inductive settings, while additionally facilitating the provision of reasoning evidence through history temporal graphs.
