CLIRLGNov 28, 2019

Language-Independent Sentiment Analysis Using Subjectivity and Positional Information

arXiv:1911.12544v11082 citations
Originality Incremental advance
AI Analysis

This work addresses sentiment analysis for applications needing language-agnostic tools, but it is incremental as it builds on existing methods without major breakthroughs.

The paper tackles sentiment analysis by developing a language-independent method that uses subjectivity and positional information to classify polarity, achieving 89.85% accuracy on a standard movie review dataset.

We describe a novel language-independent approach to the task of determining the polarity, positive or negative, of the author's opinion on a specific topic in natural language text. In particular, weights are assigned to attributes, individual words or word bi-grams, based on their position and on their likelihood of being subjective. The subjectivity of each attribute is estimated in a two-step process, where first the probability of being subjective is calculated for each sentence containing the attribute, and then these probabilities are used to alter the attribute's weights for polarity classification. The evaluation results on a standard dataset of movie reviews shows 89.85% classification accuracy, which rivals the best previously published results for this dataset for systems that use no additional linguistic information nor external resources.

Foundations

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

Your Notes