Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.32 KB

File metadata and controls

37 lines (33 loc) · 1.32 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

Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations

@misc{zhai2024actions,
      title={Actions Speak Louder than Words: Trillion-Parameter Sequential Transducers for Generative Recommendations},
      author={Jiaqi Zhai and Lucy Liao and Xing Liu and Yueming Wang and Rui Li and Xuan Cao and Leon Gao and Zhaojie Gong and Fangda Gu and Michael He and Yinghai Lu and Yu Shi},
      year={2024},
      eprint={2402.17152},
      archivePrefix={arXiv},
      primaryClass={cs.IR}
}