TL;DR
This paper investigates how large language models can enhance sequential recommendation systems, demonstrating improved accuracy and competitive performance through novel integration methods and empirical evaluation.
Contribution
It introduces three approaches to leverage LLMs in sequential recommendation, showing significant improvements over existing models and providing publicly available code and data.
Findings
LLM-initialized BERT4Rec improves NDCG by 15-20%.
Simple LLM embedding-based recommendation achieves competitive results.
Public release of code and data supports reproducibility.
Abstract
Sequential recommendation problems have received increasing attention in research during the past few years, leading to the inception of a large variety of algorithmic approaches. In this work, we explore how large language models (LLMs), which are nowadays introducing disruptive effects in many AI-based applications, can be used to build or improve sequential recommendation approaches. Specifically, we devise and evaluate three approaches to leverage the power of LLMs in different ways. Our results from experiments on two datasets show that initializing the state-of-the-art sequential recommendation model BERT4Rec with embeddings obtained from an LLM improves NDCG by 15-20% compared to the vanilla BERT4Rec model. Furthermore, we find that a simple approach that leverages LLM embeddings for producing recommendations, can provide competitive performance by highlighting semantically…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
