paper-with-me

홈 › Papers

RocketQA: An Optimized Training Approach to Dense Passage Retrieval for Open-Domain Question Answering

2020-10-16 · NAACL 2021 4 · Yingqi Qu, Yuchen Ding, Jing Liu, Kai Liu, Ruiyang Ren, Wayne Xin Zhao, daxiang dong, Hua Wu, Haifeng Wang

In open-domain question answering, dense passage retrieval has become a new paradigm to retrieve relevant passages for finding answers. Typically, the dual-encoder architecture is adopted to learn dense representations of questions and passages for semantic matching. However, it is difficult to effectively train a dual-encoder due to the challenges including the discrepancy between training and inference, the existence of unlabeled positives and limited training data. To address these challenges, we propose an optimized training approach, called RocketQA, to improving dense passage retrieval. We make three major technical contributions in RocketQA, namely cross-batch negatives, denoised hard negatives and data augmentation. The experiment results show that RocketQA significantly outperforms previous state-of-the-art models on both MSMARCO and Natural Questions. We also conduct extensive experiments to examine the effectiveness of the three strategies in RocketQA. Besides, we demonstrate that the performance of end-to-end QA can be improved based on our RocketQA retriever.

📄 PDF Abstract BibTeX arXiv:2010.08191

Code (1)

paddlepaddle/rocketqa 공식 구현 paddle

Tasks

Data AugmentationNatural QuestionsOpen-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

RocketQAv2: A Joint Training Method for Dense Passage Retrieval and Passage Re-ranking

2021-10-14 · EMNLP 2021 11 · Ruiyang Ren, Yingqi Qu, Jing Liu, Wayne Xin Zhao 외

In various natural language processing tasks, passage retrieval and passage re-ranking are two key procedures in finding and ranking relevant information. Since both the two procedures contribute to the final performance…

Data AugmentationInformation RetrievalNatural QuestionsOpen-Domain Question Answering+4

Unsupervised Corpus Aware Language Model Pre-training for Dense Passage Retrieval

2021-08-12 · ACL 2022 5 · Luyu Gao, Jamie Callan

Recent research demonstrates the effectiveness of using fine-tuned language models~(LM) for dense retrieval. However, dense retrievers are hard to train, typically requiring heavily engineered fine-tuning pipelines to re…

Language ModelingLanguage ModellingPassage RetrievalRetrieval

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

Topic-DPR: Topic-based Prompts for Dense Passage Retrieval

2023-10-10 · Qingfa Xiao, Shuangyin Li, Lei Chen

Prompt-based learning's efficacy across numerous natural language processing tasks has led to its integration into dense passage retrieval. Prior research has mainly focused on enhancing the semantic understanding of pre…

Contrastive LearningPassage RetrievalRetrieval

ConTextual Masked Auto-Encoder for Dense Passage Retrieval

2022-08-16 · Xing Wu, Guangyuan Ma, Meng Lin, Zijia Lin 외

Dense passage retrieval aims to retrieve the relevant passages of a query from a large corpus based on dense representations (i.e., vectors) of the query and the passages. Recent studies have explored improving pre-train…

DecoderPassage RetrievalRetrievalSentence