DeepRec: Towards a Deep Dive Into the Item Space with Large Language Model Based Recommendation
Bowen Zheng, Xiaolei Wang, Enze Liu, Xi Wang, Lu Hongyu, Yu Chen, Wayne Xin Zhao, Ji-Rong Wen

TL;DR
DeepRec introduces a novel LLM-based recommendation system that employs multi-turn interactions and reinforcement learning to deeply explore the item space, significantly improving recommendation quality.
Contribution
The paper proposes DeepRec, integrating LLMs and traditional models with reinforcement learning for enhanced item space exploration in recommendation systems.
Findings
DeepRec outperforms traditional and LLM-based baselines on public datasets.
Multi-turn interactions enable better reasoning over user preferences.
Reinforcement learning strategies improve recommendation accuracy.
Abstract
Recently, large language models (LLMs) have been introduced into recommender systems (RSs), either to enhance traditional recommendation models (TRMs) or serve as recommendation backbones. However, existing LLM-based RSs often do not fully exploit the complementary advantages of LLMs (e.g., world knowledge and reasoning) and TRMs (e.g., recommendation-specific knowledge and efficiency) to fully explore the item space. To address this, we propose DeepRec, a novel LLM-based RS that enables autonomous multi-turn interactions between LLMs and TRMs for deep exploration of the item space. In each interaction turn, LLMs reason over user preferences and interact with TRMs to retrieve candidate items. After multi-turn interactions, LLMs rank the retrieved items to generate the final recommendations. We adopt reinforcement learning(RL) based optimization and propose novel designs from three…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Explainable Artificial Intelligence (XAI) · Advanced Technologies in Various Fields
MethodsADaptive gradient method with the OPTimal convergence rate
