RCL: Multi-Relational Contrastive Learning for Recommendation
September 6, 2023 ยท View on GitHub
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.