paper-with-me

Papers

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

2017-05-29 · Murtadha Talib AL-Sharuee, Fei Liu, Mahardhika Pratama

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.

📄 PDF Abstract BibTeX arXiv:1705.10130

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringEnsemble LearningNegationSentiment AnalysisSpelling Correction

Similar Papers 제목 키워드 기반

Wisdom of the Contexts: Active Ensemble Learning for Contextual Anomaly Detection

2021-01-27 · Ece Calikus, Slawomir Nowaczyk, Mohamed-Rafik Bouguelia, Onur Dikmen

In contextual anomaly detection, an object is only considered anomalous within a specific context. Most existing methods for CAD use a single context based on a set of user-specified contextual features. However, identif…

Active LearningAnomaly DetectionContextual Anomaly DetectionEnsemble Learning

THU-HCSI at SemEval-2019 Task 3: Hierarchical Ensemble Classification of Contextual Emotion in Conversation

2019-06-01 · SEMEVAL 2019 6 · Xihao Liang, Ye Ma, Mingxing Xu

In this paper, we describe our hierarchical ensemble system designed for the SemEval-2019 task3, EmoContext. In our system, three sets of classifiers are trained for different sub-targets and the predicted labels of thes…

General Classification

HSFN: Hierarchical Selection for Fake News Detection building Heterogeneous Ensemble

2025-08-29 · Sara B. Coutinho, Rafael M. O. Cruz, Francimaria R. S. Nascimento, George D. C. Cavalcanti arxiv

Psychological biases, such as confirmation bias, make individuals particularly vulnerable to believing and spreading fake news on social media, leading to significant consequences in domains such as public health and pol…

Fake News Detection

MPEC: Manifold-Preserved EEG Classification via an Ensemble of Clustering-Based Classifiers

2025-04-30 · Shermin Shahbazi, Mohammad-Reza Nasiri, Majid Ramezani

Accurate classification of EEG signals is crucial for brain-computer interfaces (BCIs) and neuroprosthetic applications, yet many existing methods fail to account for the non-Euclidean, manifold structure of EEG data, re…

ClassificationClusteringEEGFeature Engineering

Vote-boosting ensembles

2016-06-30 · Maryam Sabzevari, Gonzalo Martínez-Muñoz, Alberto Suárez

Vote-boosting is a sequential ensemble learning method in which the individual classifiers are built on different weighted versions of the training data. To build a new classifier, the weight of each training instance is…

Ensemble Learning