[AISTATS 2025] Understanding GNNs and Homophily in Dynamic Node Classification
- In the
generation
directory, use the following command to download and preprocess datasets:source generate_graphs.sh
- Once the datasets are downloaded and preprocessed, in the
root
directory, use the following command to train models and save results to theevaluation
directory.source search.sh
- After training the models and saving the results, load and visualize the results in the
analysis_social_sgnn.ipynb
oranalysis_synthetic_sgnn.ipynb
notebook located in theevaluation
directory.
If you find this work useful, please cite our paper:
@inproceedings{ItoKW25dynamic,
author = {Michael Ito and Danai Koutra and Jenna Wiens},
title = {Understanding GNNs and Homophily in Dynamic Node Classification},
booktitle = {International Conference on Artificial Intelligence and Statistics},
publisher = {PMLR},
year = {2025},
}