Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Understanding Differential Search Index for Text Retrieval

About

The Differentiable Search Index (DSI) is a novel information retrieval (IR) framework that utilizes a differentiable function to generate a sorted list of document identifiers in response to a given query. However, due to the black-box nature of the end-to-end neural architecture, it remains to be understood to what extent DSI possesses the basic indexing and retrieval abilities. To mitigate this gap, in this study, we define and examine three important abilities that a functioning IR framework should possess, namely, exclusivity, completeness, and relevance ordering. Our analytical experimentation shows that while DSI demonstrates proficiency in memorizing the unidirectional mapping from pseudo queries to document identifiers, it falls short in distinguishing relevant documents from random ones, thereby negatively impacting its retrieval effectiveness. To address this issue, we propose a multi-task distillation approach to enhance the retrieval quality without altering the structure of the model and successfully endow it with improved indexing abilities. Through experiments conducted on various datasets, we demonstrate that our proposed method outperforms previous DSI baselines.

Xiaoyang Chen, Yanjiang Liu, Ben He, Le Sun, Yingfei Sun• 2023

Related benchmarks

TaskDatasetResultRank
Document RetrievalNQ 320k (test)
Hits@123.92
23
Information RetrievalTREC DL 2020 (test)
NDCG@100.7983
15
Document RetrievalMS Marco 100k (dev)
Hits@167.39
14
Document RetrievalMS Marco 300k (dev)
Hits@10.5746
14
Information RetrievalTREC DL 2019 (test)
NDCG@1079.2
9
Showing 5 of 5 rows

Other info

Code

Follow for update