HKUDS / RCL

[Recsys'2023] "RCL: Multi-Relational Contrastive Learning for Recommendation"

Home Page:https://arxiv.org/pdf/2309.01103.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[Recsys'2023] "RCL: Multi-Relational Contrastive Learning for Recommendation"

https://arxiv.org/pdf/2309.01103.pdf


Languages

Language:Python 100.0%