Leveraging Large Language Models in Conversational Recommender Systems
Luke Friedman, Sameer Ahuja, David Allen, Zhenning Tan, Hakim Sidahmed, Changbo Long, Jun Xie, Gabriel Schubiner, Ajay Patel, Harsh Lara, Brian Chu, Zexi Chen, Manoj Tiwari
TL;DR
This paper argues for a scalable, end-to-end Conversational Recommender System powered by Large Language Models, detailing RecLLM: a unified dialogue manager, tractable retrieval over massive item corpora, a joint ranking with natural-language explanations, interpretable natural-language user profiles, and a controllable LLM-based user simulator for synthetic data generation. It compares unified LLM control with modular designs, and it presents multiple retrieval strategies (Generalized Dual Encoder, Direct LLM Search, Concept-Based Search, and Search API Lookup) alongside a ranking/explanation module that produces rationales. A key contribution is the integration of persistent user profiles and the ability to simulate conversations to tune system modules at scale, enabling data-efficient learning in the absence of production logs. The RecLLM prototype on YouTube using LaMDA demonstrates fluent dialogue, diverse capabilities, and a concrete path toward practical deployment, while outlining future work on safety, debiasing, and broader multimodal support.
Abstract
A Conversational Recommender System (CRS) offers increased transparency and control to users by enabling them to engage with the system through a real-time multi-turn dialogue. Recently, Large Language Models (LLMs) have exhibited an unprecedented ability to converse naturally and incorporate world knowledge and common-sense reasoning into language understanding, unlocking the potential of this paradigm. However, effectively leveraging LLMs within a CRS introduces new technical challenges, including properly understanding and controlling a complex conversation and retrieving from external sources of information. These issues are exacerbated by a large, evolving item corpus and a lack of conversational data for training. In this paper, we provide a roadmap for building an end-to-end large-scale CRS using LLMs. In particular, we propose new implementations for user preference understanding, flexible dialogue management and explainable recommendations as part of an integrated architecture powered by LLMs. For improved personalization, we describe how an LLM can consume interpretable natural language user profiles and use them to modulate session-level context. To overcome conversational data limitations in the absence of an existing production CRS, we propose techniques for building a controllable LLM-based user simulator to generate synthetic conversations. As a proof of concept we introduce RecLLM, a large-scale CRS for YouTube videos built on LaMDA, and demonstrate its fluency and diverse functionality through some illustrative example conversations.
