Skip to content

HKUDS/RCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCL: Multi-Relational Contrastive Learning for Recommendation

PyTorch implementation for RecSys 2023 paper.

Usage

Start training and inference as:

cd RCL
python main.py --dataset {DATASET}

Citing

If you find this work helpful to your research, please kindly consider citing our paper.

@inproceedings{wei2023multi,
  title={Multi-Relational Contrastive Learning for Recommendation},
  author={Wei, Wei and Xia, Lianghao and Huang, Chao},
  booktitle={Proceedings of the Conference on Recommender Systems 2023},
  year={2023}
}

Acknowledgement

The structure of this code is largely based on CML. Thank for their work.

Releases

No releases published

Packages

No packages published

Languages