A Statistical Parsing Framework for Sentiment Classification
Li Dong, Furu Wei, Shujie Liu, Ming Zhou, Ke Xu

TL;DR
This paper introduces a probabilistic sentiment parsing framework that directly analyzes sentence sentiment structures, effectively handling complex phenomena like negation and contrast, and demonstrates improved classification accuracy on benchmark datasets.
Contribution
It develops a novel sentiment parser based on CFGs that trains directly from sentiment labels without requiring syntactic annotations, enabling better handling of complex sentiment phenomena.
Findings
Significant accuracy improvements over baseline methods
Effective handling of negation, intensification, and contrast
Training from large-scale sentiment-labeled review data
Abstract
We present a statistical parsing framework for sentence-level sentiment classification in this article. Unlike previous works that employ syntactic parsing results for sentiment analysis, we develop a statistical parser to directly analyze the sentiment structure of a sentence. We show that complicated phenomena in sentiment analysis (e.g., negation, intensification, and contrast) can be handled the same as simple and straightforward sentiment expressions in a unified and probabilistic way. We formulate the sentiment grammar upon Context-Free Grammars (CFGs), and provide a formal description of the sentiment parsing framework. We develop the parsing model to obtain possible sentiment parse trees for a sentence, from which the polarity model is proposed to derive the sentiment strength and polarity, and the ranking model is dedicated to selecting the best sentiment tree. We train the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Sentiment Analysis and Opinion Mining
