An approach to text classification using dimensionality reduction and combination of classifiers
Generate an AI Snapshot to get a quick, structured summary of this paper.
A concise AI-generated summary of the paper will appear here once you click Generate AI Snapshot.
TL;DR
Experiments conducted on the Reuters 21578 dataset indicate that the combination approach provides an improved and scalable method for text classification and that concept indexing helps with classification accuracy in addition to efficiency and scalability.
Abstract
Text classification involves assignment of predetermined categories to textual resources. Applications of text classification include recommendation systems, personalization, help desk automation, content filtering and routing, selective alerting, and text mining. This paper describes an experiment for improving the classification accuracy of a large text corpus by the use of dimensionality reduction and multiple-classifier combination techniques. Three different classifiers have been used namely Naive Bayes, J48 decision tree and decision table. The results of these classifiers are combined using techniques such as simple voting, weighted voting and probability-based voting. The classification accuracy is further improved by the use of a dimensionality reduction method based on concept indexing. Experiments conducted on the Reuters 21578 dataset indicate that the combination approach provides an improved and scalable method for text classification. Also, it is observed that concept indexing helps with classification accuracy in addition to efficiency and scalability.
