paper-with-me

Papers

Meta Policy Learning for Cold-Start Conversational Recommendation

2022-05-24 · Zhendong Chu, Hongning Wang, Yun Xiao, Bo Long, Lingfei Wu

Conversational recommender systems (CRS) explicitly solicit users' preferences for improved recommendations on the fly. Most existing CRS solutions count on a single policy trained by reinforcement learning for a population of users. However, for users new to the system, such a global policy becomes ineffective to satisfy them, i.e., the cold-start challenge. In this paper, we study CRS policy learning for cold-start users via meta-reinforcement learning. We propose to learn a meta policy and adapt it to new users with only a few trials of conversational recommendations. To facilitate fast policy adaptation, we design three synergetic components. Firstly, we design a meta-exploration policy dedicated to identifying user preferences via a few exploratory conversations, which accelerates personalized policy adaptation from the meta policy. Secondly, we adapt the item recommendation module for each user to maximize the recommendation quality based on the collected conversation states during conversations. Thirdly, we propose a Transformer-based state encoder as the backbone to connect the previous two components. It provides comprehensive state representations by modeling complicated relations between positive and negative feedback during the conversation. Extensive experiments on three datasets demonstrate the advantage of our solution in serving new users, compared with a rich set of state-of-the-art CRS solutions.

📄 PDF Abstract BibTeX arXiv:2205.11788

Code (1)

zdchu/metacrs 공식 구현 pytorch

Tasks

Conversational RecommendationMeta Reinforcement LearningRecommendation Systemsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Cold-start Sequential Recommendation via Meta Learner

2020-12-10 · Yujia Zheng, Siyi Liu, Zekun Li, Shu Wu

This paper explores meta-learning in sequential recommendation to alleviate the item cold-start problem. Sequential recommendation aims to capture user's dynamic preferences based on historical behavior sequences and act…

Meta-LearningSequential Recommendation

MetaKG: Meta-learning on Knowledge Graph for Cold-start Recommendation

2022-02-08 · Yuntao Du, Xinjun Zhu, Lu Chen, Ziquan Fang 외

A knowledge graph (KG) consists of a set of interconnected typed entities and their attributes. Recently, KGs are popularly used as the auxiliary information to enable more accurate, explainable, and diverse user prefere…

Meta-Learning

Sequential Recommendation for Cold-start Users with Meta Transitional Learning

2021-07-13 · Jianling Wang, Kaize Ding, James Caverlee

A fundamental challenge for sequential recommenders is to capture the sequential patterns of users toward modeling how users transit among items. In many practical scenarios, however, there are a great number of cold-sta…

Few-Shot LearningMeta-LearningSequential RecommendationTranslation

A Meta-Learning Perspective on Cold-Start Recommendations for Items

2017-12-01 · NeurIPS 2017 12 · Manasi Vartak, Arvind Thiagarajan, Conrado Miranda, Jeshua Bratman 외

Matrix factorization (MF) is one of the most popular techniques for product recommendation, but is known to suffer from serious cold-start problems. Item cold-start problems are particularly acute in settings such as Twe…

Meta-LearningProduct Recommendation

Task Aligned Meta-learning based Augmented Graph for Cold-Start Recommendation

2022-08-11 · Yuxiang Shi, Yue Ding, Bo Chen, YuYang Huang 외

The cold-start problem is a long-standing challenge in recommender systems due to the lack of user-item interactions, which significantly hurts the recommendation effect over new users and items. Recently, meta-learning …

Graph Neural NetworkMeta-LearningRecommendation Systems