Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 934 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 934 Bytes

CoCoRec

The official implementation of the CoCoRec algorithm proposed in the paper "Category-aware Collaborative Sequential Recommendation" which is accepted to SIGIR 2021.

To run the code,

      python main_time.py

The datasets are Taobao (https://tianchi.aliyun.com/dataset/dataDetail?dataId=649) and BeerAdvocate (http://jmcauley.ucsd.edu/cse255/data/beer/). Basically any dataset having sequences of user actions and the category information of items can be used for the algorithms.

BibTeX for citation:

@inproceedings{cai2021category,
  title={Category-aware collaborative sequential recommendation},
  author={Cai, Renqin and Wu, Jibang and San, Aidan and Wang, Chong and Wang, Hongning},
  booktitle={Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval},
  pages={388--397},
  year={2021}
}