Skip to content

Temporal-Weighted Transfer Network for Knowledge Graph Extrapolation

Jul 2026 · ACM Transactions on Intelligent Systems and Technology · 0 citations · 63 references

TL;DR

The Temporal-Weighted Transfer Network (TWTNET), a novel reasoning model that jointly leverages statistical modeling and historical information transfer, is proposed, which achieves more robust and interpretable extrapolative reasoning.

Abstract

Temporal Knowledge Graph (TKG) reasoning aims to predict future events by analyzing historical snapshots across different timestamps, making it an important research direction. However, most existing methods rely either on probabilistic statistical models or on historical propagation mechanisms in isolation, without the ability to simultaneously capture both. This limitation makes it difficult to fully model dependencies between related and unrelated events, while also overlooking time-sensitive features and structural relationships across timestamps. To address these challenges, we propose the Temporal-Weighted Transfer Network (TWTNET), a novel reasoning model that jointly leverages statistical modeling and historical information transfer. TWTNET is composed of two modules: the Temporal Memory Module, which applies a copy-based scoring mechanism to capture event dependencies and emphasize critical entities, and the Dynamic Temporal Information Exchange Module, which learns entity evolution patterns and dynamically integrates temporal information into embeddings. By simultaneously capturing probabilistic regularities and historical dependencies, TWTNET achieves more robust and interpretable extrapolative reasoning. Experiments on five benchmark datasets demonstrate that TWTNET consistently outperforms state-of-the-art models, confirming its effectiveness in TKG reasoning tasks.

View source

Similar papers

Aug 2026

MGIT: Multi-Granularity implicit temporal framework for knowledge graph question answering

A Multi-Granularity Implicit Temporal (MGIT) framework that enhances temporal representation and reasoning by modeling implicit temporal dependencies across different granularities is proposed, highlighting its effectiveness in capturing implicit temporal information and enhancing multi-granularity temporal reasoning.

Jixiang Fang, Ling Lu, Xiaoyang Liu · 0 citations
Aug 2026

Temporal knowledge graph reasoning via multi-granularity knowledge refinement

This work proposes a multi-granularity knowledge refinement approach to prune historical TKGs, which selectively removes irrelevant edges and unnecessary nodes at both the edge and node levels.

Fuwei Zhang, Fuzhen Zhuang, Zhao Zhang et al. · 0 citations
Preprint Aug 2026

FITTER: Vocabulary-Agnostic Cross-Domain Inference on Temporal Knowledge Graphs

FITTER consistently outperforms inductive baselines without retraining, indicating that vocabulary-agnostic structural learning is a viable foundation for inference over the heterogeneous knowledge graphs of the Semantic Web.

Jiaxin Pan, M. Nayyeri, Osama Mohammed et al. · 0 citations
Open access Jul 2026

Learning semantics-enhanced temporal graph embedding for event prediction

Event prediction is an important task for applications such as risk assessment and resource allocation. However, it is non-trivial to model the past due to the complexity and heterogeneity of available data. In recent years, Graph Neural Networks (GNNs) have shown flexibility in processing different forms of data and have been applied for event forecasting because events can be formalized as temporal graph. Although the GNN-based methods have achieved impressive performance, they still have limitations in event prediction task. First, different types of data such as graph and text have not been fully utilized and the contextual information has not been effectively exploited. Secondly, GNNs typically take individual snapshots of temporal graphs as input, which restricts their ability to learn long-term dependencies. To address these problems, we propose a temporal graph embedding learning model, named TGELN. It consists of two major modules, data processor and event predictor. The former processes records of event databases and creates an event-based temporal graph. The latter adopts a novel semantics-enhanced graph neural network that incorporates semantic information as well as other text features to learn temporal graph embedding for event prediction. Extensive experiments are conducted on eight datasets of events between countries, and the results demonstrate the superiority of the proposed model compared to the baseline methods.

Yue Chen, Guige Ouyang, Yongzhong Huang · 0 citations
Aug 2026

Structure-aware generative framework for temporal knowledge graph reasoning with historical evidence

AG is proposed, a Structure-Aware Generative framework for temporal knowledge graph reasoning with historical evidence that first constructs dual-view historical evidence to better capture structural dependencies in temporal knowledge graphs and formulates TKGR as an end-to-end generative task through instruction tuning.

Zihao Jiang, Wenjie Xu, Miao Peng et al. · 0 citations