Proximity Scoring Using Sentence-Based Inverted Index for Practical Full-Text Search

We propose a search method that uses sentence-based inverted indexes to achieve high accuracy at practical speeds. The proposed method well supports the vast majority of queries entered on the web; these queries contain single words, multiple words for proximity searches, and semantically direct phrases. The existing approach, the inverted index which holds word-level position data is not efficient, because the size of index becomes extremely large. Our solution is to drop the word position data and index only the existence of each word in each sentence. We incorporate the sentence-based inverted index into a commercial search engine and evaluate it using both Japanese and English standard IR corpuses. The experiment shows that our method offers high accuracy, while index size and search processing time are greatly reduced.

[1]  Stephen E. Robertson,et al.  Okapi at TREC-3 , 1994, TREC.

[2]  JUSTIN ZOBEL,et al.  Inverted files for text search engines , 2006, CSUR.

[3]  Ian H. Witten,et al.  Managing gigabytes (2nd ed.): compressing and indexing documents and images , 1999 .

[4]  Tao Tao,et al.  An exploration of proximity measures in information retrieval , 2007, SIGIR.

[5]  Hugh E. Williams,et al.  Compression of inverted indexes For fast query evaluation , 2002, SIGIR '02.

[6]  Massimo Melucci,et al.  Evaluation of web document retrieval: a SIGIR'99 workshop , 1999, SIGF.

[7]  Keishi Tajima,et al.  Improving Web Retrieval Precision Based on Semantic Relationships and Proximity of Query Keywords , 2006, DEXA.

[8]  Hinrich Schütze,et al.  Introduction to information retrieval , 2008 .

[9]  Gonzalo Navarro,et al.  Compressed full-text indexes , 2007, CSUR.

[10]  James P. Callan,et al.  Passage-level evidence in document retrieval , 1994, SIGIR '94.

[11]  Otis Gospodnetic,et al.  Lucene in Action (In Action series) , 2004 .

[12]  Hitoshi Isahara,et al.  IREX: IR & IE Evaluation Project in Japanese , 2000, LREC.

[13]  Donald R. Morrison,et al.  PATRICIA—Practical Algorithm To Retrieve Information Coded in Alphanumeric , 1968, J. ACM.

[14]  Ian H. Witten,et al.  Managing Gigabytes: Compressing and Indexing Documents and Images , 1999 .

[15]  G Salton,et al.  Developments in Automatic Text Retrieval , 1991, Science.

[16]  Donna K. Harman,et al.  Overview of the Eighth Text REtrieval Conference (TREC-8) , 1999, TREC.

[17]  Wenfei Fan,et al.  Keys with Upward Wildcards for XML , 2001, DEXA.

[18]  Douglas Comer,et al.  Ubiquitous B-Tree , 1979, CSUR.