Skip to content

Latest commit

 

History

History
48 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

48 lines (25 loc) · 1.01 KB

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.