paper-with-me

Papers

Transformation Networks for Target-Oriented Sentiment Classification

2018-05-03 · ACL 2018 7 · Xin Li, Lidong Bing, Wai Lam, Bei Shi

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.

📄 PDF Abstract BibTeX arXiv:1805.01086

Code (2)

lixin4ever/TNet 공식 구현
mindspore-courses/ABSA-MindSpore mindspore

Tasks

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentenceSentiment Classification

Similar Papers 제목 키워드 기반

Latent Opinions Transfer Network for Target-Oriented Opinion Words Extraction

2020-01-07 · Zhen Wu, Fei Zhao, Xin-yu Dai, Shu-Jian Huang 외

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+2

Learning from Adjective-Noun Pairs: A Knowledge-enhanced Framework for Target-Oriented Multimodal Sentiment Classification

2022-10-01 · COLING 2022 10 · Fei Zhao, Zhen Wu, Siyu Long, Xinyu Dai 외

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+1

Target-oriented Multimodal Sentiment Classification with Counterfactual-enhanced Debiasing

2025-09-11 · Zhiyue Liu, Fanrong Ma, Xin Ling arxiv

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 Augmentation

Enhancing Fine-grained Sentiment Classification Exploiting Local Context Embedding

2020-10-02 · Heng Yang, Biqing Zeng

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 Classification

Linear Transformations for Cross-lingual Sentiment Analysis

2022-09-15 · Pavel Přibáň, Jakub Šmíd, Adam Mištera, Pavel Král

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