“…Text classification refers to the process of categorizing textual data into a set of defined classes. Classical approaches to text classification rely on feature extraction techniques such as n-grams, Bagof-Words, and TF-IDF, a potential dimensionality reduction step, followed by learning a classification model such as Logistic Regression, Naive Bayes, Support Vector Machines, Latent Dirichlet Allocation, and Nearest-Neighbours algorithms (Kowsari et al, 2019;Kiatkawsin et al, 2020). More recently, deep-learning-based language models that are trained using contextualized word representations have been used to achieve state-of-the-art results on a wide range of natural language benchmarks and datasets, including text classification (Devlin et al, 2019;Lewis et al, 2020;Minaee et al, 2021;.…”