Aspect-Level Sentiment Analysis Via Convolution over Dependency Tree

Kai Sun,Richong Zhang,Samuel Mensah,Yongyi Mao,Xudong Liu
DOI: https://doi.org/10.18653/v1/D19-1569
2019-01-01
Abstract:We propose a method based on neural networks to identify the sentiment polarity of opinion words expressed on a specific aspect of a sentence. Although a large majority of works typically focus on leveraging the expressive power of neural networks in handling this task, we explore the possibility of integrating dependency trees with neural networks for representation learning. To this end, we present a convolution over a dependency tree (CDT) model which exploits a Bi-directional Long Short Term Memory (Bi-LSTM) to learn representations for features of a sentence, and further enhance the embeddings with a graph convolutional network (GCN) which operates directly on the dependency tree of the sentence. Our approach propagates both contextual and dependency information from opinion words to aspect words, offering discriminative properties for supervision. Experimental results ranks our approach as the new state-of-the-art in aspect-based sentiment classification.
What problem does this paper attempt to address?