CovDLCNet: LSTM based deep learning network for multiclass sentiment analysis on COVID-19 public tweets

Rubul Kumar Bania
DOI: https://doi.org/10.1007/s11042-023-18042-6
IF: 2.577
2024-01-26
Multimedia Tools and Applications
Abstract:The COVID-19 pandemic has profoundly impacted our daily lives, disrupting the usual course of life as we know it. The persistent and unpredictable nature of the virus outbreak, coupled with the challenges in finding effective treatments and a satisfactory cure rate, has given rise to an environment that significantly affects our mental well-being. This article focuses on analyzing sentiments expressed in thousands of tweets related to the COVID-19 pandemic. To accomplish automated tweet sentiment classification, a novel deep learning model called CovDLCNet is introduced. This model is based on the classical Long Short-Term Memory (LSTM) network, which has proven to be effective in sequence analysis tasks. By employing Python-based libraries, the necessary data acquisition, data pre-processing, and data analysis processes are carried out. As a data preprocessing task tweets are initially cleaned and for removing the duplicate (redundant) and similar types of tweets one graph theoretic approach is proposed. Further by calculating the polarity score, sentiment of the tweets are categorized into three groups (viz., negative , neutral and positive ). Thereafter, by applying the proposed model classifications of the tweets are evaluated. Experimental results show that the proposed model outperforms all other compared models by achieving a 99.23% classification accuracy score. Henceforth, the results suggest that the proposed model performed better than other six compared models viz., LSTM-M1, LSTM-M2, CNN-LSTM, Bernoulli Naïve Bayes (BNB), Logistic regression (LR) and Random forest (RF) for classifying the sentiment of the tweets into negative , neutral and positive categories.
computer science, information systems, theory & methods,engineering, electrical & electronic, software engineering
What problem does this paper attempt to address?