IEEE Access (Jan 2023)

MCNN-LSTM: Combining CNN and LSTM to Classify Multi-Class Text in Imbalanced News Data

  • Khan Md Hasib,
  • Sami Azam,
  • Asif Karim,
  • Ahmed Al Marouf,
  • F M Javed Mehedi Shamrat,
  • Sidratul Montaha,
  • Kheng Cher Yeo,
  • Mirjam Jonkman,
  • Reda Alhajj,
  • Jon G. Rokne

DOI
https://doi.org/10.1109/ACCESS.2023.3309697
Journal volume & issue
Vol. 11
pp. 93048 – 93063

Abstract

Read online

Searching, retrieving, and arranging text in ever-larger document collections necessitate more efficient information processing algorithms. Document categorization is a crucial component of various information processing systems for supervised learning. As the quantity of documents grows, the performance of classic supervised classifiers has deteriorated because of the number of document categories. Assigning documents to a predetermined set of classes is called text classification. It is utilized extensively in a wide range of data-intensive applications. However, the fact that real-world implementations of these models are plagued with shortcomings begs for more investigation. Imbalanced datasets hinder the most prevalent high-performance algorithms. In this paper, we propose an approach name multi-class Convolutional Neural Network (MCNN)-Long Short-Time Memory (LSTM), which combines two deep learning techniques, Convolutional Neural Network (CNN) and Long Short-Time Memory, for text classification in news data. CNN’s are used as feature extractors for the LSTMs on text input data and have the spatial structure of words in a sentence, paragraph, or document. The dataset is also imbalanced, and we use the Tomek-Link algorithm to balance the dataset and then apply our model, which shows better performance in terms of F1-score (98%) and Accuracy (99.71%) than the existing works. The combination of deep learning techniques used in our approach is ideal for the classification of imbalanced datasets with underrepresented categories. Hence, our method outperformed other machine learning algorithms in text classification by a large margin. We also compare our results with traditional machine learning algorithms in terms of imbalanced and balanced datasets.

Keywords