Statistical Analysis on E-Commerce Reviews, with Sentiment Classification using Bidirectional Recurrent Neural Network (RNN)
Abien Fred Agarap

TL;DR
This study analyzes customer reviews on women's clothing e-commerce to understand review variables, and employs a bidirectional LSTM RNN to classify recommendations and sentiments, achieving high accuracy.
Contribution
It introduces a combined statistical and deep learning approach for review analysis and sentiment classification in e-commerce, with novel insights into variable correlations.
Findings
Recommendation strongly correlates with positive sentiment.
Ratings are fuzzy indicators of sentiment.
Bidirectional LSTM achieved F1-scores of 0.88 and 0.93.
Abstract
Understanding customer sentiments is of paramount importance in marketing strategies today. Not only will it give companies an insight as to how customers perceive their products and/or services, but it will also give them an idea on how to improve their offers. This paper attempts to understand the correlation of different variables in customer reviews on a women clothing e-commerce, and to classify each review whether it recommends the reviewed product or not and whether it consists of positive, negative, or neutral sentiment. To achieve these goals, we employed univariate and multivariate analyses on dataset features except for review titles and review texts, and we implemented a bidirectional recurrent neural network (RNN) with long-short term memory unit (LSTM) for recommendation and sentiment classification. Results have shown that a recommendation is a strong indicator of a…
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 · Advanced Text Analysis Techniques · Text and Document Classification Technologies
