Syntax-Aware Aspect Level Sentiment Classification with Graph Attention Networks
Aspect level sentiment classification aims to identify the sentiment expressed towards an aspect given a context sentence. Previous neural network based methods largely ignore the syntax structure in one sentence. In this paper, we propose a novel target-dependent graph attention network (TD-GAT) for aspect level sentiment classification, which explicitly utilizes the dependency relationship among words. Using the dependency graph, it propagates sentiment features directly from the syntactic context of an aspect target. In our experiments, we show our method outperforms multiple baselines with GloVe embeddings. We also demonstrate that using BERT representations further substantially boosts the performance.
Code (0)
등록된 구현이 없습니다.
Tasks
ClassificationGeneral ClassificationGraph AttentionSentenceSentiment AnalysisSentiment ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Syntax-Aware Graph Attention Network for Aspect-Level Sentiment Classification
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+3Syntax-Aware Aspect-Level Sentiment Classification with Proximity-Weighted Convolution Network
It has been widely accepted that Long Short-Term Memory (LSTM) network, coupled with attention mechanism and memory module, is useful for aspect-level sentiment classification. However, existing approaches largely rely o…
DescriptiveGeneral ClassificationSentiment AnalysisSentiment ClassificationBiSyn-GAT+: Bi-Syntax Aware Graph Attention Network for Aspect-based Sentiment Analysis
Aspect-based sentiment analysis (ABSA) is a fine-grained sentiment analysis task that aims to align aspects and corresponding sentiments for aspect-specific sentiment polarity inference. It is challenging because a sente…
Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Graph AttentionSentence+1Explainable Multimodal Aspect-Based Sentiment Analysis with Dependency-guided Large Language Model
Multimodal aspect-based sentiment analysis (MABSA) aims to identify aspect-level sentiments by jointly modeling textual and visual information, which is essential for fine-grained opinion understanding in social media. E…
Sentiment AnalysisSelective Attention Based Graph Convolutional Networks for Aspect-Level Sentiment Classification
Aspect-level sentiment classification aims to identify the sentiment polarity towards a specific aspect term in a sentence. Most current approaches mainly consider the semantic information by utilizing attention mechanis…
General ClassificationSentenceSentiment AnalysisSentiment Classification