English

Uncovering ChatGPT's Capabilities in Recommender Systems

Information Retrieval 2023-08-25 v3

Abstract

The debut of ChatGPT has recently attracted the attention of the natural language processing (NLP) community and beyond. Existing studies have demonstrated that ChatGPT shows significant improvement in a range of downstream NLP tasks, but the capabilities and limitations of ChatGPT in terms of recommendations remain unclear. In this study, we aim to conduct an empirical analysis of ChatGPT's recommendation ability from an Information Retrieval (IR) perspective, including point-wise, pair-wise, and list-wise ranking. To achieve this goal, we re-formulate the above three recommendation policies into a domain-specific prompt format. Through extensive experiments on four datasets from different domains, we demonstrate that ChatGPT outperforms other large language models across all three ranking policies. Based on the analysis of unit cost improvements, we identify that ChatGPT with list-wise ranking achieves the best trade-off between cost and performance compared to point-wise and pair-wise ranking. Moreover, ChatGPT shows the potential for mitigating the cold start problem and explainable recommendation. To facilitate further explorations in this area, the full code and detailed original results are open-sourced at https://github.com/rainym00d/LLM4RS.

Keywords

Cite

@article{arxiv.2305.02182,
  title  = {Uncovering ChatGPT's Capabilities in Recommender Systems},
  author = {Sunhao Dai and Ninglu Shao and Haiyuan Zhao and Weijie Yu and Zihua Si and Chen Xu and Zhongxiang Sun and Xiao Zhang and Jun Xu},
  journal= {arXiv preprint arXiv:2305.02182},
  year   = {2023}
}

Comments

Accepted by RecSys 2023

R2 v1 2026-06-28T10:24:39.599Z