Topic Classification from Text Using Decision Tree, K-NN and Multinomial Naïve Bayes
2019-05-031st International Conference on Advances in Science, Engineering and Robotics Technology (ICASERT) 2019Code Available0· sign in to hype
Md. Ataur Rahman, Yeasmin Ara Akter
Code Available — Be the first to reproduce this paper.
ReproduceCode
Abstract
One of the central motivations behind Natural Language Processing is detecting patterns. Given a text document, the task of identifying the context is known to be as topic classification. This paper explores the performance of three different classifiers namely Decision Tree, K-Nearest Neighbors, and Multinomial Naive Bayes on a topic classification task (with six topic classes). The evaluation is done on the basis of accuracy, precision, recall, and f1-score based results. Among those three aforementioned classifiers, we have selected the Multinomial Naïve Bayes a sour best model using which we achieved 91.8% accuracy.