Linguistically Regularized LSTMs for Sentiment Classification
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.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationGeneral ClassificationNegationSentenceSentiment AnalysisSentiment ClassificationSimilar Papers 제목 키워드 기반
Linguistically Regularized LSTM for Sentiment Classification
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+2Sentiment Expression Boundaries in Sentiment Polarity Classification
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+1Tree Communication Models for Sentiment Analysis
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 AnalysisSentiment Analysis at SEPLN (TASS)-2019: Sentiment Analysis at Tweet level using Deep Learning
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 AnalysisHead-Lexicalized Bidirectional Tree LSTMs
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