Paper abstractA Genetic Algorithm for Text Classification Rule InductionAdriana Pietramala - University of Calabria, Rende, ItalyVeronica L. Policicchio - University of Calabria, Rende, Italy Pasquale Rullo - University of Calabria, Rende, Italy Inderbir Sidhu - Kenetica Ltd, Chicago, IL-USA Session: Learning and Mining Text and NLP Springer Link: http://dx.doi.org/10.1007/978-3-540-87481-2_13 This paper presents a Genetic Algorithm, called Olex-GA, for the induction of rule-based text classifiers of the form ``classify document $d$ under category $c$ if $t_1 in d$ or ... or $t_n in d$ and not ($t_{n+1} in d$ or ... or $t_{n+m} in d$) holds'', where each $t_i$ is a term. Olex-GA relies on an efficient emph{several-rules-per-individual} binary representation and uses the $F$-measure as the fitness function. The proposed approach is tested over the standard test sets Reuters and Ohsumed and compared against several classification algorithms (namely, Naive Bayes, Ripper, C4.5, SVM). Experimental results demonstrate that it achieves very good performance on both data collections, showing to be competitive with (and indeed outperforming in some cases) the evaluated classifiers. |