This is a Tensorflow implementation of the PGExplainer:
Parameterized Explainer for Graph Neural Network
NeurIPS 2020
Towards Inductive and Efficient Explanations for Graph Neural Networks
TPAMI 2024
- Python 3.6.8
- tensorflow 2.0
- networkx
Now, PGExplainer is avilable at pytorch_geometric
Here are several re-implementations and reproduction reports from other groups. Thanks very much these researchers for re-implementing PGExplainer to make it more easy to use!
- [Re] Parameterized Explainer for Graph Neural Network
Code:
Note that in this report, they adopt different GCN models with our implementation.
- DIG
- Reproducing: Parameterized Explainer for Graph NeuralNetwork
Code:
@article{luo2020parameterized,
title={Parameterized Explainer for Graph Neural Network},
author={Luo, Dongsheng and Cheng, Wei and Xu, Dongkuan and Yu, Wenchao and Zong, Bo and Chen, Haifeng and Zhang, Xiang},
journal={Advances in Neural Information Processing Systems},
volume={33},
year={2020}
}
@article{luo2024towards,
title={Towards Inductive and Efficient Explanations for Graph Neural Networks},
author={Luo, Dongsheng and Zhao, Tianxiang and Cheng, Wei and Xu, Dongkuan and Han, Feng and Yu, Wenchao and Liu, Xiao and Chen, Haifeng and Zhang, Xiang},
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
year={2024},
publisher={IEEE}
}