標題: Fast query evaluation through document identifier assignment for inverted file-based information retrieval systems
作者: Cheng, CS
Chung, CP
Shann, JJJ
資訊工程學系
Department of Computer Science
關鍵字: inverted index;inverted file compression;query evaluation;document identifier assignment;d-gap technique
公開日期: 1-五月-2006
摘要: Compressing an inverted file can greatly improve query performance of an information retrieval system (IRS) by reducing disk I/Os. We observe that a good document identifier assignment (DIA) can make the document identifiers in the posting lists more clustered, and result in better compression as well as shorter query processing time. In this paper, we tackle the NP-complete problem of finding an optimal DIA to minimize the average query processing time in an IRS when the probability distribution of query terms is given. We indicate that the greedy nearest neighbor (Greedy-NN) algorithm can provide excellent performance for this problem. However, the Greedy-NN algorithm is inappropriate if used in large-scale IRSs, due to its high complexity O(N-2 x n), where N denotes the number of documents and n denotes the number of distinct terms. In real-world IRSs, the distribution of query terms is skewed. Based on this fact, we propose a fast O(N x n) heuristic, called partition-based document identifier assignment (PBDIA) algorithm, which can efficiently assign consecutive document identifiers to those documents containing frequently used query terms, and improve compression efficiency of the posting lists for those terms. This can result in reduced query processing time. The experimental results show that the PBDIA algorithm can yield a competitive performance versus the Greedy-NN for the DIA problem, and that this optimization problem has significant advantages for both long queries and parallel information retrieval (IR). (c) 2005 Elsevier Ltd. All rights reserved.
URI: http://dx.doi.org/10.1016/j.ipm.2005.05.003
http://hdl.handle.net/11536/12338
ISSN: 0306-4573
DOI: 10.1016/j.ipm.2005.05.003
期刊: INFORMATION PROCESSING & MANAGEMENT
Volume: 42
Issue: 3
起始頁: 729
結束頁: 750
顯示於類別:期刊論文


文件中的檔案:

  1. 000233552400010.pdf

若為 zip 檔案,請下載檔案解壓縮後,用瀏覽器開啟資料夾中的 index.html 瀏覽全文。