IRAIFeb 19, 2025

Lost in Sequence: Do Large Language Models Understand Sequential Recommendation?

arXiv:2502.13909v48 citationsh-index: 13Has CodeKDD
Originality Incremental advance
AI Analysis

This addresses a critical oversight in LLM-based recommendation systems for improving sequential understanding, though it is incremental as it builds on existing LLM and CF-SRec methods.

The paper tackles the problem that large language models (LLMs) used for sequential recommendation often fail to capture sequential information in user interactions, and it proposes LLM-SRec, a method that distills user representations from a pre-trained model into LLMs, achieving state-of-the-art performance with only lightweight MLP training.

Large Language Models (LLMs) have recently emerged as promising tools for recommendation thanks to their advanced textual understanding ability and context-awareness. Despite the current practice of training and evaluating LLM-based recommendation (LLM4Rec) models under a sequential recommendation scenario, we found that whether these models understand the sequential information inherent in users' item interaction sequences has been largely overlooked. In this paper, we first demonstrate through a series of experiments that existing LLM4Rec models do not fully capture sequential information both during training and inference. Then, we propose a simple yet effective LLM-based sequential recommender, called LLM-SRec, a method that enhances the integration of sequential information into LLMs by distilling the user representations extracted from a pre-trained CF-SRec model into LLMs. Our extensive experiments show that LLM-SRec enhances LLMs' ability to understand users' item interaction sequences, ultimately leading to improved recommendation performance. Furthermore, unlike existing LLM4Rec models that require fine-tuning of LLMs, LLM-SRec achieves state-of-the-art performance by training only a few lightweight MLPs, highlighting its practicality in real-world applications. Our code is available at https://github.com/Sein-Kim/LLM-SRec.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes