Home

Awesome

WSDM23-GSR

An implementation of the GSR model proposed in Self-Supervised Graph Structure Refinement for Graph Neural Network in WSDM23. Please kindly note that this work is inspired by the great work GAuG, especially the adding and removing edges part.

Requirements

Usage

to recover our results, specify "-l" option

python root_to_src_dir/src/models/GSR/trainGSR.py -dcora -l

Usage

Experiment Settings

Model Settings

Citation

If you find our work useful, please consider citing our work:

@inproceeding{zhao2023gsr,
  title={Self-Supervised Graph Structure Refinement for Graph Neural Networks},
  author = {Jianan Zhao and Qianlong Wen and Mingxuan Ju and Chuxu Zhang and Yanfang Ye},
  booktitle = {WSDM},
  year      = {2023},
}