Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 587 Bytes

Graph Debiased Contrastive Learning with Joint Representation Clustering

This is the pytorch implementation of Graph Debiased Contrastive Learning (GDCL) model that is published in IJCAI 2021. (https://www.ijcai.org/proceedings/2021/0473.pdf).

Requirements

Python 3.7
Pytorch 1.2.0

Reference

@inproceedings{zhao2021graph,
  title={Graph debiased contrastive learning with joint representation clustering},
  author={Zhao, Han and Yang, Xu and Wang, Zhenru and Yang, Erkun and Deng, Cheng},
  booktitle={Proc. IJCAI},
  pages={3434--3440},
  year={2021}
}