A Capsule Network for Recommendation and Explaining What You Like and Dislike
Chenliang Li, Cong Quan, Li Peng, Yunwei Qi, Yuming Deng, Libing Wu

TL;DR
This paper introduces CARP, a capsule network model that improves recommendation accuracy by extracting and reasoning about user preferences and item features from reviews, while also providing interpretable explanations.
Contribution
The paper proposes a novel capsule network architecture with a Routing by Bi-Agreement mechanism to extract and reason about logic units from reviews for better rating prediction and explanation.
Findings
CARP outperforms state-of-the-art models in prediction accuracy.
The model effectively discovers interpretable reasons behind user preferences.
Extensive experiments validate the model's robustness across diverse datasets.
Abstract
User reviews contain rich semantics towards the preference of users to features of items. Recently, many deep learning based solutions have been proposed by exploiting reviews for recommendation. The attention mechanism is mainly adopted in these works to identify words or aspects that are important for rating prediction. However, it is still hard to understand whether a user likes or dislikes an aspect of an item according to what viewpoint the user holds and to what extent, without examining the review details. Here, we consider a pair of a viewpoint held by a user and an aspect of an item as a logic unit. Reasoning a rating behavior by discovering the informative logic units from the reviews and resolving their corresponding sentiments could enable a better rating prediction with explanation. To this end, in this paper, we propose a capsule network based model for rating prediction…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Sentiment Analysis and Opinion Mining · Topic Modeling
MethodsCapsule Network
