Condenser: a Pre-training Architecture for Dense Retrieval
About
Pre-trained Transformer language models (LM) have become go-to text representation encoders. Prior research fine-tunes deep LMs to encode text sequences such as sentences and passages into single dense vector representations for efficient text comparison and retrieval. However, dense encoders require a lot of data and sophisticated techniques to effectively train and suffer in low data situations. This paper finds a key reason is that standard LMs' internal attention structure is not ready-to-use for dense encoders, which needs to aggregate text information into the dense representation. We propose to pre-train towards dense encoder with a novel Transformer architecture, Condenser, where LM prediction CONditions on DENSE Representation. Our experiments show Condenser improves over standard LM by large margins on various text retrieval and similarity tasks.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Passage retrieval | MsMARCO (dev) | MRR@1036.6 | 116 | |
| Retrieval | MS MARCO (dev) | MRR@100.366 | 84 | |
| Information Retrieval | BEIR v1.0.0 (test) | ArguAna29.8 | 55 | |
| Passage retrieval | Natural Questions (NQ) (test) | Top-20 Accuracy83.2 | 45 | |
| Passage Ranking | TREC DL 2019 | NDCG@100.698 | 24 | |
| Passage retrieval | MS MARCO (dev) | MRR@1036.6 | 17 | |
| Dense Retrieval | BEIR zero-shot | TREC-COVID75 | 13 | |
| Dense Retrieval | Natural Question (test) | Recall@1075.62 | 9 | |
| Information Retrieval | Natural Question | Recall@1079.03 | 9 | |
| Passage retrieval | MS MARCO DL'19 | NDCG@1069.8 | 8 |