CLSep 15, 2021

Transformer-based Language Models for Factoid Question Answering at BioASQ9b

arXiv:2109.07185v11 citations
Originality Synthesis-oriented
AI Analysis

This work addresses biomedical question answering for researchers, but it is incremental as it applies existing transformer methods to a specific domain challenge.

The authors tackled biomedical factoid question answering in the BioASQ9b challenge by fine-tuning transformer models like ALBERT and DistilBERT, achieving first and fourth place in early test batches and showing that DistilBERT with fewer parameters outperformed ALBERT in later batches, though gradual unfreezing did not improve accuracy.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes