Improving Review Representations with User Attention and Product Attention for Sentiment Classification
Zhen Wu, Xin-Yu Dai, Cunyan Yin, Shujian Huang, Jiajun Chen

TL;DR
This paper introduces a novel neural network framework that separately encodes user and product information using attention mechanisms, significantly improving sentiment classification accuracy on review datasets.
Contribution
The paper proposes a new approach that encodes user and product information separately with attention, enhancing review sentiment classification performance.
Findings
Outperforms state-of-the-art methods on IMDB and Yelp datasets
Attention visualization validates the distinct roles of user and product information
Separate encoding improves sentiment prediction accuracy
Abstract
Neural network methods have achieved great success in reviews sentiment classification. Recently, some works achieved improvement by incorporating user and product information to generate a review representation. However, in reviews, we observe that some words or sentences show strong user's preference, and some others tend to indicate product's characteristic. The two kinds of information play different roles in determining the sentiment label of a review. Therefore, it is not reasonable to encode user and product information together into one representation. In this paper, we propose a novel framework to encode user and product information. Firstly, we apply two individual hierarchical neural networks to generate two representations, with user attention or with product attention. Then, we design a combined strategy to make full use of the two representations for training and final…
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
TopicsSentiment Analysis and Opinion Mining · Topic Modeling · Advanced Text Analysis Techniques
