| Benchmarking Series: Reassessing Classic GNNs | Paper |
|---|---|
| Classic GNNs are Strong Baselines: Reassessing GNNs for Node Classification (NeurIPS 2024) | Link |
| Can Classic GNNs Be Strong Baselines for Graph-level Tasks? (ICML 2025) | Link |
| Follow-up Studies | Paper |
|---|---|
| When Dropout Meets Graph Convolutional Networks (ICLR 2025) | Link |
| Node Identifiers: Compact, Discrete Representations for Efficient Graph Learning (ICLR 2025) | Link |
Tested with Python 3.7, PyTorch 1.12.1, and PyTorch Geometric 2.3.1, dgl 1.0.2.
pip install pandas
pip install scikit_learn
pip install numpy
pip install scipy
pip install einops
pip install ogb
pip install pyyaml
pip install googledrivedownloader
pip install networkx
pip install vqtorch
pip install gdown
pip install tensorboardX
pip install matplotlib
pip install seaborn
pip install rdkit
pip install tensorboard-
./SLExperiment code of supervised Node ID. -
./SSLExperiment code of self-supervised Node ID.
If you find our codes useful, please consider citing our work
@inproceedings{
luo2025node,
title={Node Identifiers: Compact, Discrete Representations for Efficient Graph Learning},
author={Yuankai Luo and Hongkang Li and Qijiong Liu and Lei Shi and Xiao-Ming Wu},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=t9lS1lX9FQ}
}
