paper-with-me

Papers

Retrieving and Reading: A Comprehensive Survey on Open-domain Question Answering

2021-01-04 · Fengbin Zhu, Wenqiang Lei, Chao Wang, Jianming Zheng, Soujanya Poria, Tat-Seng Chua

Open-domain Question Answering (OpenQA) is an important task in Natural Language Processing (NLP), which aims to answer a question in the form of natural language based on large-scale unstructured documents. Recently, there has been a surge in the amount of research literature on OpenQA, particularly on techniques that integrate with neural Machine Reading Comprehension (MRC). While these research works have advanced performance to new heights on benchmark datasets, they have been rarely covered in existing surveys on QA systems. In this work, we review the latest research trends in OpenQA, with particular attention to systems that incorporate neural MRC techniques. Specifically, we begin with revisiting the origin and development of OpenQA systems. We then introduce modern OpenQA architecture named "Retriever-Reader" and analyze the various systems that follow this architecture as well as the specific techniques adopted in each of the components. We then discuss key challenges to developing OpenQA systems and offer an analysis of benchmarks that are commonly used. We hope our work would enable researchers to be informed of the recent advancement and also the open challenges in OpenQA research, so as to stimulate further progress in this field.

📄 PDF Abstract BibTeX arXiv:2101.00774

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering

2021-10-08 · ACL 2022 5 · Donghan Yu, Chenguang Zhu, Yuwei Fang, Wenhao Yu 외

Current Open-Domain Question Answering (ODQA) model paradigm often contains a retrieving module and a reading module. Given an input question, the reading module predicts the answer from the relevant passages which are r…

Answer GenerationDecoderGraph Neural NetworkOpen-Domain Question Answering+5

A Comprehensive Survey on Multi-hop Machine Reading Comprehension Datasets and Metrics

2022-12-08 · Azade Mohammadi, Reza Ramezani, Ahmad Baraani

Multi-hop Machine reading comprehension is a challenging task with aim of answering a question based on disjoint pieces of information across the different passages. The evaluation metrics and datasets are a vital part o…

Machine Reading ComprehensionReading Comprehension

Graph ODEs and Beyond: A Comprehensive Survey on Integrating Differential Equations with Graph Neural Networks

2025-03-29 · Zewen Liu, Xiaoda Wang, Bohan Wang, Zijie Huang 외

Graph Neural Networks (GNNs) and differential equations (DEs) are two rapidly advancing areas of research that have shown remarkable synergy in recent years. GNNs have emerged as powerful tools for learning on graph-stru…

SurveyTraffic Prediction

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

2019-05-14 · ICLR 2019 5 · Rajarshi Das, Shehzaad Dhuliawala, Manzil Zaheer, Andrew McCallum

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 mo…

Open-Domain Question AnsweringQuestion AnsweringReading ComprehensionTriviaQA

Neural Machine Reading Comprehension: Methods and Trends

2019-07-02 · Shanshan Liu, Xin Zhang, Sheng Zhang, Hui Wang 외

Machine reading comprehension (MRC), which requires a machine to answer questions based on a given context, has attracted increasing attention with the incorporation of various deep-learning techniques over the past few …

Machine Reading ComprehensionReading ComprehensionSurvey