paper-with-me

홈 › Papers

Learning to Retrieve Passages without Supervision

2021-12-14 · NAACL 2022 7 · Ori Ram, Gal Shachaf, Omer Levy, Jonathan Berant, Amir Globerson

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled data can be reduced via unsupervised pretraining that is geared towards ODQA. We show this is in fact possible, via a novel pretraining scheme designed for retrieval. Our "recurring span retrieval" approach uses recurring spans across passages in a document to create pseudo examples for contrastive learning. Our pretraining scheme directly controls for term overlap across pseudo queries and relevant passages, thus allowing to model both lexical and semantic relations between them. The resulting model, named Spider, performs surprisingly well without any labeled training examples on a wide range of ODQA datasets. Specifically, it significantly outperforms all other pretrained baselines in a zero-shot setting, and is competitive with BM25, a strong sparse baseline. Moreover, a hybrid retriever over Spider and BM25 improves over both, and is often competitive with DPR models, which are trained on tens of thousands of examples. Last, notable gains are observed when using Spider as an initialization for supervised training.

📄 PDF Abstract BibTeX arXiv:2112.07708

Code (1)

oriram/spider 공식 구현 pytorch

Tasks

Contrastive LearningOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Relevance-guided Supervision for OpenQA with ColBERT

2020-07-01 · Omar Khattab, Christopher Potts, Matei Zaharia

Systems for Open-Domain Question Answering (OpenQA) generally depend on a retriever for finding candidate passages in a large corpus and a reader for extracting answers from those passages. In much recent work, the retri…

Natural QuestionsOpen-Domain Question AnsweringQuestion AnsweringRetrieval+1

Baleen: Robust Multi-Hop Reasoning at Scale via Condensed Retrieval

2021-01-02 · NeurIPS 2021 12 · Omar Khattab, Christopher Potts, Matei Zaharia

Multi-hop reasoning (i.e., reasoning across two or more documents) is a key ingredient for NLP models that leverage large corpora to exhibit broad knowledge. To retrieve evidence passages, multi-hop models must contend w…

Claim VerificationQuestion AnsweringRetrieval

Rider: Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

Current open-domain question answering systems often follow a Retriever-Reader architecture, where the retriever first retrieves relevant passages and the reader then reads the retrieved passages to form an answer. In th…

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion Answering+3

Evidentiality-aware Retrieval for Overcoming Abstractiveness in Open-Domain Question Answering

2023-04-06 · Yongho Song, Dahyun Lee, Myungha Jang, Seung-won Hwang 외

The long-standing goal of dense retrievers in abtractive open-domain question answering (ODQA) tasks is to learn to capture evidence passages among relevant passages for any given query, such that the reader produce fact…

Contrastive LearningcounterfactualOpen-Domain Question AnsweringPassage Retrieval+3

Hindsight: Posterior-guided training of retrievers for improved open-ended generation

2021-10-14 · ICLR 2022 4 · Ashwin Paranjape, Omar Khattab, Christopher Potts, Matei Zaharia 외

Many text generation systems benefit from using a retriever to retrieve passages from a textual knowledge corpus (e.g., Wikipedia) which are then provided as additional context to the generator. For open-ended generation…

Text Generation