paper-with-me

홈 › Papers

Questions Are All You Need to Train a Dense Passage Retriever

2022-06-21 · Devendra Singh Sachan, Mike Lewis, Dani Yogatama, Luke Zettlemoyer, Joelle Pineau, Manzil Zaheer

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.

📄 PDF Abstract BibTeX arXiv:2206.10658

Code (1)

DevSinghSachan/art 공식 구현 pytorch

Tasks

AllDenoisingLanguage ModelingLanguage ModellingRetrieval

Similar Papers 제목 키워드 기반

A Multimodal Dense Retrieval Approach for Speech-Based Open-Domain Question Answering

2024-09-20 · Georgios Sidiropoulos, Evangelos Kanoulas

Speech-based open-domain question answering (QA over a large corpus of text passages with spoken questions) has emerged as an important task due to the increasing number of users interacting with QA systems via speech in…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Open-Domain Question AnsweringPassage Retrieval+4

Saving Dense Retriever from Shortcut Dependency in Conversational Search

2022-02-15 · Sungdong Kim, Gangwoo Kim

Conversational search (CS) needs a holistic understanding of conversational inputs to retrieve relevant passages. In this paper, we demonstrate the existence of a retrieval shortcut in CS, which causes models to retrieve…

Conversational SearchRetrieval

Dense Hierarchical Retrieval for Open-Domain Question Answering

2021-10-28 · Findings (EMNLP) 2021 11 · Ye Liu, Kazuma Hashimoto, Yingbo Zhou, Semih Yavuz 외

Dense neural text retrieval has achieved promising results on open-domain Question Answering (QA), where latent representations of questions and passages are exploited for maximum inner product search in the retrieval pr…

Open-Domain Question AnsweringQuestion AnsweringRetrievalText Retrieval

Poisoning Retrieval Corpora by Injecting Adversarial Passages

2023-10-29 · Zexuan Zhong, Ziqing Huang, Alexander Wettig, Danqi Chen

Dense retrievers have achieved state-of-the-art performance in various information retrieval tasks, but to what extent can they be safely deployed in real-world applications? In this work, we propose a novel attack for d…

Information RetrievalNatural QuestionsRetrieval

Passage Retrieval for Outside-Knowledge Visual Question Answering

2021-05-09 · Chen Qu, Hamed Zamani, Liu Yang, W. Bruce Croft 외

In this work, we address multi-modal information needs that contain text questions and images by focusing on passage retrieval for outside-knowledge visual question answering. This task requires access to outside knowled…

Image CaptioningObjectPassage RetrievalQuestion Answering+3