• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2022, Vol. 44 ›› Issue (10): 1893-1900.

• Artificial Intelligence and Data Mining • Previous Articles    

Aspect-level sentiment analysis based on deep BiLSTM and graph convolutional networks

YANG Chun-xia1,2,3,SONG Jin-jian1,2,3,YAO Si-cheng1,2,3   

  1. (1.School of Automation,Nanjing University of Information Science & Technology,Nanjing 210044;
    2.Jiangsu Key Laboratory of Big Data Analysis Technology(B-DAT),Nanjing 210044;
    3.Jiangsu Collaborative Innovation Center of Atmospheric Environment and 
    Equipment Technology(CICAEET),Nanjing 210044,China)
  • Received:2021-03-19 Revised:2021-05-28 Accepted:2022-10-25 Online:2022-10-25 Published:2022-10-28

Abstract: In the existing aspect-level sentiment analysis methods, there are problems that the optimal text representation cannot be obtained, and the general graph convolutional network cannot be used to extract the deep structural information in the dependency graph. For these problems, this paper proposes a graph convolutional network (DDGCN) model based on deep BiLSTM and dense connections. Firstly, the deep semantic information between aspect words and context words is obtained by deep BiLSTM. Secondly, dense connections are added to the original graph convolutional network to generate a dense graph convolutional network that can extract the deep structural information. Then, the improved graph convolutional network is used to capture the structural information on the dependency graph. Finally, the text representation combining the two deep information is used for sentiment classification. Experimental results on three datasets show that DDGCN model improves both accuracy and F1 compared with the comparative model.


Key words: aspect-level sentiment analysis, graph convolutional network, deep BiLSTM, dense connection