paper-with-me

홈 › Papers

Open-Domain Question-Answering for COVID-19 and Other Emergent Domains

2021-10-13 · EMNLP (ACL) 2021 11 · Sharon Levy, Kevin Mo, Wenhan Xiong, William Yang Wang

Since late 2019, COVID-19 has quickly emerged as the newest biomedical domain, resulting in a surge of new information. As with other emergent domains, the discussion surrounding the topic has been rapidly changing, leading to the spread of misinformation. This has created the need for a public space for users to ask questions and receive credible, scientific answers. To fulfill this need, we turn to the task of open-domain question-answering, which we can use to efficiently find answers to free-text questions from a large set of documents. In this work, we present such a system for the emergent domain of COVID-19. Despite the small data size available, we are able to successfully train the system to retrieve answers from a large-scale corpus of published COVID-19 scientific papers. Furthermore, we incorporate effective re-ranking and question-answering techniques, such as document diversity and multiple answer spans. Our open-domain question-answering system can further act as a model for the quick development of similar systems that can be adapted and modified for other developing emergent domains.

📄 PDF Abstract BibTeX arXiv:2110.06962

Code (1)

sharonlevy/open_domain_covidqa 공식 구현 pytorch

Tasks

DiversityMisinformationOpen-Domain Question AnsweringQuestion AnsweringRe-Ranking

Similar Papers 제목 키워드 기반

An Open-Domain QA System for e-Governance

2022-06-16 · CLIB 2022 9 · Radu Ion, Andrei-Marius Avram, Vasile Păiş, Maria Mitrofan 외

The paper presents an open-domain Question Answering system for Romanian, answering COVID-19 related questions. The QA system pipeline involves automatic question processing, automatic query generation, web searching for…

Open-Domain Question AnsweringQuestion Answering

COVID-QA: A Question Answering Dataset for COVID-19

2020-07-01 · NLP-COVID19 (ACL) 2020 7 · Timo Möller, Anthony Reina, Raghavan Jayakumar, Malte Pietsch

We present COVID-QA, a Question Answering dataset consisting of 2,019 question/answer pairs annotated by volunteer biomedical experts on scientific articles related to COVID-19. To evaluate the dataset we compared a RoBE…

ArticlesQuestion Answering

CAiRE-COVID: A Question Answering and Query-focused Multi-Document Summarization System for COVID-19 Scholarly Information Management

2020-05-04 · EMNLP (NLP-COVID19) 2020 12 · Dan Su, Yan Xu, Tiezheng Yu, Farhad Bin Siddique 외

We present CAiRE-COVID, a real-time question answering (QA) and multi-document summarization system, which won one of the 10 tasks in the Kaggle COVID-19 Open Research Dataset Challenge, judged by medical experts. Our sy…

ArticlesDocument SummarizationInformation RetrievalManagement+3

Transformer-Based Models for Question Answering on COVID19

2021-01-16 · Hillary Ngai, Yoona Park, John Chen, Mahboobeh Parsapoor

In response to the Kaggle's COVID-19 Open Research Dataset (CORD-19) challenge, we have proposed three transformer-based question-answering systems using BERT, ALBERT, and T5 models. Since the CORD-19 dataset is unlabele…

Question Answering

End-to-End QA on COVID-19: Domain Adaptation with Synthetic Training

2020-12-02 · Revanth Gangi Reddy, Bhavani Iyer, Md Arafat Sultan, Rong Zhang 외

End-to-end question answering (QA) requires both information retrieval (IR) over a large document collection and machine reading comprehension (MRC) on the retrieved passages. Recent work has successfully trained neural …

Domain AdaptationInformation RetrievalMachine Reading ComprehensionQuestion Answering+2