paper-with-me

Papers

Beyond Retrieval: Generating Narratives in Conversational Recommender Systems

2024-10-22 · Krishna Sayana, Raghavendra Vasudeva, Yuri Vasilevski, Kun Su, Liam Hebert, James Pine, Hubert Pham, Ambarish Jash, Sukhdeep Sodhi

The recent advances in Large Language Model's generation and reasoning capabilities present an opportunity to develop truly conversational recommendation systems. However, effectively integrating recommender system knowledge into LLMs for natural language generation which is tailored towards recommendation tasks remains a challenge. This paper addresses this challenge by making two key contributions. First, we introduce a new dataset (REGEN) for natural language generation tasks in conversational recommendations. REGEN (Reviews Enhanced with GEnerative Narratives) extends the Amazon Product Reviews dataset with rich user narratives, including personalized explanations of product preferences, product endorsements for recommended items, and summaries of user purchase history. REGEN is made publicly available to facilitate further research. Furthermore, we establish benchmarks using well-known generative metrics, and perform an automated evaluation of the new dataset using a rater LLM. Second, the paper introduces a fusion architecture (CF model with an LLM) which serves as a baseline for REGEN. And to the best of our knowledge, represents the first attempt to analyze the capabilities of LLMs in understanding recommender signals and generating rich narratives. We demonstrate that LLMs can effectively learn from simple fusion architectures utilizing interaction-based CF embeddings, and this can be further enhanced using the metadata and personalization data associated with items. Our experiments show that combining CF and content embeddings leads to improvements of 4-12% in key language metrics compared to using either type of embedding individually. We also provide an analysis to interpret how CF and content embeddings contribute to this new generative task.

📄 PDF Abstract BibTeX arXiv:2410.16780

Code (0)

등록된 구현이 없습니다.

Tasks

Conversational RecommendationRecommendation SystemsRetrievalText Generation

Similar Papers 제목 키워드 기반

REGEN: A Dataset and Benchmarks with Natural Language Critiques and Narratives

2025-03-14 · Kun Su, Krishna Sayana, Hubert Pham, James Pine 외

This paper introduces a novel dataset REGEN (Reviews Enhanced with GEnerative Narratives), designed to benchmark the conversational capabilities of recommender Large Language Models (LLMs), addressing the limitations of …

Conversational Recommendation

Beyond Single Items: Exploring User Preferences in Item Sets with the Conversational Playlist Curation Dataset

2023-03-13 · Arun Tejasvi Chaganty, Megan Leszczynski, Shu Zhang, Ravi Ganti 외

Users in consumption domains, like music, are often able to more efficiently provide preferences over a set of items (e.g. a playlist or radio) than over single items (e.g. songs). Unfortunately, this is an underexplored…

Music RecommendationRecommendation SystemsRetrieval

ReGeS: Reciprocal Retrieval-Generation Synergy for Conversational Recommender Systems

2025-09-22 · Dayu Yang, Hui Fang arxiv

Connecting conversation with external domain knowledge is vital for conversational recommender systems (CRS) to correctly understand user preferences. However, existing solutions either require domain-specific engineerin…

Incorporating External Knowledge and Goal Guidance for LLM-based Conversational Recommender Systems

2024-05-03 · Chuang Li, Yang Deng, Hengchang Hu, Min-Yen Kan 외

This paper aims to efficiently enable large language models (LLMs) to use external knowledge and goal guidance in conversational recommender system (CRS) tasks. Advanced LLMs (e.g., ChatGPT) are limited in domain-specifi…

InformativenessRecommendation Systems

Reindex-Then-Adapt: Improving Large Language Models for Conversational Recommendation

2024-05-20 · Zhankui He, Zhouhang Xie, Harald Steck, Dawen Liang 외

Large language models (LLMs) are revolutionizing conversational recommender systems by adeptly indexing item content, understanding complex conversational contexts, and generating relevant item titles. However, controlli…

Conversational RecommendationRecommendation Systems