Affiliation:
1. College of Information, Mechanical and Electrical Engineering, Shanghai Normal University, Shanghai, China
Abstract
Aspect-based Sentiment Analysis (ABSA), also known as fine-grained sentiment analysis, aims to predict the sentiment polarity of specific aspect words in the sentence. Some studies have explored the semantic correlation between words in sentences through attention-based methods. Other studies have learned syntactic knowledge by using graph convolution networks to introduce dependency relations. These methods have achieved satisfactory results in the ABSA tasks. However, due to the complexity of language, effectively capturing semantic and syntactic knowledge remains a challenging research question. Therefore, we propose an Adaptive Dual Graph Convolution Fusion Network (AD-GCFN) for aspect-based sentiment analysis. This model uses two graph convolution networks: one for the semantic layer to learn semantic correlations by an attention mechanism, and the other for the syntactic layer to learn syntactic structure by dependency parsing. To reduce the noise caused by the attention mechanism, we designed a module that dynamically updates the graph structure information for adaptively aggregating node information. To effectively fuse semantic and syntactic information, we propose a cross-fusion module that uses the double random similarity matrix to obtain the syntactic features in the semantic space and the semantic features in the syntactic space, respectively. Additionally, we employ two regularizers to further improve the ability to capture semantic correlations. The orthogonal regularizer encourages the semantic layer to learn word semantics without overlap, while the differential regularizer encourages the semantic and syntactic layers to learn different parts. Finally, the experimental results on three benchmark datasets show that the AD-GCFN model is superior to the contrast models in terms of accuracy and macro-F1.
Funder
National Natural Science Foundation of China
Capacity Construction Project of Shanghai Local Colleges
Publisher
Association for Computing Machinery (ACM)
Reference69 articles.
1. Affective computing and sentiment analysis;Cambria E.;A Practical Guide to Sentiment Analysis,2017
2. Sentiment analysis and opinion mining: A survey;Vinodhini G.;Int. J. Adv. Res. Comput. Sci. Softw. Eng,2012
3. Document-level sentiment inference with social, faction, and discourse context;Choi E.;Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics,2016
4. D. Tang, B. Qin, and T. Liu. 2015. Learning semantic representations of users and products for document level sentiment classification. In Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL’15). 1014–1023.
5. Document Modeling with Gated Recurrent Neural Network for Sentiment Classification