PyTorch implementation for RecSys 2023 paper.
Start training and inference as:
cd RCL
python main.py --dataset {DATASET}
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}
}
The structure of this code is largely based on CML. Thank for their work.