zeng1028796085 / MMCLR

this is the code of MMCLR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-view Multi-behavior Contrastive Learning in Recommendation (MMCLR)

This is our implementation of the paper:

Yiqing Wu, Ruobing Xie, Yongchun Zhu, Xiang Ao, Xin Chen, Xu Zhang, Fuzhen Zhuang, Leyu Lin, and Qing He Multi-view Multi-behavior Contrastive Learning in Recommendation In DASFAA22

Please cite our DASFAA22 paper if you use our codes. Thanks!*

@inproceedings{wu2022Multi,
  title={Multi-view Multi-behavior Contrastive Learning in Recommendation},
  author={Yiqing Wu, Ruobing Xie, Yongchun Zhu, Xiang Ao, Xin Chen, Xu Zhang, Fuzhen Zhuang, Leyu Lin,Qing He},
  booktitle={Proceedings of DASFAA},
  year={2022},
}

Example to run the codes

Train and evaluate our model:
	python MultiView.py  --mode 'multi'

About

this is the code of MMCLR


Languages

Language:Python 100.0%