Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Large Language Models are Zero-Shot Rankers for Recommender Systems

About

Recently, large language models (LLMs) (e.g., GPT-4) have demonstrated impressive general-purpose task-solving abilities, including the potential to approach recommendation tasks. Along this line of research, this work aims to investigate the capacity of LLMs that act as the ranking model for recommender systems. We first formalize the recommendation problem as a conditional ranking task, considering sequential interaction histories as conditions and the items retrieved by other candidate generation models as candidates. To solve the ranking task by LLMs, we carefully design the prompting template and conduct extensive experiments on two widely-used datasets. We show that LLMs have promising zero-shot ranking abilities but (1) struggle to perceive the order of historical interactions, and (2) can be biased by popularity or item positions in the prompts. We demonstrate that these issues can be alleviated using specially designed prompting and bootstrapping strategies. Equipped with these insights, zero-shot LLMs can even challenge conventional recommendation models when ranking candidates are retrieved by multiple candidate generators. The code and processed datasets are available at https://github.com/RUCAIBox/LLMRank.

Yupeng Hou, Junjie Zhang, Zihan Lin, Hongyu Lu, Ruobing Xie, Julian McAuley, Wayne Xin Zhao• 2023

Related benchmarks

TaskDatasetResultRank
RecommendationCDs
NDCG@50.1777
29
RecommendationClothings
NDCG@10.06
11
RecommendationML-100K
NDCG@15
11
Sequential RecommendationInstruments (test)
NDCG@121.33
10
Sequential RecommendationOffice (test)
NDCG@10.16
10
Sequential RecommendationCDs (test)
NDCG@111.33
10
Ranking RecommendationFashion
NDCG@10.17
4
Ranking RecommendationVideo Game
NDCG@137
4
Ranking RecommendationCDs & Vinyl
NDCG@10.17
4
Ranking RecommendationMIND
NDCG@110
4
Showing 10 of 10 rows

Other info

Follow for update