CLMay 29, 2017

An Automatic Contextual Analysis and Clustering Classifiers Ensemble approach to Sentiment Analysis

arXiv:1705.10130v13 citations
Originality Incremental advance
AI Analysis

This work addresses the need for domain-independent sentiment analysis methods, offering a solution for applications like analyzing reviews for Australian airlines and home builders, though it is incremental in nature.

The authors tackled the problem of sentiment analysis in product reviews by proposing an unsupervised ensemble learning approach that combines contextual analysis with clustering classifiers, achieving improved accuracy, stability, and generalization across different domains.

Products reviews are one of the major resources to determine the public sentiment. The existing literature on reviews sentiment analysis mainly utilizes supervised paradigm, which needs labeled data to be trained on and suffers from domain-dependency. This article addresses these issues by describes a completely automatic approach for sentiment analysis based on unsupervised ensemble learning. The method consists of two phases. The first phase is contextual analysis, which has five processes, namely (1) data preparation; (2) spelling correction; (3) intensifier handling; (4) negation handling and (5) contrast handling. The second phase comprises the unsupervised learning approach, which is an ensemble of clustering classifiers using a majority voting mechanism with different weight schemes. The base classifier of the ensemble method is a modified k-means algorithm. The base classifier is modified by extracting initial centroids from the feature set via using SentWordNet (SWN). We also introduce new sentiment analysis problems of Australian airlines and home builders which offer potential benchmark problems in the sentiment analysis field. Our experiments on datasets from different domains show that contextual analysis and the ensemble phases improve the clustering performance in term of accuracy, stability and generalization ability.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes