Latent Semantic Kernels

Abstract

Kernel methods like Support Vector Machines have successfully been used for text categorization. A standard choice of kernel function has been the inner product between the vector-space representationoftwo documents, in analogy with classical information retrieval (IR) approaches. Latent Semantic Indexing (LSI) has been successfully used for IR purposes as a technique for capturing semantic relations between terms and inserting them into the similarity measure between two documents. One of its main drawbacks, in IR, is its computational cost. In this paper we describe how the LSI approach can be implemented in a kernel-de ned feature space. We provide experimental results demonstrating that the approach can significantly improve performance, and that it does not impair it.

Cite

Text

Cristianini et al. "Latent Semantic Kernels." International Conference on Machine Learning, 2001. doi:10.1023/A:1013625426931

Markdown

[Cristianini et al. "Latent Semantic Kernels." International Conference on Machine Learning, 2001.](https://mlanthology.org/icml/2001/cristianini2001icml-latent/) doi:10.1023/A:1013625426931

BibTeX

@inproceedings{cristianini2001icml-latent,
  title     = {{Latent Semantic Kernels}},
  author    = {Cristianini, Nello and Shawe-Taylor, John and Lodhi, Huma},
  booktitle = {International Conference on Machine Learning},
  year      = {2001},
  pages     = {66-73},
  doi       = {10.1023/A:1013625426931},
  url       = {https://mlanthology.org/icml/2001/cristianini2001icml-latent/}
}