Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.34 KB

File metadata and controls

37 lines (33 loc) · 1.34 KB

Citation Guide

To Cite RecSys Examples

If you use RecSys Examples in a publication, please use citations in the following format (BibTeX entry for LaTeX):

@Manual{,
  title = {RecSys Examples: A collection of recommender system implementations},
  author = {NVIDIA Corporation},
  year = {2024},
  url = {https://github.com/NVIDIA/recsys-examples},
}

To Cite Generative Recommenders

If you use the Generative Recommenders implementation in a publication, please use citations in the following format (BibTeX entry for LaTeX):

@Manual{,
  title = {Generative Recommenders: Pytorch library for large scale generative recommendation systems},
  author = {NVIDIA Corporation},
  year = {2024},
  url = {https://github.com/NVIDIA/recsys-examples},
}

Referenced Papers

Action Speaks Louder Than Words: Empowering Generative Recommender System with Hierarchical Fusion and Fine-grained Feedback Incorporating

@misc{wang2024action,
      title={Action Speaks Louder Than Words: Empowering Generative Recommender System with Hierarchical Fusion and Fine-grained Feedback Incorporating}, 
      author={Yueming Wang and Jiaqi Zhai and Jianyi Yang and Linlin Zhu and Xiaosong Gao and Fan Zhang and Suhang Wang and Heng Huang},
      year={2024},
      eprint={2402.17152},
      archivePrefix={arXiv},
      primaryClass={cs.IR}
}