paper-with-me

홈 › Papers

Towards Hierarchical Policy Learning for Conversational Recommendation with Hypergraph-based Reinforcement Learning

2023-05-04 · Sen Zhao, Wei Wei, Yifan Liu, Ziyang Wang, Wendi Li, Xian-Ling Mao, Shuai Zhu, Minghui Yang, Zujie Wen

Conversational recommendation systems (CRS) aim to timely and proactively acquire user dynamic preferred attributes through conversations for item recommendation. In each turn of CRS, there naturally have two decision-making processes with different roles that influence each other: 1) director, which is to select the follow-up option (i.e., ask or recommend) that is more effective for reducing the action space and acquiring user preferences; and 2) actor, which is to accordingly choose primitive actions (i.e., asked attribute or recommended item) that satisfy user preferences and give feedback to estimate the effectiveness of the director's option. However, existing methods heavily rely on a unified decision-making module or heuristic rules, while neglecting to distinguish the roles of different decision procedures, as well as the mutual influences between them. To address this, we propose a novel Director-Actor Hierarchical Conversational Recommender (DAHCR), where the director selects the most effective option, followed by the actor accordingly choosing primitive actions that satisfy user preferences. Specifically, we develop a dynamic hypergraph to model user preferences and introduce an intrinsic motivation to train from weak supervision over the director. Finally, to alleviate the bad effect of model bias on the mutual influence between the director and actor, we model the director's option by sampling from a categorical distribution. Extensive experiments demonstrate that DAHCR outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2305.02575

Code (1)

snnzhao/dahcr 공식 구현 pytorch

Tasks

AttributeConversational RecommendationDecision MakingRecommendation Systemsreinforcement-learning

Similar Papers 제목 키워드 기반

Chain-of-Choice Hierarchical Policy Learning for Conversational Recommendation

2023-10-27 · Wei Fan, Weijia Zhang, Weiqi Wang, Yangqiu Song 외

Conversational Recommender Systems (CRS) illuminate user preferences via multi-round interactive dialogues, ultimately navigating towards precise and satisfactory recommendations. However, contemporary CRS are limited to…

AttributeConversational RecommendationDiversityHierarchical Reinforcement Learning+1

Multi-view Hypergraph Contrastive Policy Learning for Conversational Recommendation

2023-07-26 · Sen Zhao, Wei Wei, Xian-Ling Mao, Shuai Zhu 외

Conversational recommendation systems (CRS) aim to interactively acquire user preferences and accordingly recommend items to users. Accurately learning the dynamic user preferences is of crucial importance for CRS. Previ…

Conversational RecommendationRecommendation Systems

Multi-grained Hypergraph Interest Modeling for Conversational Recommendation

2023-05-04 · Chenzhan Shang, Yupeng Hou, Wayne Xin Zhao, Yaliang Li 외

Conversational recommender system (CRS) interacts with users through multi-turn dialogues in natural language, which aims to provide high-quality recommendations for user's instant information need. Although great effort…

Conversational RecommendationRecommendation Systems

Meta Policy Learning for Cold-Start Conversational Recommendation

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

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 populat…

Conversational RecommendationMeta Reinforcement LearningRecommendation Systemsreinforcement-learning+2

Long Short-Term Planning for Conversational Recommendation Systems

2023-10-23 · Xian Li, Hongguang Shi, Yunfei Wang, Yeqin Zhang 외

In Conversational Recommendation Systems (CRS), the central question is how the conversational agent can naturally ask for user preferences and provide suitable recommendations. Existing works mainly follow the hierarchi…

AttributeConversational RecommendationRecommendation Systems