paper-with-me

Papers

A Statistical Parsing Framework for Sentiment Classification

2014-01-24 · CL 2015 6 · Li Dong, Furu Wei, Shujie Liu, Ming Zhou, Ke Xu

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 parser directly from examples of sentences annotated only with sentiment polarity labels but without any syntactic annotations or polarity annotations of constituents within sentences. Therefore we can obtain training data easily. In particular, we train a sentiment parser, s.parser, from a large amount of review sentences with users' ratings as rough sentiment polarity labels. Extensive experiments on existing benchmark datasets show significant improvements over baseline sentiment classification approaches.

📄 PDF Abstract BibTeX arXiv:1401.6330

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationNegationSentenceSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Replicability Analysis for Natural Language Processing: Testing Significance with Multiple Datasets

2017-09-27 · TACL 2017 1 · Rotem Dror, Gili Baumer, Marina Bogomolov, Roi Reichart

With the ever-growing amounts of textual data from a large variety of languages, domains, and genres, it has become standard to evaluate NLP algorithms on multiple datasets in order to ensure consistent performance acros…

Dependency ParsingGeneral ClassificationPOSPOS Tagging+3

Structured Sentiment Analysis as Dependency Graph Parsing

2021-05-30 · ACL 2021 5 · Jeremy Barnes, Robin Kurtz, Stephan Oepen, Lilja Øvrelid 외

Structured sentiment analysis attempts to extract full opinion tuples from a text, but over time this task has been subdivided into smaller and smaller sub-tasks, e,g,, target extraction or targeted polarity classificati…

Sentiment Analysis

Sentiment Classification for Movie Reviews in Chinese Using Parsing-based Methods

2013-10-01 · IJCNLP 2013 10 · Wen-Juan Hou, Chuang-Ping Chang
General ClassificationRecommendation SystemsSentiment AnalysisSentiment Classification

Sparse Fuzzy Attention for Structured Sentiment Analysis

2021-09-14 · Letian Peng, Zuchao Li, Hai Zhao

Attention scorers have achieved success in parsing tasks like semantic and syntactic dependency parsing. However, in tasks modeled into parsing, like structured sentiment analysis, "dependency edges" are very sparse whic…

Dependency ParsingSentiment Analysis

How Important is Syntactic Parsing Accuracy? An Empirical Evaluation on Rule-Based Sentiment Analysis

2017-06-07 · Carlos Gómez-Rodríguez, Iago Alonso-Alonso, David Vilares

Syntactic parsing, the process of obtaining the internal structure of sentences in natural languages, is a crucial task for artificial intelligence applications that need to extract meaning from natural language text or …

Sentiment Analysis