paper-with-me

Papers

Category Aware Explainable Conversational Recommendation

2021-03-15 · Nikolaos Kondylidis, Jie Zou, Evangelos Kanoulas

Most conversational recommendation approaches are either not explainable, or they require external user's knowledge for explaining or their explanations cannot be applied in real time due to computational limitations. In this work, we present a real time category based conversational recommendation approach, which can provide concise explanations without prior user knowledge being required. We first perform an explainable user model in the form of preferences over the items' categories, and then use the category preferences to recommend items. The user model is performed by applying a BERT-based neural architecture on the conversation. Then, we translate the user model into item recommendation scores using a Feed Forward Network. User preferences during the conversation in our approach are represented by category vectors which are directly interpretable. The experimental results on the real conversational recommendation dataset ReDial demonstrate comparable performance to the state-of-the-art, while our approach is explainable. We also show the potential power of our framework by involving an oracle setting of category preference prediction.

📄 PDF Abstract BibTeX arXiv:2103.08733

Code (1)

kondilidisn/exp-conv-rec 공식 구현 pytorch

Tasks

Conversational Recommendation

Similar Papers 제목 키워드 기반

CADRL: Category-aware Dual-agent Reinforcement Learning for Explainable Recommendations over Knowledge Graphs

2024-08-06 · Shangfei Zheng, Hongzhi Yin, Tong Chen, Xiangjie Kong 외

Knowledge graphs (KGs) have been widely adopted to mitigate data sparsity and address cold-start issues in recommender systems. While existing KGs-based recommendation methods can predict user preferences and demands, th…

Explainable RecommendationGraph Neural NetworkKnowledge GraphsRecommendation Systems+3

PERS: A Personalized and Explainable POI Recommender System

2017-12-20 · Baral Ramesh, Li Tao

The Location-Based Social Networks (LBSN) (e.g., Facebook) have many factors (for instance, ratings, check-in time, etc.) that play a crucial role for the Point-of-Interest (POI) recommendations. Unlike ratings, the revi…

Explainable RecommendationRecommendation Systems

EGCR: Explanation Generation for Conversational Recommendation

2022-08-17 · Bingbing Wen, Xiaoning Bu, Chirag Shah

Growing attention has been paid in Conversational Recommendation System (CRS), which works as a conversation-based and recommendation task-oriented tool to provide items of interest and explore user preference. However, …

Conversational RecommendationExplanation GenerationInformativeness

Intention Adaptive Graph Neural Network for Category-aware Session-based Recommendation

2021-12-31 · Chuan Cui, Qi Shen, Shixuan Zhu, Yitong Pang 외

Session-based recommendation (SBR) is proposed to recommend items within short sessions given that user profiles are invisible in various scenarios nowadays, such as e-commerce and short video recommendation. There is a …

Graph Neural NetworkSession-Based Recommendations

Intent-Driven Semantic ID Generation for Grounded Conversational News Recommendation

2026-05-08 · Hongyang Su, Beibei Kong, Lei Cheng, Chengxiang Zhuo 외 arxiv

Conversational news recommendation requires grounding each suggestion in a rapidly evolving article corpus while addressing implicit user intents that lack explicit retrievable keywords. To characterize this scenario, we…