DELRec: Distilling Sequential Pattern to Enhance LLMs-based Sequential Recommendation
Haoyi Zhang, Guohao Sun, Jinhu Lu, Guanfeng Liu, Xiu Susie Fang

TL;DR
This paper introduces DELRec, a framework that distills knowledge from traditional sequential recommendation models to enhance large language models' ability to perform more accurate and interpretable sequential recommendations.
Contribution
The paper proposes a novel two-stage framework that extracts behavioral patterns from conventional SR models and fine-tunes LLMs to utilize this distilled knowledge for improved recommendations.
Findings
DELRec outperforms baseline models on four real datasets.
Distilling patterns improves LLMs' recommendation accuracy.
The approach enhances interpretability and efficiency of LLM-based SR.
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)…
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.
Taxonomy
TopicsRecommender Systems and Techniques
MethodsFocus
