paper-with-me

홈 › Papers

Towards Universal Dense Retrieval for Open-domain Question Answering

2021-09-23 · Christopher Sciavolino

In open-domain question answering, a model receives a text question as input and searches for the correct answer using a large evidence corpus. The retrieval step is especially difficult as typical evidence corpora have \textit{millions} of documents, each of which may or may not have the correct answer to the question. Very recently, dense models have replaced sparse methods as the de facto retrieval method. Rather than focusing on lexical overlap to determine similarity, dense methods build an encoding function that captures semantic similarity by learning from a small collection of question-answer or question-context pairs. In this paper, we investigate dense retrieval models in the context of open-domain question answering across different input distributions. To do this, first we introduce an entity-rich question answering dataset constructed from Wikidata facts and demonstrate dense models are unable to generalize to unseen input question distributions. Second, we perform analyses aimed at better understanding the source of the problem and propose new training techniques to improve out-of-domain performance on a wide variety of datasets. We encourage the field to further investigate the creation of a single, universal dense retrieval model that generalizes well across all input distributions.

📄 PDF Abstract BibTeX arXiv:2109.11085

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Domain Question AnsweringQuestion AnsweringRetrievalSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Universal Vision-Language Dense Retrieval: Learning A Unified Representation Space for Multi-Modal Retrieval

2022-09-01 · Zhenghao Liu, Chenyan Xiong, Yuanhuiyi Lv, Zhiyuan Liu 외

This paper presents Universal Vision-Language Dense Retrieval (UniVL-DR), which builds a unified model for multi-modal retrieval. UniVL-DR encodes queries and multi-modality resources in an embedding space for searching …

Image RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrieval+1

Simple Entity-Centric Questions Challenge Dense Retrievers

2021-09-17 · EMNLP 2021 11 · Christopher Sciavolino, Zexuan Zhong, Jinhyuk Lee, Danqi Chen

Open-domain question answering has exploded in popularity recently due to the success of dense retrieval models, which have surpassed sparse models using only a few supervised training examples. However, in this paper, w…

Data AugmentationOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+1

Dense Passage Retrieval for Open-Domain Question Answering

2020-04-10 · EMNLP 2020 11 · Vladimir Karpukhin, Barlas Oğuz, Sewon Min, Patrick Lewis 외

Open-domain question answering relies on efficient passage retrieval to select candidate contexts, where traditional sparse vector space models, such as TF-IDF or BM25, are the de facto method. In this work, we show that…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

SPARTA: Efficient Open-Domain Question Answering via Sparse Transformer Matching Retrieval

2020-09-28 · NAACL 2021 4 · Tiancheng Zhao, Xiaopeng Lu, Kyusong Lee

We introduce SPARTA, a novel neural retrieval method that shows great promise in performance, generalization, and interpretability for open-domain question answering. Unlike many neural ranking methods that use dense vec…

Open-Domain Question AnsweringQuestion AnsweringRetrieval

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