paper-with-me

Papers

Parameter-Efficient Conversational Recommender System as a Language Processing Task

2024-01-25 · Mathieu Ravaut, Hao Zhang, Lu Xu, Aixin Sun, Yong liu

Conversational recommender systems (CRS) aim to recommend relevant items to users by eliciting user preference through natural language conversation. Prior work often utilizes external knowledge graphs for items' semantic information, a language model for dialogue generation, and a recommendation module for ranking relevant items. This combination of multiple components suffers from a cumbersome training process, and leads to semantic misalignment issues between dialogue generation and item recommendation. In this paper, we represent items in natural language and formulate CRS as a natural language processing task. Accordingly, we leverage the power of pre-trained language models to encode items, understand user intent via conversation, perform item recommendation through semantic matching, and generate dialogues. As a unified model, our PECRS (Parameter-Efficient CRS), can be optimized in a single stage, without relying on non-textual metadata such as a knowledge graph. Experiments on two benchmark CRS datasets, ReDial and INSPIRED, demonstrate the effectiveness of PECRS on recommendation and conversation. Our code is available at: https://github.com/Ravoxsg/efficient_unified_crs.

📄 PDF Abstract BibTeX arXiv:2401.14194

Code (1)

ravoxsg/efficient_unified_crs 공식 구현 pytorch

Tasks

Dialogue GenerationKnowledge GraphsLanguage ModelingLanguage ModellingRecommendation Systems

Similar Papers 제목 키워드 기반

Evaluating Conversational Recommender Systems: A Landscape of Research

2022-08-25 · Dietmar Jannach

Conversational recommender systems aim to interactively support online users in their information search and decision-making processes in an intuitive way. With the latest advances in voice-controlled devices, natural la…

Decision MakingRecommendation Systems

Deep Conversational Recommender Systems: A New Frontier for Goal-Oriented Dialogue Systems

2020-04-28 · Dai Hoang Tran, Quan Z. Sheng, Wei Emma Zhang, Salma Abdalla Hamad 외

In recent years, the emerging topics of recommender systems that take advantage of natural language processing techniques have attracted much attention, and one of their applications is the Conversational Recommender Sys…

Collaborative FilteringDeep LearningGoal-Oriented Dialogue SystemsRecommendation Systems

Understanding User Intent Modeling for Conversational Recommender Systems: A Systematic Literature Review

2023-08-05 · Siamak Farshidi, Kiyan Rezaee, Sara Mazaheri, Amir Hossein Rahimi 외

Context: User intent modeling is a crucial process in Natural Language Processing that aims to identify the underlying purpose behind a user's request, enabling personalized responses. With a vast array of approaches int…

Model SelectionRecommendation SystemsSystematic Literature Review

Lending Interaction Wings to Recommender Systems with Conversational Agents

2023-10-06 · NeurIPS 2023 11

Recommender systems trained on offline historical user behaviors are embracing conversational techniques to online query user preference. Unlike prior conversational recommendation approaches that systemically combine co…

AttributeConversational RecommendationLanguage ModellingLarge Language Model+1

Evaluating Conversational Recommender Systems with Large Language Models: A User-Centric Evaluation Framework

2025-01-16 · Nuo Chen, Quanyu Dai, Xiaoyu Dong, Xiao-Ming Wu 외

Conversational recommender systems (CRS) involve both recommendation and dialogue tasks, which makes their evaluation a unique challenge. Although past research has analyzed various factors that may affect user satisfact…

Recommendation Systems