A Neural Corpus Indexer for Document Retrieval
About
Current state-of-the-art document retrieval solutions mainly follow an index-retrieve paradigm, where the index is hard to be directly optimized for the final retrieval target. In this paper, we aim to show that an end-to-end deep neural network unifying training and indexing stages can significantly improve the recall performance of traditional methods. To this end, we propose Neural Corpus Indexer (NCI), a sequence-to-sequence network that generates relevant document identifiers directly for a designated query. To optimize the recall performance of NCI, we invent a prefix-aware weight-adaptive decoder architecture, and leverage tailored techniques including query generation, semantic document identifiers, and consistency-based regularization. Empirical studies demonstrated the superiority of NCI on two commonly used academic benchmarks, achieving +21.4% and +16.8% relative enhancement for Recall@1 on NQ320k dataset and R-Precision on TriviaQA dataset, respectively, compared to the best baseline method.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Information Retrieval | ClueWeb 500K | nDCG@527.83 | 21 | |
| Information Retrieval | Gov 500K | nDCG@50.4635 | 21 | |
| Document Retrieval | NQ (test) | Hits@164.24 | 18 | |
| Question Answering Retrieval | Natural Questions NQ320k | HR@10.659 | 13 | |
| Information Retrieval | NQ320K (test) | Hits@10.6623 | 8 |