IRAIDec 19, 2022

Query-as-context Pre-training for Dense Passage Retrieval

arXiv:2212.09598v3134 citationsh-index: 32Has Code
Originality Incremental advance
AI Analysis

This is an incremental improvement for dense passage retrieval systems, addressing a specific bottleneck in pre-training methods.

The paper tackles the problem of weakly correlated passage pairs in dense passage retrieval by proposing query-as-context pre-training, which uses passage-query pairs for pre-training and shows considerable gains and faster training on benchmarks.

Recently, methods have been developed to improve the performance of dense passage retrieval by using context-supervised pre-training. These methods simply consider two passages from the same document to be relevant, without taking into account the possibility of weakly correlated pairs. Thus, this paper proposes query-as-context pre-training, a simple yet effective pre-training technique to alleviate the issue. Query-as-context pre-training assumes that the query derived from a passage is more likely to be relevant to that passage and forms a passage-query pair. These passage-query pairs are then used in contrastive or generative context-supervised pre-training. The pre-trained models are evaluated on large-scale passage retrieval benchmarks and out-of-domain zero-shot benchmarks. Experimental results show that query-as-context pre-training brings considerable gains and meanwhile speeds up training, demonstrating its effectiveness and efficiency. Our code will be available at https://github.com/caskcsg/ir/tree/main/cotmae-qc .

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes