We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Questions Are All You Need to Train a Dense Passage Retriever

Abstract: We introduce ART, a new corpus-level autoencoding approach for training dense retrieval models that does not require any labeled training data. Dense retrieval is a central challenge for open-domain tasks, such as Open QA, where state-of-the-art methods typically require large supervised datasets with custom hard-negative mining and denoising of positive examples. ART, in contrast, only requires access to unpaired inputs and outputs (e.g. questions and potential answer documents). It uses a new document-retrieval autoencoding scheme, where (1) an input question is used to retrieve a set of evidence documents, and (2) the documents are then used to compute the probability of reconstructing the original question. Training for retrieval based on question reconstruction enables effective unsupervised learning of both document and question encoders, which can be later incorporated into complete Open QA systems without any further finetuning. Extensive experiments demonstrate that ART obtains state-of-the-art results on multiple QA retrieval benchmarks with only generic initialization from a pre-trained language model, removing the need for labeled data and task-specific losses.
Comments: Accepted to TACL, pre MIT Press publication version
Subjects: Computation and Language (cs.CL); Information Retrieval (cs.IR)
Cite as: arXiv:2206.10658 [cs.CL]
  (or arXiv:2206.10658v4 [cs.CL] for this version)

Submission history

From: Devendra Singh Sachan [view email]
[v1] Tue, 21 Jun 2022 18:16:31 GMT (665kb,D)
[v2] Sun, 1 Jan 2023 16:43:33 GMT (1134kb,D)
[v3] Sun, 22 Jan 2023 14:07:11 GMT (674kb,D)
[v4] Mon, 3 Apr 2023 00:28:34 GMT (674kb,D)

Link back to: arXiv, form interface, contact.