Skip to content
/ GCA Public

[WWW 2021] Source code for "Graph Contrastive Learning with Adaptive Augmentation"

License

Notifications You must be signed in to change notification settings

CRIPAC-DIG/GCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f17497 · Apr 25, 2024

History

5 Commits
Apr 9, 2021
Apr 9, 2021
Apr 9, 2021
Apr 9, 2021
Apr 9, 2021
Apr 25, 2024
Apr 25, 2024
Apr 9, 2021

Repository files navigation

GCA

model

This is the code for the WWW 2021 Paper: Graph Contrastive Learning with Adaptive Augmentation.

Usage

For example, to run GCA-Degree under WikiCS, execute:

python train.py --device cuda:0 --dataset WikiCS --param local:wikics.json --drop_scheme degree

Requirements

Citation

Please cite our paper if you use the code:

@inproceedings{zhu2021graph,
  title={Graph contrastive learning with adaptive augmentation},
  author={Zhu, Yanqiao and Xu, Yichen and Yu, Feng and Liu, Qiang and Wu, Shu and Wang, Liang},
  booktitle={Proceedings of the Web Conference 2021},
  pages={2069--2080},
  year={2021}
}