CLLGJun 11, 2019

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

arXiv:1906.04501v1193 citations
AI Analysis

This addresses the problem of ignoring sentiment dependencies in aspect-level sentiment classification for natural language processing applications, representing an incremental improvement.

The paper tackles aspect-level sentiment classification by modeling sentiment dependencies between multiple aspects in a sentence using graph convolutional networks, achieving state-of-the-art performance on SemEval 2014 datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes