Inverted file compression through document identifier reassignment

作者:

Highlights:

摘要

The inverted file is the most popular indexing mechanism for document search in an information retrieval system. Compressing an inverted file can greatly improve document search rate. Traditionally, the d-gap technique is used in the inverted file compression by replacing document identifiers with usually much smaller gap values. However, fluctuating gap values cannot be efficiently compressed by some well-known prefix-free codes. To smoothen and reduce the gap values, we propose a document-identifier reassignment algorithm. This reassignment is based on a similarity factor between documents. We generate a reassignment order for all documents according to the similarity to reassign closer identifiers to the documents having closer relationships. Simulation results show that the average gap values of sample inverted files can be reduced by 30%, and the compression rate of d-gapped inverted file with prefix-free codes can be improved by 15%.

论文关键词:Information retrieval,Inverted file,d-gap,Document identifier reassignment,Traveling salesman problem

论文评审过程:Received 21 August 2001, Accepted 4 January 2002, Available online 8 February 2002.

论文官网地址:https://doi.org/10.1016/S0306-4573(02)00020-1