pith. sign in

arxiv: 1905.05733 · v1 · pith:YPYBG4BVnew · submitted 2019-05-14 · 💻 cs.CL · cs.LG

Multi-step Retriever-Reader Interaction for Scalable Open-domain Question Answering

classification 💻 cs.CL cs.LG
keywords readerframeworkopen-domainparagraphsretrieveransweringinteractionquery
0
0 comments X
read the original abstract

This paper introduces a new framework for open-domain question answering in which the retriever and the reader iteratively interact with each other. The framework is agnostic to the architecture of the machine reading model, only requiring access to the token-level hidden representations of the reader. The retriever uses fast nearest neighbor search to scale to corpora containing millions of paragraphs. A gated recurrent unit updates the query at each step conditioned on the state of the reader and the reformulated query is used to re-rank the paragraphs by the retriever. We conduct analysis and show that iterative interaction helps in retrieving informative paragraphs from the corpus. Finally, we show that our multi-step-reasoning framework brings consistent improvement when applied to two widely used reader architectures DrQA and BiDAF on various large open-domain datasets --- TriviaQA-unfiltered, QuasarT, SearchQA, and SQuAD-Open.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. SGR: A Stepwise Reasoning Framework for LLMs with External Subgraph Generation

    cs.CL 2026-05 unverdicted novelty 4.0

    SGR enhances LLM reasoning accuracy by generating external subgraphs from knowledge bases and guiding progressive inference over them, yielding consistent gains over baselines on benchmarks.