[AISTATS 2025] Understanding GNNs and Homophily in Dynamic Node Classification
- In the
generationdirectory, use the following command to download and preprocess datasets:source generate_graphs.sh - Once the datasets are downloaded and preprocessed, in the
rootdirectory, use the following command to train models and save results to theevaluationdirectory.source search.sh - After training the models and saving the results, load and visualize the results in the
analysis_social_sgnn.ipynboranalysis_synthetic_sgnn.ipynbnotebook located in theevaluationdirectory.
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},
}