Employing EM and Pool-Based Active Learning for Text Classification

Abstract

This paper shows how a text classifier's need for labeled training documents can be reduced by taking advantage of a large pool of unlabeled documents. We modify the Query-by-Committee (QBC) method of active learning to use the unlabeled pool for explicitly estimating document density when selecting examples for labeling. Then active learning is combined with Expectation-Maximization in order to "fill in" the class labels of those documents that remain unlabeled. Experimental results show that the improvements to active learning require less than two-thirds as many labeled training examples as previous QBC approaches, and that the combination of EM and active learning requires only slightly more than half as many labeled training examples to achieve the same accuracy as either the improved active learning or EM alone.

Cite

Text

McCallum and Nigam. "Employing EM and Pool-Based Active Learning for Text Classification." International Conference on Machine Learning, 1998.

Markdown

[McCallum and Nigam. "Employing EM and Pool-Based Active Learning for Text Classification." International Conference on Machine Learning, 1998.](https://mlanthology.org/icml/1998/mccallum1998icml-employing/)

BibTeX

@inproceedings{mccallum1998icml-employing,
  title     = {{Employing EM and Pool-Based Active Learning for Text Classification}},
  author    = {McCallum, Andrew Kachites and Nigam, Kamal},
  booktitle = {International Conference on Machine Learning},
  year      = {1998},
  pages     = {350-358},
  url       = {https://mlanthology.org/icml/1998/mccallum1998icml-employing/}
}