Transformation Networks for Target-Oriented Sentiment Classification
Target-oriented sentiment classification aims at classifying sentiment polarities over individual opinion targets in a sentence. RNN with attention seems a good fit for the characteristics of this task, and indeed it achieves the state-of-the-art performance. After re-examining the drawbacks of attention mechanism and the obstacles that block CNN to perform well in this classification task, we propose a new model to overcome these issues. Instead of attention, our model employs a CNN layer to extract salient features from the transformed word representations originated from a bi-directional RNN layer. Between the two layers, we propose a component to generate target-specific representations of words in the sentence, meanwhile incorporate a mechanism for preserving the original contextual information from the RNN layer. Experiments show that our model achieves a new state-of-the-art performance on a few benchmarks.
Code (2)
Tasks
Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentenceSentiment ClassificationSimilar Papers 제목 키워드 기반
Latent Opinions Transfer Network for Target-Oriented Opinion Words Extraction
Target-oriented opinion words extraction (TOWE) is a new subtask of ABSA, which aims to extract the corresponding opinion words for a given opinion target in a sentence. Recently, neural network methods have been applied…
Aspect-oriented Opinion ExtractionGeneral ClassificationSentenceSentiment Analysis+2Learning from Adjective-Noun Pairs: A Knowledge-enhanced Framework for Target-Oriented Multimodal Sentiment Classification
Target-oriented multimodal sentiment classification (TMSC) is a new subtask of aspect-based sentiment analysis, which aims to determine the sentiment polarity of the opinion target mentioned in a (sentence, image) pair. …
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis+1Target-oriented Multimodal Sentiment Classification with Counterfactual-enhanced Debiasing
Target-oriented multimodal sentiment classification seeks to predict sentiment polarity for specific targets from image-text pairs. While existing works achieve competitive performance, they often over-rely on textual co…
Contrastive LearningData AugmentationEnhancing Fine-grained Sentiment Classification Exploiting Local Context Embedding
Target-oriented sentiment classification is a fine-grained task of natural language processing to analyze the sentiment polarity of the targets. To improve the performance of sentiment classification, many approaches pro…
Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentiment ClassificationLinear Transformations for Cross-lingual Sentiment Analysis
This paper deals with cross-lingual sentiment analysis in Czech, English and French languages. We perform zero-shot cross-lingual classification using five linear transformations combined with LSTM and CNN based classifi…
ClassificationSentiment Analysis