Active Learning with Committees for Text Categorization

Abstract

In many real-world domains, supervised learning requires a large number of training examples. In this paper, we describe an active learning method that uses a committee of learners to reduce the number of training examples required for learning. Our approach is similar to the Query by Committee framework, where disagreement among the committee members on the predicted label for the input part of the example is used to signal the need for knowing the actual value of the label. Our experiments are conducted in the text categorization domain, which is characterized by a large number of features, many ofwhich are irrelevant. We report here on experiments using a committee of Winnowbased learners and demonstrate that this approach can reduce the number of labeled training examples required over that used by a single Winnow learner by 1-2 orders of magnitude. 1.

Cite

Text

Liere and Tadepalli. "Active Learning with Committees for Text Categorization." AAAI Conference on Artificial Intelligence, 1997.

Markdown

[Liere and Tadepalli. "Active Learning with Committees for Text Categorization." AAAI Conference on Artificial Intelligence, 1997.](https://mlanthology.org/aaai/1997/liere1997aaai-active/)

BibTeX

@inproceedings{liere1997aaai-active,
  title     = {{Active Learning with Committees for Text Categorization}},
  author    = {Liere, Ray and Tadepalli, Prasad},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1997},
  pages     = {591-596},
  url       = {https://mlanthology.org/aaai/1997/liere1997aaai-active/}
}