paper-with-me

홈 › Papers

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 unlabeled, we have evaluated the question-answering models' performance on two labeled questions answers datasets \textemdash CovidQA and CovidGQA. The BERT-based QA system achieved the highest F1 score (26.32), while the ALBERT-based QA system achieved the highest Exact Match (13.04). However, numerous challenges are associated with developing high-performance question-answering systems for the ongoing COVID-19 pandemic and future pandemics. At the end of this paper, we discuss these challenges and suggest potential solutions to address them.

📄 PDF Abstract BibTeX arXiv:2101.11432

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Generative Pre-trained Transformer for Vietnamese Community-based COVID-19 Question Answering

2023-10-23 · Tam Minh Vo, Khiem Vinh Tran

Recent studies have provided empirical evidence of the wide-ranging potential of Generative Pre-trained Transformer (GPT), a pretrained language model, in the field of natural language processing. GPT has been effectivel…

DecoderLanguage ModelingLanguage ModellingQuestion Answering

COV19IR : COVID-19 Domain Literature Information Retrieval

2022-11-08 · Arusarka Bose, Zili Zhou, Guandong Xu

Increasing number of COVID-19 research literatures cause new challenges in effective literature screening and COVID-19 domain knowledge aware Information Retrieval. To tackle the challenges, we demonstrate two tasks alon…

Information RetrievalQuestion AnsweringRetrieval

Rapidly Bootstrapping a Question Answering Dataset for COVID-19

2020-04-23 · Raphael Tang, Rodrigo Nogueira, Edwin Zhang, Nikhil Gupta 외

We present CovidQA, the beginnings of a question answering dataset specifically designed for COVID-19, built by hand from knowledge gathered from Kaggle's COVID-19 Open Research Dataset Challenge. To our knowledge, this …

Question Answering

UIT-ViCoV19QA: A Dataset for COVID-19 Community-based Question Answering on Vietnamese Language

2022-09-14 · Triet Minh Thai, Ngan Ha-Thao Chu, Anh Tuan Vo, Son T. Luu

For the last two years, from 2020 to 2021, COVID-19 has broken disease prevention measures in many countries, including Vietnam, and negatively impacted various aspects of human life and the social community. Besides, th…

Question Answering

COVID-Twitter-BERT: A Natural Language Processing Model to Analyse COVID-19 Content on Twitter

2020-05-15 · Martin Müller, Marcel Salathé, Per E Kummervold

In this work, we release COVID-Twitter-BERT (CT-BERT), a transformer-based model, pretrained on a large corpus of Twitter messages on the topic of COVID-19. Our model shows a 10-30% marginal improvement compared to its b…

ClassificationGeneral ClassificationQuestion Answering