A Case Study of Chinese Sentiment Analysis on Social Media Reviews Based on LSTM
This work addresses sentiment analysis for Chinese social media monitoring, but it is incremental as it uses an existing method on new data.
The study tackled sentiment analysis of Chinese social media reviews by applying an LSTM model to data from Sina Weibo, achieving an accuracy of approximately 92%.
Network public opinion analysis is obtained by a combination of natural language processing (NLP) and public opinion supervision, and is crucial for monitoring public mood and trends. Therefore, network public opinion analysis can identify and solve potential and budding social problems. This study aims to realize an analysis of Chinese sentiment in social media reviews using a long short-term memory network (LSTM) model. The dataset was obtained from Sina Weibo using a web crawler and was cleaned with Pandas. First, Chinese comments regarding the legal sentencing in of Tangshan attack and Jiang Ge Case were segmented and vectorized. Then, a binary LSTM model was trained and tested. Finally, sentiment analysis results were obtained by analyzing the comments with the LSTM model. The accuracy of the proposed model has reached approximately 92%.