paper-with-me

홈 › Papers

Leveraging Large Language Models for Sequential Recommendation

2023-09-17 · Jesse Harte, Wouter Zorgdrager, Panos Louridas, Asterios Katsifodimos, Dietmar Jannach, Marios Fragkoulis

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 related items. We publicly share the code and data of our experiments to ensure reproducibility.

📄 PDF Abstract BibTeX arXiv:2309.09261

Code (1)

dh-r/llm-sequential-recommendation 공식 구현 tf

Tasks

Sequential Recommendation

Similar Papers 제목 키워드 기반

GenRec: Generative Sequential Recommendation with Large Language Models

2024-07-30 · Panfeng Cao, Pietro Lio

Sequential recommendation is a task to capture hidden user preferences from historical user item interaction data and recommend next items for the user. Significant progress has been made in this domain by leveraging cla…

Sequential Recommendation

CRAMER: Control via Request-Aware Masking for Editing Recommenders

2026-08-26 · Zhiyuan Julian Su, Naihe Feng, Zhen Luther Qin, Ga Wu arxiv

Sequential recommendation models, while powerful, have limited flexibility in responding to immediate user requests, making it difficult to adapt their recommendations to the user's timely interests. Unfortunately, exist…

Sequential RecommendationPrompt Engineering

Improving Sequential Recommendations with LLMs

2024-02-02 · Artun Boz, Wouter Zorgdrager, Zoe Kotti, Jesse Harte 외

The sequential recommendation problem has attracted considerable research attention in the past few years, leading to the rise of numerous recommendation models. In this work, we explore how Large Language Models (LLMs),…

Sequential Recommendation

LLaRA: Large Language-Recommendation Assistant

2023-12-05 · Jiayi Liao, Sihang Li, Zhengyi Yang, Jiancan Wu 외

Sequential recommendation aims to predict users' next interaction with items based on their past engagement sequence. Recently, the advent of Large Language Models (LLMs) has sparked interest in leveraging them for seque…

Language ModelingLanguage ModellingSequential RecommendationWorld Knowledge

LLM2Rec: Large Language Models Are Powerful Embedding Models for Sequential Recommendation

2025-06-16 · Yingzhi He, Xiaohao Liu, An Zhang, Yunshan Ma 외

Sequential recommendation aims to predict users' future interactions by modeling collaborative filtering (CF) signals from historical behaviors of similar users or items. Traditional sequential recommenders predominantly…

Collaborative FilteringSequential Recommendation