paper-with-me

Papers

Transformer-based Language Models for Factoid Question Answering at BioASQ9b

2021-09-15 · Urvashi Khanna, Diego Mollá

In this work, we describe our experiments and participating systems in the BioASQ Task 9b Phase B challenge of biomedical question answering. We have focused on finding the ideal answers and investigated multi-task fine-tuning and gradual unfreezing techniques on transformer-based language models. For factoid questions, our ALBERT-based systems ranked first in test batch 1 and fourth in test batch 2. Our DistilBERT systems outperformed the ALBERT variants in test batches 4 and 5 despite having 81% fewer parameters than ALBERT. However, we observed that gradual unfreezing had no significant impact on the model's accuracy compared to standard fine-tuning.

📄 PDF Abstract BibTeX arXiv:2109.07185

Code (1)

urvashikhanna/bioasq9b 공식 구현 pytorch

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Adam 설명 없음
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…

Similar Papers 제목 키워드 기반

UNCC Biomedical Semantic Question Answering Systems. BioASQ: Task-7B, Phase-B

2020-02-05 · Sai Krishna Telukuntla, Aditya Kapri, Wlodek Zadrozny

In this paper, we detail our submission to the 2019, 7th year, BioASQ competition. We present our approach for Task-7b, Phase B, Exact Answering Task. These Question Answering (QA) tasks include Factoid, Yes/No, List Typ…

Question Answering

Neural Question Answering at BioASQ 5B

2017-06-26 · WS 2017 8 · Georg Wiese, Dirk Weissenborn, Mariana Neves

This paper describes our submission to the 2017 BioASQ challenge. We participated in Task B, Phase B which is concerned with biomedical question answering (QA). We focus on factoid and list question, using an extractive …

Question AnsweringWord Embeddings

From Voting to Agent Collaboration: Answer-Type-Aware LLM Pipelines for BioASQ 14b

2026-07-07 · Taeyun Roh, Eunha Lee, Wonjune Jang, Sohyun Chung 외 arxiv

Biomedical question answering requires not only accurate extraction of information from scientific literature but also reliable integration of evidence across multiple documents. This study presents a question-type-speci…

Question Answering

Transferability of Natural Language Inference to Biomedical Question Answering

2020-07-01 · Minbyul Jeong, Mujeen Sung, Gangwoo Kim, Donghyeon Kim 외

Biomedical question answering (QA) is a challenging task due to the scarcity of data and the requirement of domain expertise. Pre-trained language models have been used to address these issues. Recently, learning relatio…

Natural Language InferenceQuestion AnsweringSentenceTransfer Learning

Data Augmentation for Biomedical Factoid Question Answering

2022-01-16 · ACL ARR January 2022 1 · Anonymous

We study the effect of seven data augmentation (DA) methods in factoid question answering, focusing on the biomedical domain, where obtaining training instances is particularly difficult. We experiment with data from the…

Data AugmentationInformation RetrievalLanguage ModelingLanguage Modelling+8