Deep neural network-based classification model for Sentiment Analysis
This work addresses the challenge of implicit sentiment analysis for social media users, but it is incremental as it applies existing deep learning methods to a less-studied problem.
The paper tackled implicit sentiment classification in social media texts by developing deep neural network models, including LSTM, Bi-LSTM, CNN, and a Bi-LSTM with attention mechanism, which achieved optimal performance in positive category identification on a public dataset.
The growing prosperity of social networks has brought great challenges to the sentimental tendency mining of users. As more and more researchers pay attention to the sentimental tendency of online users, rich research results have been obtained based on the sentiment classification of explicit texts. However, research on the implicit sentiment of users is still in its infancy. Aiming at the difficulty of implicit sentiment classification, a research on implicit sentiment classification model based on deep neural network is carried out. Classification models based on DNN, LSTM, Bi-LSTM and CNN were established to judge the tendency of the user's implicit sentiment text. Based on the Bi-LSTM model, the classification model of word-level attention mechanism is studied. The experimental results on the public dataset show that the established LSTM series classification model and CNN classification model can achieve good sentiment classification effect, and the classification effect is significantly better than the DNN model. The Bi-LSTM based attention mechanism classification model obtained the optimal R value in the positive category identification.