Transductive Inference for Text Classification Using Support Vector Machines

Abstract

This paper introduces Transductive Support Vector Machines (TSVMs) for text classification. While regular Support Vector Machines (SVMs) try to induce a general decision function for a learning task, Transductive Support Vector Machines take into account a particular test set and try to minimize misclassifications of just those particular examples. The paper presents an analysis of why TSVMs are well suited for text classification. These theoretical findings are supported by experiments on three test collections. The experiments show substantial improvements over inductive methods, especially for small training sets, cutting the number of labeled training examples down to a twentieth on some tasks. This work also proposes an algorithm for training TSVMs efficiently, handling 10,000 examples and more.

Cite

Text

Joachims. "Transductive Inference for Text Classification Using Support Vector Machines." International Conference on Machine Learning, 1999.

Markdown

[Joachims. "Transductive Inference for Text Classification Using Support Vector Machines." International Conference on Machine Learning, 1999.](https://mlanthology.org/icml/1999/joachims1999icml-transductive/)

BibTeX

@inproceedings{joachims1999icml-transductive,
  title     = {{Transductive Inference for Text Classification Using Support Vector Machines}},
  author    = {Joachims, Thorsten},
  booktitle = {International Conference on Machine Learning},
  year      = {1999},
  pages     = {200-209},
  url       = {https://mlanthology.org/icml/1999/joachims1999icml-transductive/}
}