Temporal knowledge graph reasoning (TKGR) seeks to forecast future events by identifying missing entities within evolving knowledge structures. Shiqi Fan from The Hong Kong Polytechnic University, Quanming Yao from Tsinghua University, and Hongyi Nie et al. present a novel framework, IGETR, designed to improve both the accuracy and interpretability of TKGR systems. Current large language model-based approaches often favour contextual information over the underlying graph structure, hindering their ability to effectively utilise relational data and leading to unreliable inferences. IGETR uniquely integrates graph neural networks with large language models, grounding reasoning in structurally sound evidence and refining it with external knowledge, ultimately achieving state-of-the-art results on benchmark datasets , with improvements of up to 8.1% on Hits@3 for the ICEWS dataset , and offering a significant step towards trustworthy temporal reasoning.
This research addresses the limitations of current methods that struggle to accurately predict future events by inferring missing entities within dynamic knowledge structures. Existing large language model (LLM)-based approaches often prioritise contextual information over structural relationships, hindering their ability to extract relevant subgraphs from complex, evolving graphs and leading to inferences prone to inconsistencies. The team achieved a breakthrough by combining the structured temporal modelling capabilities of Graph Neural Networks (GNNs) with the contextual understanding of LLMs, creating a hybrid reasoning system.
IGETR operates through a three-stage pipeline designed to enhance both accuracy and interpretability. The first stage utilises a temporal GNN to identify structurally and temporally coherent candidate paths directly from the temporal knowledge graph, grounding the reasoning process in reliable, graph-based evidence. This initial step ensures that inferences begin with connections that are both logically sound and chronologically consistent. Subsequently, the research introduces LLM-guided path editing, a mechanism that addresses logical and semantic inconsistencies by leveraging external knowledge to refine and enhance the initial paths identified by the GNN.
Further validation through ablation studies and additional analyses confirm the effectiveness of each component within the IGETR framework. This work opens new avenues for applications in fields such as recommendation systems, real-time question answering, and event reasoning, where accurate and interpretable predictions based on dynamic knowledge are crucial. By effectively bridging graph structure and knowledge-guided editing, IGETR represents a significant advancement in the field of temporal knowledge graph reasoning, offering a robust and explainable solution for predicting future events.
GNN and LLM Pipeline for Temporal Reasoning offers
Scientists developed IGETR, an innovative hybrid reasoning framework to address limitations in temporal knowledge graph reasoning (TKGR) by integrating Graph Neural Networks (GNNs) with Large Language Models (LLMs). The study pioneers a three-stage pipeline designed to improve both accuracy and interpretability in predicting future events from dynamic knowledge structures. Initially, researchers employed a temporal GNN to identify structurally and temporally coherent candidate paths, grounding the reasoning process directly in reliable graph-based evidence. This first stage prioritises extracting relevant subgraphs from the dynamic temporal knowledge graph, overcoming a key challenge faced by existing LLM-based methods.
Subsequently, the team introduced LLM-guided path editing to refine these initial paths, addressing logical and semantic inconsistencies. This stage leverages external knowledge to enhance the identified paths, correcting potential errors and enabling inferences beyond the immediately observed data. The LLM does not simply rely on contextual information but actively edits the graph-based paths, ensuring chronological coherence and causal plausibility. This innovative approach distinguishes IGETR from purely graph-based methods which are limited by existing graph structure and lack external knowledge integration.
IGETR achieves state-of-the-art temporal reasoning performance on multiple
This initial stage prioritises chronologically proximal connections, utilising stratified attention mechanisms to ensure diversity while maintaining alignment with the underlying data. The team measured the effectiveness of this stage by evaluating the coherence and relevance of the extracted paths, confirming its ability to ground the reasoning process in reliable evidence. Subsequently, an LLM-mediated path editing mechanism reviews and refines these inference chains, leveraging external knowledge to correct inconsistencies and enhance logical coherence. Researchers then integrated a graph Transformer module that dynamically weights the edited paths based on their temporal relevance and structural coherence, enabling adaptive fusion of multi-hop evidence.
This module allows for the preservation of explainability while combining information from multiple reasoning steps. Ablation studies confirmed the effectiveness of each component, demonstrating that the GNN-based path extraction, LLM-guided editing, and graph Transformer integration all contribute significantly to the overall performance. The team recorded improvements in both prediction accuracy and the interpretability of the reasoning paths. This breakthrough delivers a more robust and trustworthy reasoning paradigm for TKGR, particularly suitable for high-stakes applications where both prediction performance and transparent justifications are paramount. Measurements confirm that IGETR maintains the interpretability of graph models while incorporating the contextual depth of LLMs, addressing a critical gap in existing research. The work’s potential extends to areas including recommendation systems, real-time question answering, and event reasoning, offering a pathway towards more intelligent and reliable models for complex networked systems.
👉 More information
🗞 Bridging Graph Structure and Knowledge-Guided Editing for Interpretable Temporal Knowledge Graph Reasoning
🧠 ArXiv: https://arxiv.org/abs/2601.21978
