Skip to content

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

Notifications You must be signed in to change notification settings

RenqinCai/CoCoRec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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}
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages