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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Aspect-Term Sentiment Analysis | LAPTOP SemEval 2014 (test) | Macro-F178.34 | 69 | |
| Aspect-level sentiment classification | SemEval Restaurant 2014 (test) | Accuracy83.57 | 67 | |
| Aspect Sentiment Classification | Rest SemEval 2014 (test) | Accuracy83.57 | 60 | |
| Aspect-level sentiment classification | SemEval Laptop 2014 (test) | Accuracy81.35 | 59 | |
| Target-dependent sentiment classification | Twitter (test) | Accuracy72.98 | 31 | |
| Aspect Extraction and Sentiment Classification (AESC) | 14lap (test) | F1 Score78.34 | 22 | |
| Aspect-based Sentiment Analysis | Laptop dataset | Accuracy81.35 | 22 | |
| Aspect-based Sentiment Classification | 15Rest SemEval-2015 (test) | Accuracy0.7989 | 19 | |
| Aspect-based Sentiment Classification | Rest SemEval 2016 (test) | Accuracy89.07 | 15 | |
| Aspect-based Sentiment Analysis | Restaurant dataset | Accuracy83.57 | 14 |