Sequential Recommendation for cold-start users with meta transitional learning
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 769B

2 years ago
123456789101112131415161718192021222324252627
  1. Sequential Recommendation for Cold-start Users with Meta Transitional Learning(SIGIR2021)
  2. ============
  3. ## CuRe
  4. Code of paper "[Sequential Recommendation for Cold-start Users with Meta Transitional Learning](http://people.tamu.edu/~jwang713/pubs/MetaTL-sigir2021)".
  5. ## Requirements
  6. python==3.6.8
  7. ## Usage
  8. ```python main.py --K 3```
  9. ## Cite
  10. Please cite our paper if you use this code in your own work:
  11. ```
  12. @inproceedings{wang2021sequential,
  13. title={Sequential Recommendation for Cold-start Users with Meta Transitional Learning},
  14. author={Wang, Jianling and Ding, Kaize and Caverlee, James},
  15. booktitle={Proceedings of the 44th International ACM SIGIR Conference on Research and Development in Information Retrieval},
  16. pages={1783--1787},
  17. year={2021}
  18. }
  19. ```