paper-with-me

Papers

GRExplainer: A Universal Explanation Method for Temporal Graph Neural Networks

2025-12-28 · Xuyan Li, Jie Wang, Zheng Yan arxiv

Dynamic graphs are widely used to represent evolving real-world networks. Temporal Graph Neural Networks (TGNNs) have emerged as a powerful tool for processing such graphs, but the lack of transparency and explainability limits their practical adoption. Research on TGNN explainability is still in its early stages and faces several key issues: (i) Current methods are tailored to specific TGNN types, restricting generality. (ii) They suffer from high computational costs, making them unsuitable for large-scale networks. (iii) They often overlook the structural connectivity of explanations and require prior knowledge, reducing user-friendliness. To address these issues, we propose GRExplainer, the first universal, efficient, and user-friendly explanation method for TGNNs. GRExplainer extracts node sequences as a unified feature representation, making it independent of specific input formats and thus applicable to both snapshot-based and event-based TGNNs (the major types of TGNNs). By utilizing breadth-first search and temporal information to construct input node sequences, GRExplainer reduces redundant computation and improves efficiency. To enhance user-friendliness, we design a generative model based on Recurrent Neural Networks (RNNs), enabling automated and continuous explanation generation. Experiments on six real-world datasets with three target TGNNs show that GRExplainer outperforms existing baseline methods in generality, efficiency, and user-friendliness.

📄 PDF Abstract BibTeX arXiv:2512.22772

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation Generation

Similar Papers 제목 키워드 기반

GradXKG: A Universal Explain-per-use Temporal Knowledge Graph Explainer

2023-10-07 · Chenhan Yuan, Hoda Eldardiry

Temporal knowledge graphs (TKGs) have shown promise for reasoning tasks by incorporating a temporal dimension to represent how facts evolve over time. However, existing TKG reasoning (TKGR) models lack explainability due…

Knowledge Graphs

Self-Explainable Temporal Graph Networks based on Graph Information Bottleneck

2024-06-19 · Sangwoo Seo, Sungwon Kim, Jihyeong Jung, Yoonho Lee 외

Temporal Graph Neural Networks (TGNN) have the ability to capture both the graph topology and dynamic dependencies of interactions within a graph over time. There has been a growing need to explain the predictions of TGN…

Link PredictionPrediction

A Simple Proof of the Universality of Invariant/Equivariant Graph Neural Networks

2019-10-09 · Takanori Maehara, Hoang NT

We present a simple proof for the universality of invariant and equivariant tensorized graph neural networks. Our approach considers a restricted intermediate hypothetical model named Graph Homomorphism Model to reach th…

Universal Topological Regularities of Syntactic Structures: Decoupling Efficiency from Optimization

2023-01-31 · Fermín Moscoso del Prado Martín

Human syntactic structures are usually represented as graphs. Much research has focused on the mapping between such graphs and linguistic sequences, but less attention has been paid to the shapes of the graphs themselves…

An Explainer for Temporal Graph Neural Networks

2022-09-02 · Wenchong He, Minh N. Vu, Zhe Jiang, My T. Thai

Temporal graph neural networks (TGNNs) have been widely used for modeling time-evolving graph-related tasks due to their ability to capture both graph topology dependency and non-linear temporal dynamic. The explanation …

Time SeriesTime Series Analysis