A Semidiscrete Matrix Decomposition for Latent Semantic Indexing Information Retrieval

Abstract

The vast amount of textual information available today is useless unless it can be effectively and efficiently searched. The goal in information retrieval is to find documents that are relevant to a given user query. We can represent and document collection by a matrix whose (i, j) entry is nonzero only if the ith term appears in the jth document; thus each document corresponds to a columm vector. The query is also represented as a column vector whose ith term is nonzero only if the ith term appears in the query. We score each document for relevancy by taking its inner product with the query. The highest-scoring documents are considered the most relevant. Unfortunately, this method does not necessarily retrieve all relevant documents because it is based on literal term matching. Latent semantic indexing (LSI) replaces the document matrix with an approximation generated by the truncated singular-value decomposition (SVD). This method has been shown to overcome many difficulties associated with literal term matching. In this article we propose replacing the SVD with the semidiscrete decomposition (SDD). We will describe the SDD approximation, show how to compute it, and compare the SDD-based LSI method to the SVD-based LSI methods. We will show that SDD-based LSI does as well as SVD-based LSI in terms of document retrieval while requiring only one-twentieth the storage and one-half the time to compute each query. We will also show how to update the SDD approximation when documents are added or deleted from the document collection.

Publication
ACM Transactions on Information Systems
Date
Citation
T. G. Kolda, D. P. O’Leary. A Semidiscrete Matrix Decomposition for Latent Semantic Indexing Information Retrieval. ACM Transactions on Information Systems, Vol. 16, No. 4, pp. 322-346, 1998. https://doi.org/10.1145/291128.291131

Keywords

data mining, latent semantic indexing, semidiscrete decomposition, singular-value decomposition, text retrieval

BibTeX

@article{KoOl98,  
author = {Tamara G. Kolda and Dianne P. O'Leary}, 
title = {A Semidiscrete Matrix Decomposition for Latent Semantic Indexing Information Retrieval}, 
journal = {ACM Transactions on Information Systems}, 
volume = {16}, 
number = {4}, 
pages = {322--346}, 
month = {October}, 
year = {1998},
doi = {10.1145/291128.291131},
}