The source code for "A Simple Framework for Hypergraph Contrastive Learning"
Here we provide several datasets for reproducibility.
You can run the following the command.
cd SimHGCL
unzip dataset.zip
python train.py --dataset 'house'
You can change the --dataset
to aminer
to train another dataset, such as aminer
, imdb
, dblp_copub
.