paper-with-me

Papers

GraphFramEx: Towards Systematic Evaluation of Explainability Methods for Graph Neural Networks

2022-06-20 · Kenza Amara, Rex Ying, Zitao Zhang, Zhihao Han, Yinan Shan, Ulrik Brandes, Sebastian Schemm, Ce Zhang

As one of the most popular machine learning models today, graph neural networks (GNNs) have attracted intense interest recently, and so does their explainability. Users are increasingly interested in a better understanding of GNN models and their outcomes. Unfortunately, today's evaluation frameworks for GNN explainability often rely on few inadequate synthetic datasets, leading to conclusions of limited scope due to a lack of complexity in the problem instances. As GNN models are deployed to more mission-critical applications, we are in dire need for a common evaluation protocol of explainability methods of GNNs. In this paper, we propose, to our best knowledge, the first systematic evaluation framework for GNN explainability, considering explainability on three different "user needs". We propose a unique metric that combines the fidelity measures and classifies explanations based on their quality of being sufficient or necessary. We scope ourselves to node classification tasks and compare the most representative techniques in the field of input-level explainability for GNNs. For the inadequate but widely used synthetic benchmarks, surprisingly shallow techniques such as personalized PageRank have the best performance for a minimum computation time. But when the graph structure is more complex and nodes have meaningful features, gradient-based methods are the best according to our evaluation criteria. However, none dominates the others on all evaluation dimensions and there is always a trade-off. We further apply our evaluation protocol in a case study for frauds explanation on eBay transaction graphs to reflect the production environment.

📄 PDF Abstract BibTeX arXiv:2206.09677

Code (1)

graphframex/graphframex 공식 구현 pytorch

Tasks

Node Classification

Similar Papers 제목 키워드 기반

Explainability in Graph Neural Networks: A Taxonomic Survey

2020-12-31 · Hao Yuan, Haiyang Yu, Shurui Gui, Shuiwang Ji

Deep learning methods are achieving ever-increasing performance on many artificial intelligence tasks. A major limitation of deep models is that they are not amenable to interpretability. This limitation can be circumven…

Survey

Evaluating Explainability: A Framework for Systematic Assessment and Reporting of Explainable AI Features

2025-06-16 · Miguel A. Lago, Ghada Zamzmi, Brandon Eich, Jana G. Delfino

Explainability features are intended to provide insight into the internal mechanisms of an AI device, but there is a lack of evaluation techniques for assessing the quality of provided explanations. We propose a framewor…

Explainability in Graph Neural Networks: An Experimental Survey

2022-03-17 · Peibo Li, Yixing Yang, Maurice Pagnucco, Yang song

Graph neural networks (GNNs) have been extensively developed for graph representation learning in various application domains. However, similar to all other neural networks models, GNNs suffer from the black-box problem …

Graph Representation LearningRepresentation LearningSurvey

A Survey of Explainable Graph Neural Networks: Taxonomy and Evaluation Metrics

2022-07-26 · Yiqiao Li, Jianlong Zhou, Sunny Verma, Fang Chen

Graph neural networks (GNNs) have demonstrated a significant boost in prediction performance on graph data. At the same time, the predictions made by these models are often hard to interpret. In that regard, many efforts…

Review of Explainable Graph-Based Recommender Systems

2024-07-31 · Thanet Markchom, HuiZhi Liang, James Ferryman

Explainability of recommender systems has become essential to ensure users' trust and satisfaction. Various types of explainable recommender systems have been proposed including explainable graph-based recommender system…

Recommendation Systems