English

Condenser: a Pre-training Architecture for Dense Retrieval

Computation and Language 2021-09-22 v2 Information Retrieval

Abstract

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.

Keywords

Cite

@article{arxiv.2104.08253,
  title  = {Condenser: a Pre-training Architecture for Dense Retrieval},
  author = {Luyu Gao and Jamie Callan},
  journal= {arXiv preprint arXiv:2104.08253},
  year   = {2021}
}

Comments

EMNLP 2021

R2 v1 2026-06-24T01:15:17.190Z