DELRec: Distilling Sequential Pattern to Enhance LLMs-based Sequential Recommendation
Haoyi Zhang, Guohao Sun, Jinhu Lu, Guanfeng Liu, Xiu Susie Fang
TL;DR
DELRec addresses the gap of underutilized semantic signals in sequential recommendation by distilling behavioral patterns from conventional SR models into soft prompts for large language models (LLMs). It introduces a two-stage framework: (1) Distill Pattern from Conventional SR Models, comprising Temporal Analysis and Recommendation Pattern Simulating to create informative soft prompts, and (2) LLMs-based Sequential Recommendation, which injects the distilled prompts and applies parameter-efficient fine-tuning (AdaLoRA) to guide the LLM in SR tasks. Empirically, DELRec achieves consistent, statistically significant improvements over conventional SR backbones and several LLM-based baselines across four real-world datasets, while offering favorable memory and latency characteristics and resilience to cold-start scenarios. The work demonstrates that combining distilled, interpretable patterns with LLM world knowledge yields robust, scalable SR performance with practical implications for building context-aware, data-efficient recommender systems.
Abstract
Sequential recommendation (SR) tasks aim to predict users' next interaction by learning their behavior sequence and capturing the connection between users' past interactions and their changing preferences. Conventional SR models often focus solely on capturing sequential patterns within the training data, neglecting the broader context and semantic information embedded in item titles from external sources. This limits their predictive power and adaptability. Large language models (LLMs) have recently shown promise in SR tasks due to their advanced understanding capabilities and strong generalization abilities. Researchers have attempted to enhance LLMs-based recommendation performance by incorporating information from conventional SR models. However, previous approaches have encountered problems such as 1) limited textual information leading to poor recommendation performance, 2) incomplete understanding and utilization of conventional SR model information by LLMs, and 3) excessive complexity and low interpretability of LLMs-based methods. To improve the performance of LLMs-based SR, we propose a novel framework, Distilling Sequential Pattern to Enhance LLMs-based Sequential Recommendation (DELRec), which aims to extract knowledge from conventional SR models and enable LLMs to easily comprehend and utilize the extracted knowledge for more effective SRs. DELRec consists of two main stages: 1) Distill Pattern from Conventional SR Models, focusing on extracting behavioral patterns exhibited by conventional SR models using soft prompts through two well-designed strategies; 2) LLMs-based Sequential Recommendation, aiming to fine-tune LLMs to effectively use the distilled auxiliary information to perform SR tasks. Extensive experimental results conducted on four real datasets validate the effectiveness of the DELRec framework.
