Aspect-based Sentiment Classification with Dual Cooperative Graph Attention Networks

Xiyong Cui,Wei Fang
DOI: https://doi.org/10.1145/3578741.3578769
2022-01-01
Abstract:Aspect-based sentiment analysis is a fine-grained sentiment classification task. The task analysis determines the corresponding sentiment polarity based on the aspect words. Recent approaches perform aspect-based sentiment analysis outstandingly by using graph convolution networks over dependency trees, but the approach relies heavily on the accuracy of dependency analysis results and is limited by the complexity of informal online comment expression. To overcome these challenges, in this paper, we explore two kinds of sentence information to enrich the expression of the sentences, i.e., syntactic information obtained from the dependency trees and semantic information obtained by the attention mechanism. On this basis, we propose a dual cooperative graph attention networks(D-CoGAT) model for cooperatively learning sentence information. We utilize the attention mechanism for the dependency matrix generated by the dependency tree. The attention mechanism is also introduced for the embedding of sentences. Furthermore, we propose adaptive modules to adaptively scale the features from grammar and semantics, and design pyramid modules to enhance the fitting and extraction of both features. We conducted experiments on three publicly available datasets, and extensive experimental results demonstrated the effectiveness of our method.
What problem does this paper attempt to address?