Explainable Graph Neural Networks via Structural Externalities

Abstract

Graph Neural Networks (GNNs) have achieved outstanding performance across a wide range of graph-related tasks. However, their "black-box" nature poses significant challenges to their explainability, and existing methods often fail to effectively capture the intricate interaction patterns among nodes within the network. In this work, we propose a novel explainability framework, GraphEXT, which leverages cooperative game theory and the concept of social externalities. GraphEXT partitions graph nodes into coalitions, decomposing the original graph into independent subgraphs. By integrating graph structure as an externality and incorporating the Shapley value under externalities, GraphEXT quantifies node importance through their marginal contributions to GNN predictions as the nodes transition between coalitions. Unlike traditional Shapley value-based methods that primarily focus on node attributes, our GraphEXT places greater emphasis on the interactions among nodes and the impact of structural changes on GNN predictions. Experimental studies on both synthetic and real-world datasets show that GraphEXT outperforms existing baseline methods in terms of fidelity across diverse GNN architectures , significantly enhancing the explainability of GNN models.

Cite

Text

Wu et al. "Explainable Graph Neural Networks via Structural Externalities." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/66

Markdown

[Wu et al. "Explainable Graph Neural Networks via Structural Externalities." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/wu2025ijcai-explainable/) doi:10.24963/IJCAI.2025/66

BibTeX

@inproceedings{wu2025ijcai-explainable,
  title     = {{Explainable Graph Neural Networks via Structural Externalities}},
  author    = {Wu, Lijun and Hao, Dong and Fan, Zhiyi},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {583-591},
  doi       = {10.24963/IJCAI.2025/66},
  url       = {https://mlanthology.org/ijcai/2025/wu2025ijcai-explainable/}
}