|
Frontiers of Information Technology & Electronic Engineering
ISSN 2095-9184 (print), ISSN 2095-9230 (online)
2016 Vol.17 No.1 P.1-14
Efficient dynamic pruning on largest scores first (LSF) retrieval
Abstract: Inverted index traversal techniques have been studied in addressing the query processing performance challenges of web search engines, but still leave much room for improvement. In this paper, we focus on the inverted index traversal on document-sorted indexes and the optimization technique called dynamic pruning, which can efficiently reduce the hardware computational resources required. We propose another novel exhaustive index traversal scheme called largest scores first (LSF) retrieval, in which the candidates are first selected in the posting list of important query terms with the largest upper bound scores and then fully scored with the contribution of the remaining query terms. The scheme can effectively reduce the memory consumption of existing term-at-a-time (TAAT) and the candidate selection cost of existing document-at-a-time (DAAT) retrieval at the expense of revisiting the posting lists of the remaining query terms. Preliminary analysis and implementation show comparable performance between LSF and the two well-known baselines. To further reduce the number of postings that need to be revisited, we present efficient rank safe dynamic pruning techniques based on LSF, including two important optimizations called list omitting (LSF_LO) and partial scoring (LSF_PS) that make full use of query term importance. Finally, experimental results with the TREC GOV2 collection show that our new index traversal approaches reduce the query latency by almost 27% over the WAND baseline and produce slightly better results compared with the MaxScore baseline, while returning the same results as exhaustive evaluation.
Key words: Inverted index, Index traversal, Query latency, Largest scores first (LSF) retrieval, Dynamic pruning
创新点:提出最大重要度优先(Largest Scores First,LSF)查询算法,使得具有较高重要度的查询词项所指向的倒排链表能够优先得到处理。提出两种精确的动态剪枝算法:基于LSF的去除倒排链表技术(List Omitting,LSF_LO)和基于LSF的文档部分打分技术(Partial Scoring,LSF_PS)。
方法:首先,通过对现有动态剪枝算法的对比分析得出词项重要度对于搜索引擎top-k查询性能的影响:优先处理重要度较高的查询词项能够快速提升结果集的阈值,从而避免对估计得分较低的文档的处理。其次,通过设计倒排链表实体的各种操作方法来实现对倒排链表按照最大重要度的排序和处理,给出算法的伪码并分析了算法的计算复杂度。最后,利用最大重要度优先查询算法在top-k查询中的优势,实时估计每个倒排项在每计算一个词项的贡献之后的最大可能分数,同时在一个倒排链表遍历结束后估计其剩余最大可能贡献分数,避免对于估计最大得分低于结果集阈值的文档的各种处理操作,从而达到对搜索引擎top-k查询性能的提升。
结论:提出了LSF查询和其上的两种动态剪枝算法LSF_LO和LSF_PS。实验结果表明本文所提LSF查询相比传统DAAT查询在性能上有了明显的提升。
关键词组:
References:
Open peer comments: Debate/Discuss/Question/Opinion
<1>
DOI:
10.1631/FITEE.1500190
CLC number:
TP393
Download Full Text:
Downloaded:
6654
Download summary:
<Click Here>Downloaded:
2007Clicked:
9603
Cited:
1
On-line Access:
2024-08-27
Received:
2023-10-17
Revision Accepted:
2024-05-08
Crosschecked:
2015-12-24