Skip to content

LUOyk1999/NodeID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Research Series on Classic GNNs

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

Node Identifiers: Compact, Discrete Representations for Efficient Graph Learning (ICLR 2025)

OpenReview arXiv

PWC

Python environment setup with Conda

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

Overview

  • ./SL Experiment code of supervised Node ID.

  • ./SSL Experiment code of self-supervised Node ID.

Reference

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}
}

Poster

nodeid.png

About

[ICLR 2025] Implementation of "Node Identifiers: Compact, Discrete Representations for Efficient Graph Learning"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published