Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 2.1 KB

README.md

File metadata and controls

28 lines (26 loc) · 2.1 KB

SimGRACE: A Simple Framework for Graph Contrastive Learning without Data Augmentation

PyTorch implementation for SimGRACE: A Simple Framework for Graph Contrastive Learning without Data Augmentation accepted by The Web Conference 2022 (WWW 2022).

Overview

In this repository, we provide the codes of SimGRACE to evaluate its performances in terms of generalizability (unsupervised & semi-supervised learning), transferability (transfer learning) and robustness (adversarial robustness).

Dataset download

Citation

@inproceedings{xia2022SimGRACE,
 author = {Xia, Jun and Wu, Lirong and Chen, Jintao and Hu, Bozhen and Li, Stan Z.},
 booktitle = {The Web Conference},
 title = {SimGRACE: A Simple Framework for Graph Contrastive Learning without Data Augmentation},
 year = {2022}
}

Useful resources for Pretrained Graphs Models (PGMs)

Reference

  1. Graph Contrastive Learning Automated (ICML 2021)
  2. Graph Contrastive Learning with Augmentations (NeurIPS 2020)
  3. Strategies for Pre-training Graph Neural Networks (ICLR 2020)
  4. Adversarial Attack on Graph Structured Data (ICML 2018)