-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support BA2Motif Dataset #6255
Labels
Comments
3 tasks
rusty1s
added a commit
that referenced
this issue
Dec 17, 2022
Support for cycle motif. Based on #6255 - [x] Adds cycle motif class - [x] Adds test for cycle motif - [x] Updated CHANGELOG ##### Doubt [Remove if cleared] I have not added node classification labels (I guess these motifs don't have them) Co-authored-by: Nikhil Shenoy <shenoy@login02.sockeye.arc.ubc.ca> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: rusty1s <matthias.fey@tu-dortmund.de>
3 tasks
rusty1s
added a commit
that referenced
this issue
Dec 17, 2022
Part of #6255 (Builds on #6256) Adds support for `BA2MotifDataset` from the paper [Parameterized Explainer for Graph Neural Network](https://arxiv.org/abs/2011.04573). - [x] Add the dataset and update init - [x] Add tests - [x] Update changelog Co-authored-by: Nikhil Shenoy <shenoy@login02.sockeye.arc.ubc.ca> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Matthias Fey <matthias.fey@tu-dortmund.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🚀 BA2Motif Synthetic Graph Classification Dataset
For graph classification explanability tasks, we could make use of graph classification datasets like BA2Motifs Dataset. It is a synthetic dataset also implemented in DGL library and used in several explainability papers. In my opinion, we would have to,
BA2MotifDataset(num_graphs=n)
: Createsn
BA graphs,n/2
with house motifs andn/2
with five-node cycle motifs Adds the BA2Motif synthetic Dataset #6257The text was updated successfully, but these errors were encountered: