Skip to content

yh-han/GSC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSC

The PyTorch implementation of Generative Subgraph Contrast for Self-Supervised Graph Representation Learning (GSC).

Any questions please contact hanyh@njust.edu.cn.

Dependencies

Install related dependencies using

pip install -r requirements.txt

Usage

Train and evaluate the model by executing

python train.py

Citation

If you use our code in your own research, please cite the following article:

@article{han2022generative,
  title={Generative Subgraph Contrast for Self-Supervised Graph Representation Learning},
  author={Han, Yuehui and Hui, Le and Jiang, Haobo and Qian, Jianjun and Xie, Jin},
  journal={arXiv preprint arXiv:2207.11996},
  year={2022}
}

Acknowledgements

We thank the authors of GRACE and GOT for open sourcing their methods.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages