From 9b645ad8d88f8bdaf21cd7cdb13a3386643430bd Mon Sep 17 00:00:00 2001 From: araison Date: Sun, 28 Apr 2024 16:00:08 +0200 Subject: [PATCH] Update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d65c751..680b628 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ -Here is the an example code for using EiXGNN from the [EiX-GNN: Concept-level eigencentrality explainer for graph neural - networks](https://arxiv.org/abs/2206.03491) paper +# EiX-GNN + + +Official implementation of EiXGNN algorithm. For further informations, see [EiX-GNN: Concept-level eigencentrality explainer for graph neural networks, paper](https://arxiv.org/abs/2206.03491). + +## Run an example ```python from torch_geometric.datasets import TUDataset