Deep learning-based sentiment analysis of movie reviews

Yuqiao. Lou
DOI: https://doi.org/10.1117/12.2675234
2023-05-25
Abstract:Sentiment analysis, sometimes regarded as sentiment classification or opinion mining, can be utilized to assess public perceptions of certain products, occasions, people or ideas. There is a wide range of applications for sentiment analysis, including detecting the overall sentiment of text documents, identifying positive and negative opinions expressed in texts, and predicting the future stock market trend based on social media sentiment. In this study, the convolutional neural networks are employed to categorize the sentiment of English movie reviews, i.e., the CNNs are utilized to detect whether a review is positive or negative. Two text representation techniques, the bag-of-words model and TF-IDF, are applied to convert the movie reviews into numerical representation before transmitting the processed data to the CNN model. According to the model's prediction results on the testing set after training, the text processed with the bag-of-word model achieves a higher classification accuracy of 84.84% in the proposed CNN framework, while the TF-IDF for text processing has better precision of 88.96%.
Computer Science,Engineering
What problem does this paper attempt to address?