CLIRLGNEDec 17, 2014

Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews

arXiv:1412.5335v7144 citations
Originality Synthesis-oriented
AI Analysis

This work addresses sentiment classification for movie reviews, but it is incremental as it builds on existing methods.

The paper tackled sentiment analysis of movie reviews by combining generative and discriminative techniques, achieving strong results on the IMDB dataset.

Sentiment analysis is a common task in natural language processing that aims to detect polarity of a text document (typically a consumer review). In the simplest settings, we discriminate only between positive and negative sentiment, turning the task into a standard binary classification problem. We compare several ma- chine learning approaches to this problem, and combine them to achieve the best possible results. We show how to use for this task the standard generative lan- guage models, which are slightly complementary to the state of the art techniques. We achieve strong results on a well-known dataset of IMDB movie reviews. Our results are easily reproducible, as we publish also the code needed to repeat the experiments. This should simplify further advance of the state of the art, as other researchers can combine their techniques with ours with little effort.

Code Implementations4 repos
Foundations

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

Your Notes