Litcius/Paper detail

Modeling multiple latent information graph structures via graph convolutional network for aspect-based sentiment analysis

Jiajun Wang, Xiaoge Li, Xiaochun An

2022Complex & Intelligent Systems14 citationsDOIOpen Access PDF

Abstract

Abstract Aspect-based sentiment analysis (ABSA) aims to determine the sentiment polarity of aspects in a sentence. Recently, graph convolution network (GCN) model combined with attention mechanism has been used for ABSA task over graph structures, achieving promising results. However, these methods of modeling over graph structure fail to consider multiple latent information in the text, i.e., syntax, semantics, context, and so on. In addition, the attention mechanism is vulnerable to noise in sentences. To tackle these problems, in this paper, we construct an efficient text graph and propose a matrix fusion-based graph convolution network (MFLGCN) for ABSA. First, the graph structure is constructed by combining statistics, semantics, and part of speech. Then, we use the sequence model combined with the multi-head self-attention mechanism to obtain the feature representation of the context. Subsequently, the text graph structure and the feature representation of context are fed into GCN to aggregate the information around aspect nodes. The attention matrix is obtained by combining sequence model, GCN and the attention mechanism. Besides, we design a filter layer to alleviate the noise problem in the sentence introduced by the attention mechanism. Finally, in order to make the context representation more effective, attention and filtering matrices are integrated into the model. Experimental results on four public datasets show that our model is more effective than the previous models, demonstrating that using our text graph and matrix fusion can significantly empower ABSA models.

Topics & Concepts

Computer scienceGraphSentenceTheoretical computer scienceArtificial intelligenceSemantics (computer science)Natural language processingProgramming languageSentiment Analysis and Opinion MiningAdvanced Text Analysis TechniquesText and Document Classification Technologies