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

How to Train Your DRAGON: Diverse Augmentation Towards Generalizable Dense Retrieval

About

Various techniques have been developed in recent years to improve dense retrieval (DR), such as unsupervised contrastive learning and pseudo-query generation. Existing DRs, however, often suffer from effectiveness tradeoffs between supervised and zero-shot retrieval, which some argue was due to the limited model capacity. We contradict this hypothesis and show that a generalizable DR can be trained to achieve high accuracy in both supervised and zero-shot retrieval without increasing model size. In particular, we systematically examine the contrastive learning of DRs, under the framework of Data Augmentation (DA). Our study shows that common DA practices such as query augmentation with generative models and pseudo-relevance label creation using a cross-encoder, are often inefficient and sub-optimal. We hence propose a new DA approach with diverse queries and sources of supervision to progressively train a generalizable DR. As a result, DRAGON, our dense retriever trained with diverse augmentation, is the first BERT-base-sized DR to achieve state-of-the-art effectiveness in both supervised and zero-shot evaluations and even competes with models using more complex late interaction (ColBERTv2 and SPLADE++).

Sheng-Chieh Lin, Akari Asai, Minghan Li, Barlas Oguz, Jimmy Lin, Yashar Mehdad, Wen-tau Yih, Xilun Chen• 2023

Related benchmarks

TaskDatasetResultRank
RetrievalMS MARCO (dev)
MRR@100.393
84
Information RetrievalBEIR (test)--
76
Question AnsweringNarrativeQA (test)
ROUGE-L54.2
61
Information RetrievalBEIR
TREC-COVID0.759
59
Question AnsweringMuSiQue (test)
F1 Score30.2
43
RetrievalTREC-DL aggregate (test)
NDCG@105.11
38
Information RetrievalMS MARCO DL2019
nDCG@1074.4
26
Question AnsweringQASPER (test)
F1 Score (Match)46.9
16
Information RetrievalMS MARCO DL2020
NDCG@1072.9
12
Conversational RetrievalTopiOCQA
Recall@573.07
8
Showing 10 of 15 rows

Other info

Code

Follow for update