paper-with-me

Papers

Linguistically Regularized LSTMs for Sentiment Classification

2016-11-12 · Qiao Qian, Minlie Huang, Jinhao Lei, Xiaoyan Zhu

Sentiment understanding has been a long-term goal of AI in the past decades. This paper deals with sentence-level sentiment classification. Though a variety of neural network models have been proposed very recently, however, previous models either depend on expensive phrase-level annotation, whose performance drops substantially when trained with only sentence-level annotation; or do not fully employ linguistic resources (e.g., sentiment lexicons, negation words, intensity words), thus not being able to produce linguistically coherent representations. In this paper, we propose simple models trained with sentence-level annotation, but also attempt to generating linguistically coherent representations by employing regularizers that model the linguistic role of sentiment lexicons, negation words, and intensity words. Results show that our models are effective to capture the sentiment shifting effect of sentiment, negation, and intensity words, while still obtain competitive results without sacrificing the models' simplicity.

📄 PDF Abstract BibTeX arXiv:1611.03949

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationNegationSentenceSentiment AnalysisSentiment Classification

Similar Papers 제목 키워드 기반

Linguistically Regularized LSTM for Sentiment Classification

2017-07-01 · ACL 2017 7 · Qiao Qian, Minlie Huang, Jinhao Lei, Xiaoyan Zhu

This paper deals with sentence-level sentiment classification. Though a variety of neural network models have been proposed recently, however, previous models either depend on expensive phrase-level annotation, most of w…

ClassificationGeneral ClassificationNegationSentence+2

Sentiment Expression Boundaries in Sentiment Polarity Classification

2018-10-01 · WS 2018 10 · Rasoul Kaljahi, Jennifer Foster

We investigate the effect of using sentiment expression boundaries in predicting sentiment polarity in aspect-level sentiment analysis. We manually annotate a freely available English sentiment polarity dataset with thes…

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationMulti-Task Learning+1

Tree Communication Models for Sentiment Analysis

2019-07-01 · ACL 2019 7 · Yuan Zhang, Yue Zhang

Tree-LSTMs have been used for tree-based sentiment analysis over Stanford Sentiment Treebank, which allows the sentiment signals over hierarchical phrase structures to be calculated simultaneously. However, traditional t…

Sentiment Analysis

Sentiment Analysis at SEPLN (TASS)-2019: Sentiment Analysis at Tweet level using Deep Learning

2019-08-01 · Avishek Garain, Sainik Kumar Mahata

This paper describes the system submitted to "Sentiment Analysis at SEPLN (TASS)-2019" shared task. The task includes sentiment analysis of Spanish tweets, where the tweets are in different dialects spoken in Spain, Peru…

Sentiment Analysis

Head-Lexicalized Bidirectional Tree LSTMs

2017-01-01 · TACL 2017 1 · Zhiyang Teng, Yue Zhang

Sequential LSTMs have been extended to model tree structures, giving competitive results for a number of tasks. Existing methods model constituent trees by bottom-up combinations of constituent nodes, making direct use o…

Language ModelingLanguage ModellingRelation ExtractionSentiment Analysis