Inductive Reasoning for Temporal Knowledge Graphs with Emerging Entities

arXiv cs.AI / 4/14/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • Temporal Knowledge Graph (TKG) reasoning for forecasting and time-aware facts is challenged by a closed-world assumption that cannot handle emerging entities with no prior training interactions.
  • The paper finds emerging entities are common in TKGs, making up about 25% of all entities, and their lack of historical interactions causes substantial performance degradation in reasoning benchmarks.
  • It observes that emerging entities sharing semantic similarity tend to have comparable interaction histories, implying transferable temporal patterns across entity types.
  • The proposed TransFIR framework uses a codebook-based classifier to assign emerging entities to latent semantic clusters and then transfers reasoning patterns from semantically similar known entities.
  • Experiments report that TransFIR improves Mean Reciprocal Rank (MRR) by an average of 28.6% over all baselines on reasoning tasks involving emerging entities across multiple datasets, with code released on GitHub.

Abstract

Reasoning on Temporal Knowledge Graphs (TKGs) is essential for predicting future events and time-aware facts. While existing methods are effective at capturing relational dynamics, their performance is limited by a closed-world assumption, which fails to account for emerging entities not present in the training. Notably, these entities continuously join the network without historical interactions. Empirical study reveals that emerging entities are widespread in TKGs, comprising roughly 25\% of all entities. The absence of historical interactions of these entities leads to significant performance degradation in reasoning tasks. Whereas, we observe that entities with semantic similarities often exhibit comparable interaction histories, suggesting the presence of transferable temporal patterns. Inspired by this insight, we propose TransFIR (Transferable Inductive Reasoning), a novel framework that leverages historical interaction sequences from semantically similar known entities to support inductive reasoning. Specifically, we propose a codebook-based classifier that categorizes emerging entities into latent semantic clusters, allowing them to adopt reasoning patterns from similar entities. Experimental results demonstrate that TransFIR outperforms all baselines in reasoning on emerging entities, achieving an average improvement of 28.6% in Mean Reciprocal Rank (MRR) across multiple datasets. The implementations are available at https://github.com/zhaodazhuang2333/TransFIR.