A Genetic Algorithm for Text Classification Rule Induction

Abstract

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 ∈  d or ... or t _ n  ∈  d and not ( t _ n  + 1 ∈  d or ... or t _ n  +  m  ∈  d ) holds”, where each t _ i is a term. Olex-GA relies on an efficient 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-21578 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.

Cite

Text

Pietramala et al. "A Genetic Algorithm for Text Classification Rule Induction." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008. doi:10.1007/978-3-540-87481-2_13

Markdown

[Pietramala et al. "A Genetic Algorithm for Text Classification Rule Induction." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2008.](https://mlanthology.org/ecmlpkdd/2008/pietramala2008ecmlpkdd-genetic/) doi:10.1007/978-3-540-87481-2_13

BibTeX

@inproceedings{pietramala2008ecmlpkdd-genetic,
  title     = {{A Genetic Algorithm for Text Classification Rule Induction}},
  author    = {Pietramala, Adriana and Policicchio, Veronica L. and Rullo, Pasquale and Sidhu, Inderbir},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2008},
  pages     = {188-203},
  doi       = {10.1007/978-3-540-87481-2_13},
  url       = {https://mlanthology.org/ecmlpkdd/2008/pietramala2008ecmlpkdd-genetic/}
}