paper-with-me

Papers

Towards Unified Conversational Recommender Systems via Knowledge-Enhanced Prompt Learning

2022-06-19 · Xiaolei Wang, Kun Zhou, Ji-Rong Wen, Wayne Xin Zhao

Conversational recommender systems (CRS) aim to proactively elicit user preference and recommend high-quality items through natural language conversations. Typically, a CRS consists of a recommendation module to predict preferred items for users and a conversation module to generate appropriate responses. To develop an effective CRS, it is essential to seamlessly integrate the two modules. Existing works either design semantic alignment strategies, or share knowledge resources and representations between the two modules. However, these approaches still rely on different architectures or techniques to develop the two modules, making it difficult for effective module integration. To address this problem, we propose a unified CRS model named UniCRS based on knowledge-enhanced prompt learning. Our approach unifies the recommendation and conversation subtasks into the prompt learning paradigm, and utilizes knowledge-enhanced prompts based on a fixed pre-trained language model (PLM) to fulfill both subtasks in a unified approach. In the prompt design, we include fused knowledge representations, task-specific soft tokens, and the dialogue context, which can provide sufficient contextual information to adapt the PLM for the CRS task. Besides, for the recommendation subtask, we also incorporate the generated response template as an important part of the prompt, to enhance the information interaction between the two subtasks. Extensive experiments on two public CRS datasets have demonstrated the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2206.09363

Code (1)

rucaibox/unicrs 공식 구현 pytorch

Tasks

Language ModellingPrompt LearningRecommendation SystemsText Generation

Similar Papers 제목 키워드 기반

Improving Conversational Recommender Systems via Knowledge Graph based Semantic Fusion

2020-07-08 · Kun Zhou, Wayne Xin Zhao, Shuqing Bian, Yuanhang Zhou 외

Conversational recommender systems (CRS) aim to recommend high-quality items to users through interactive conversations. Although several efforts have been made for CRS, two major issues still remain to be solved. First,…

Knowledge GraphsRecommendation SystemsText Generation

Knowledge Graphs and Pre-trained Language Models enhanced Representation Learning for Conversational Recommender Systems

2023-12-18 · Zhangchi Qiu, Ye Tao, Shirui Pan, Alan Wee-Chung Liew

Conversational recommender systems (CRS) utilize natural language interactions and dialogue history to infer user preferences and provide accurate recommendations. Due to the limited conversation context and background k…

Knowledge GraphsLanguage ModelingLanguage ModellingRecommendation Systems+2

CRFR: Improving Conversational Recommender Systems via Flexible Fragments Reasoning on Knowledge Graphs

2021-11-01 · EMNLP 2021 11 · Jinfeng Zhou, Bo wang, Ruifang He, Yuexian Hou

Although paths of user interests shift in knowledge graphs (KGs) can benefit conversational recommender systems (CRS), explicit reasoning on KGs has not been well considered in CRS, due to the complex of high-order and i…

Knowledge GraphsRecommendation SystemsText Generation

MemoCRS: Memory-enhanced Sequential Conversational Recommender Systems with Large Language Models

2024-07-06 · Yunjia Xi, Weiwen Liu, Jianghao Lin, Bo Chen 외

Conversational recommender systems (CRSs) aim to capture user preferences and provide personalized recommendations through multi-round natural language dialogues. However, most existing CRS models mainly focus on dialogu…

Recommendation Systems

Knowledge Graph-enhanced Sampling for Conversational Recommender System

2021-10-13 · Mengyuan Zhao, Xiaowen Huang, Lixi Zhu, Jitao Sang 외

The traditional recommendation systems mainly use offline user data to train offline models, and then recommend items for online users, thus suffering from the unreliable estimation of user preferences based on sparse an…

Conversational RecommendationRecommendation Systems