This repo is for source code of SDM 2023 paper "Heterogeneous Graph Contrastive Multi-view Learning". paper
- python==3.8.0
- scipy==1.6.2
- torch==1.11.0
- scikit-learn=1.0.2
- torch_geometric==2.0.4
We utilize five benchmark datasets in the paper to perform node classification and node clustering tasks. The DBLP and IMDB datasets are built in PyG. We provide ACM, AMiner, and FreeBase in GoogleDrive.
- ACM
- DBLP
- IMDB
- AMiner
- FreeBase
You can create the "data" folder in the root directory, then put the datasets in. Like "/HGCML/data/acm/...".
Positive sampling is an critical module in HGCML. We provide the processed positive samples in GoogleDrive.
Please put the "pos" folder in the root directory, like "/HGCML/pos/...".
For example, if you want to run HGCML-P on ACM dataset, execute
python main.py --dataset acm
@inproceedings{wang2023heterogeneous,
title={Heterogeneous graph contrastive multi-view learning},
author={Wang, Zehong and Li, Qi and Yu, Donghua and Han, Xiaolong and Gao, Xiao-Zhi and Shen, Shigen},
booktitle={Proceedings of the 2023 SIAM International Conference on Data Mining (SDM)},
pages={136--144},
year={2023},
organization={SIAM}
}
If you have any questions, don't hesitate to contact me ([email protected], [email protected])!