Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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 ignore the sentiment dependencies between different aspects. However, we find such dependency information between different aspects can bring additional valuable information. In this paper, we propose a novel aspect-level sentiment classification model based on graph convolutional networks (GCN) which can effectively capture the sentiment dependencies between multi-aspects in one sentence. Our model firstly introduces bidirectional attention mechanism with position encoding to model aspect-specific representations between each aspect and its context words, then employs GCN over the attention mechanism to capture the sentiment dependencies between different aspects in one sentence. We evaluate the proposed approach on the SemEval 2014 datasets. Experiments show that our model outperforms the state-of-the-art methods. We also conduct experiments to evaluate the effectiveness of GCN module, which indicates that the dependencies between different aspects is highly helpful in aspect-level sentiment classification.

Pinlong Zhaoa, Linlin Houb, Ou Wua• 2019

Related benchmarks

TaskDatasetResultRank
Aspect-Term Sentiment AnalysisLAPTOP SemEval 2014 (test)
Macro-F178.34
69
Aspect-level sentiment classificationSemEval Restaurant 2014 (test)
Accuracy83.57
67
Aspect Sentiment ClassificationRest SemEval 2014 (test)
Accuracy83.57
60
Aspect-level sentiment classificationSemEval Laptop 2014 (test)
Accuracy81.35
59
Target-dependent sentiment classificationTwitter (test)
Accuracy72.98
31
Aspect Extraction and Sentiment Classification (AESC)14lap (test)
F1 Score78.34
22
Aspect-based Sentiment AnalysisLaptop dataset
Accuracy81.35
22
Aspect-based Sentiment Classification15Rest SemEval-2015 (test)
Accuracy0.7989
19
Aspect-based Sentiment ClassificationRest SemEval 2016 (test)
Accuracy89.07
15
Aspect-based Sentiment AnalysisRestaurant dataset
Accuracy83.57
14
Showing 10 of 10 rows

Other info

Code

Follow for update