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

Computer Engineering & Science ›› 2024, Vol. 46 ›› Issue (06): 1112-1120.

• Artificial Intelligence and Data Mining • Previous Articles     Next Articles

A financial implicit sentiment analysis model based on sentiment enhancement and semantic dependency

ZHANG Yu-ying1,2,ZHU Guang-li1,2,TAN Guang-pu1,2   

  1. (1.School of Computer Science and Engineering,Anhui University of Science and Technology,Huainan 232001;
    2.Institute of Artificial Intelligence Research,Hefei Comprehensive National Science Center,Hefei 230088,China)
  • Received:2023-09-04 Revised:2023-10-27 Accepted:2024-06-25 Online:2024-06-25 Published:2024-06-18

Abstract: Financial sentiment analysis is a technology to judge the sentiment orientation of financial texts, which is widely used in public opinion analysis and regulatory coordination. Because financial texts contain implicit sentiment information, it is difficult to directly determine the sentiment polarity according to sentiment features. To address this problem, a financial implicit sentiment analysis model based on sentiment enhancement and semantic dependency (FSED) is proposed to improve the accuracy of classification. Firstly, FinBERT is used to generate word vectors, which are then input into Bi-GRU to extract contextual semantic information. A dual-polarity attention mechanism is constructed by embedding positive and negative sentiment word vectors to extract sentiment feature vectors in two contexts. Then, based on semantic dependency graph of the text, dependency relationships and relationship type matrix are established. By combining these two matrices with the top-k strategy, a selection attention matrix is constructed. This matrix is then input into the graph convolutional network to extract semantic dependency features of the text. Finally, the features from sentiment enhancement and semantic dependency are fused, and compressed using average pooling and max pooling layers. After that, the features are input into fully connected layers and Softmax to obtain the classification results. Experimental results show that compared with A-GCN, FSED can improve the accuracy of implicit sentiment analysis in the financial field.

Key words: financial implicit sentiment analysis, FinBERT, dual-polarity attention mechanism, semantic dependency graph, selection attention matrix