Turning Reviews into Revenue: Sentiment Analysis as a Sustainable Competitive Edge

The Key Role of Social Media in Identifying Consumer Opinions for Building Sustainable Competitive Advantages

2020-01-01
Armenia Androniceanu, Irina Georgescu, Jani Kinnunen
Summary
Problem
Method
Results
Takeaways
Abstract

This paper investigates the identification of consumer opinions through sentiment analysis of social media and e-commerce reviews to build sustainable competitive advantages. Using the "Women's Clothing E-Commerce Review" dataset, the authors implement a lexicon-based approach integrated with supervised machine learning, specifically Logistic Regression and Multilayer Perceptron (MLP) neural networks, to predict product recommendations with high accuracy.

TL;DR

In the hyper-competitive global fashion market, "listening" to customers is no longer optional. This study leverages a dataset of 23,486 e-commerce reviews to demonstrate that by combining text-mined sentiment scores with machine learning (Logistic Regression and MLP Neural Networks), businesses can predict customer recommendations with up to 94.5% accuracy. The research highlights that while numerical ratings are vital, the sensitivity of written text is a critical secondary indicator of brand loyalty.

Contextualizing Social Media in Business Strategy

Social media has evolved from a mere communication tool into a "research medium." The authors position this work within the Web 2.0 framework, where user-generated content (UGC) acts as the primary driver for brand awareness. The core intuition is simple: if a company can quantitatively decode the "feeling" behind a review, it can identify specific product flaws and strengths that numerical stars alone might miss.

Methodology: From Words to Weights

The researchers employed a two-stage analytical pipeline:

  1. Lexicon-Based Sentiment Mining: Using the Harvard-IV Dictionary, they calculated three primary metrics: PosGI (Positivity), NegGI (Negativity), and SentGI (Overall Sensitivity). They also calculated normalized versions (per 100 words) to eliminate bias from longer reviews.
  2. Supervised Classification: These scores were used as independent variables to predict the "Recommended" (0 or 1) status.

Model Architecture Figure 5: The architecture of the applied MLP neural network showing the flow from input variables to the hidden layers.

Deep Dive: Logistic Regression vs. Neural Networks

The study compared two distinct approaches:

  • Logistic Regression: Proved that Rating, SentGI, and Age are statistically significant. One unit increase in Rating increases the odds of recommendation by a staggering 27.57倍.
  • MLP Neural Network: Utilized hyperbolic tangent and softmax activation functions. While Logistic Regression removed certain variables like PosGI as insignificant, the Neural Network successfully utilized them by identifying non-linear relationships, resulting in a higher accuracy (94.5%).

Experimental Insights & Results

The "Word Cloud" and frequency analysis identified that positive terms like "love," "perfect," and "comfortable" dominate recommendations, while "returned" and "disappointed" are the primary churn indicators.

Experimental Results Fig 7: Relative importance of factors. Note how Rating dominates, but SentGI provides significant additional predictive value.

The ROC curve (AUC = 0.976) confirms that the model is exceptionally robust at distinguishing between those who would recommend a product and those who wouldn't.

Critical Analysis & Takeaways

Key Takeaway: Sentiment Analysis isn't just a "nice-to-have" metric—it’s a predictor of future business success. The SentGI (Sensitivity Index) acts as a bridge between qualitative feedback and quantitative strategy.

Limitations: The authors acknowledge that sentiment is context-dependent. A "tight" fit might be positive for leggings but negative for a summer dress. Future research must look into domain-specific lexicons or LLM-based embeddings to better capture these linguistic nuances.

Conclusion: For modern retailers, the path to a sustainable competitive advantage lies in the transition from "broadcasting" to "listening." By automating the analysis of sentiment, companies can adapt their marketing and product development in near real-time.

Find Similar Papers

Try Our Examples

  • Search for recent studies comparing lexicon-based sentiment analysis with Transformer-based models (like BERT or RoBERTa) specifically in the fashion e-commerce domain.
  • Which research paper first introduced the Harvard-IV Dictionary for financial/business sentiment analysis, and how has its effectiveness evolved compared to the VADER or Loughran-McDonald lexicons?
  • Investigate how sentiment-driven recommendation prediction models are being integrated into real-time personalized marketing automation for SMEs.
Contents
Turning Reviews into Revenue: Sentiment Analysis as a Sustainable Competitive Edge
1. TL;DR
2. Contextualizing Social Media in Business Strategy
3. Methodology: From Words to Weights
4. Deep Dive: Logistic Regression vs. Neural Networks
5. Experimental Insights & Results
6. Critical Analysis & Takeaways