IROct 28, 2021

Dense Hierarchical Retrieval for Open-Domain Question Answering

arXiv:2110.15439v1668 citations
Originality Incremental advance
AI Analysis

This addresses retrieval accuracy issues in open-domain QA, offering a hierarchical approach that is incremental but improves upon existing dense retrieval methods.

The paper tackles the problem of inaccurate dense representations in open-domain question answering caused by splitting documents into short passages, proposing Dense Hierarchical Retrieval (DHR) to improve retrieval by using document-level and passage-level semantics, which significantly outperforms baselines on multiple benchmarks.

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 process. However, current dense retrievers require splitting documents into short passages that usually contain local, partial, and sometimes biased context, and highly depend on the splitting process. As a consequence, it may yield inaccurate and misleading hidden representations, thus deteriorating the final retrieval result. In this work, we propose Dense Hierarchical Retrieval (DHR), a hierarchical framework that can generate accurate dense representations of passages by utilizing both macroscopic semantics in the document and microscopic semantics specific to each passage. Specifically, a document-level retriever first identifies relevant documents, among which relevant passages are then retrieved by a passage-level retriever. The ranking of the retrieved passages will be further calibrated by examining the document-level relevance. In addition, hierarchical title structure and two negative sampling strategies (i.e., In-Doc and In-Sec negatives) are investigated. We apply DHR to large-scale open-domain QA datasets. DHR significantly outperforms the original dense passage retriever and helps an end-to-end QA system outperform the strong baselines on multiple open-domain QA benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes