paper-with-me

Papers

Effective Attention Modeling for Aspect-Level Sentiment Classification

2018-08-01 · COLING 2018 8 · Ruidan He, Wee Sun Lee, Hwee Tou Ng, Daniel Dahlmeier

Aspect-level sentiment classification aims to determine the sentiment polarity of a review sentence towards an opinion target. A sentence could contain multiple sentiment-target pairs; thus the main challenge of this task is to separate different opinion contexts for different targets. To this end, attention mechanism has played an important role in previous state-of-the-art neural models. The mechanism is able to capture the importance of each context word towards a target by modeling their semantic associations. We build upon this line of research and propose two novel approaches for improving the effectiveness of attention. First, we propose a method for target representation that better captures the semantic meaning of the opinion target. Second, we introduce an attention model that incorporates syntactic information into the attention mechanism. We experiment on attention-based LSTM (Long Short-Term Memory) models using the datasets from SemEval 2014, 2015, and 2016. The experimental results show that the conventional attention-based LSTM can be substantially improved by incorporating the two approaches.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentenceSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Modeling Sentiment Dependencies with Graph Convolutional Networks for Aspect-level Sentiment Classification

2019-06-11 · Pinlong Zhaoa, Linlin Houb, Ou Wua

Aspect-level sentiment classification aims to distinguish the sentiment polarities over one or more aspect terms in a sentence. Existing approaches mostly model different aspects in one sentence independently, which igno…

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentence+2

Aspect Sentiment Classification with Document-level Sentiment Preference Modeling

2020-07-01 · ACL 2020 6 · Xiao Chen, Changlong Sun, Jingjing Wang, Shoushan Li 외

In the literature, existing studies always consider Aspect Sentiment Classification (ASC) as an independent sentence-level classification problem aspect by aspect, which largely ignore the document-level sentiment prefer…

ClassificationGeneral ClassificationGraph AttentionSentence+2

Syntax-Aware Graph Attention Network for Aspect-Level Sentiment Classification

2020-12-01 · COLING 2020 8 · Lianzhe Huang, Xin Sun, Sujian Li, Linhao Zhang 외

Aspect-level sentiment classification aims to distinguish the sentiment polarities over aspect terms in a sentence. Existing approaches mostly focus on modeling the relationship between the given aspect words and their c…

ClassificationGraph AttentionLanguage ModelingLanguage Modelling+3

Aspect-based Sentiment Analysis through EDU-level Attentions

2022-02-05 · Ting Lin, Aixin Sun, Yequan Wang

A sentence may express sentiments on multiple aspects. When these aspects are associated with different sentiment polarities, a model's accuracy is often adversely affected. We observe that multiple aspects in such hard …

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)SentenceSentiment Analysis

Interactive Attention Networks for Aspect-Level Sentiment Classification

2017-09-04 · Dehong Ma, Sujian Li, Xiaodong Zhang, Houfeng Wang

Aspect-level sentiment classification aims at identifying the sentiment polarity of specific target in its context. Previous approaches have realized the importance of targets in sentiment classification and developed va…

Aspect-Based Sentiment Analysis (ABSA)ClassificationGeneral ClassificationSentiment Classification