| Literature DB >> 28520747 |
Mingxi Zhang1,2, Pohan Li2, Wei Wang2.
Abstract
Latent Semantic Analysis (LSA) is widely used for finding the documents whose semantic is similar to the query of keywords. Although LSA yield promising similar results, the existing LSA algorithms involve lots of unnecessary operations in similarity computation and candidate check during on-line query processing, which is expensive in terms of time cost and cannot efficiently response the query request especially when the dataset becomes large. In this paper, we study the efficiency problem of on-line query processing for LSA towards efficiently searching the similar documents to a given query. We rewrite the similarity equation of LSA combined with an intermediate value called partial similarity that is stored in a designed index called partial index. For reducing the searching space, we give an approximate form of similarity equation, and then develop an efficient algorithm for building partial index, which skips the partial similarities lower than a given threshold θ. Based on partial index, we develop an efficient algorithm called ILSA for supporting fast on-line query processing. The given query is transformed into a pseudo document vector, and the similarities between query and candidate documents are computed by accumulating the partial similarities obtained from the index nodes corresponds to non-zero entries in the pseudo document vector. Compared to the LSA algorithm, ILSA reduces the time cost of on-line query processing by pruning the candidate documents that are not promising and skipping the operations that make little contribution to similarity scores. Extensive experiments through comparison with LSA have been done, which demonstrate the efficiency and effectiveness of our proposed algorithm.Entities:
Mesh:
Year: 2017 PMID: 28520747 PMCID: PMC5433746 DOI: 10.1371/journal.pone.0177523
Source DB: PubMed Journal: PLoS One ISSN: 1932-6203 Impact factor: 3.240
Fig 1Example of partial index.
Fig 2Example of partial index under θ = 0.005.
Fig 3NDCG on varying θ.
Fig 4NDCG on varying k.
Fig 5NDCG on varying r.
Fig 6Query processing time on varying θ.
Fig 7Query processing time on varying r.
Fig 8Query processing time on varying k.
Fig 9Index building time on varying θ.
Fig 10Index building time on varying r.
Fig 11On-line query processing time on varying N.
Fig 12Index building time on varying N.
Fig 13NDCG on varying N.