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

Large Dual Encoders Are Generalizable Retrievers

About

It has been shown that dual encoders trained on one domain often fail to generalize to other domains for retrieval tasks. One widespread belief is that the bottleneck layer of a dual encoder, where the final score is simply a dot-product between a query vector and a passage vector, is too limited to make dual encoders an effective retrieval model for out-of-domain generalization. In this paper, we challenge this belief by scaling up the size of the dual encoder model {\em while keeping the bottleneck embedding size fixed.} With multi-stage training, surprisingly, scaling up the model size brings significant improvement on a variety of retrieval tasks, especially for out-of-domain generalization. Experimental results show that our dual encoders, \textbf{G}eneralizable \textbf{T}5-based dense \textbf{R}etrievers (GTR), outperform %ColBERT~\cite{khattab2020colbert} and existing sparse and dense retrievers on the BEIR dataset~\cite{thakur2021beir} significantly. Most surprisingly, our ablation study finds that GTR is very data efficient, as it only needs 10\% of MS Marco supervised data to achieve the best out-of-domain performance. All the GTR models are released at https://tfhub.dev/google/collections/gtr/1.

Jianmo Ni, Chen Qu, Jing Lu, Zhuyun Dai, Gustavo Hern\'andez \'Abrego, Ji Ma, Vincent Y. Zhao, Yi Luan, Keith B. Hall, Ming-Wei Chang, Yinfei Yang• 2021

Related benchmarks

TaskDatasetResultRank
Language UnderstandingMMLU
Accuracy62.3
756
ReasoningBBH
Accuracy44.6
507
Multi-hop Question AnsweringHotpotQA (test)
F171
198
Multi-hop Question Answering2WikiMultiHopQA (test)--
143
Multi-hop Question AnsweringMuSiQue (test)
F140.9
111
RetrievalMS MARCO (dev)
MRR@100.388
84
Information RetrievalBEIR (test)
TREC-COVID Score61.2
76
Passage retrievalTriviaQA (test)
Top-100 Acc86.6
67
Question AnsweringNQ (test)--
66
RetrievalNatural Questions (test)
Top-5 Recall63.4
62
Showing 10 of 87 rows
...

Other info

Code

Follow for update