Harnessing Large Language Models for Text-Rich Sequential Recommendation
Zhi Zheng, Wenshuo Chao, Zhaopeng Qiu, Hengshu Zhu, Hui Xiong

TL;DR
This paper introduces a novel framework leveraging Large Language Models for text-rich sequential recommendation, addressing challenges of lengthy texts and model efficiency through innovative summarization and fine-tuning techniques.
Contribution
The paper proposes hierarchical and recurrent summarization methods for user behavior, combined with prompt-based fine-tuning and PEFT, to improve LLM-based recommendations with rich textual data.
Findings
Effective summarization improves recommendation accuracy
Hierarchical and recurrent methods outperform baseline models
Model achieves strong results on public datasets
Abstract
Recent advances in Large Language Models (LLMs) have been changing the paradigm of Recommender Systems (RS). However, when items in the recommendation scenarios contain rich textual information, such as product descriptions in online shopping or news headlines on social media, LLMs require longer texts to comprehensively depict the historical user behavior sequence. This poses significant challenges to LLM-based recommenders, such as over-length limitations, extensive time and space overheads, and suboptimal model performance. To this end, in this paper, we design a novel framework for harnessing Large Language Models for Text-Rich Sequential Recommendation (LLM-TRSR). Specifically, we first propose to segment the user historical behaviors and subsequently employ an LLM-based summarizer for summarizing these user behavior blocks. Particularly, drawing inspiration from the successful…
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
TopicsTopic Modeling · Recommender Systems and Techniques · Machine Learning in Healthcare
