2023

Recommendation as Instruction Following: A Large Language Model Empowered Recommendation Approach

Zhang, Junjie, Xie, Ruobing, Hou, Yupeng et al.

Understand

In the past decades, recommender systems have attracted much attention in both research and industry communities, and a large number of studies have been devoted to developing effective recommendation models.

  • Basically speaking, these models mainly learn the underlying user preference from historical behavior data, and then estimate the user-item matching relationships for recommendations.
  • Inspired by the recent progress on large language models (LLMs), we take a different approach to developing the recommendation models, considering recommendation as instruction following by LLMs.
  • The key idea is that the preferences or needs of a user can be expressed in natural language descriptions (called instructions), so that LLMs can understand and further execute the instruction for fulfilling the recommendation task.

Reading the bibliography…