<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Exploring Approaches to Answer Biomedical Questions: From Pre-processing to GPT-4</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Hyunjae Kim</string-name>
          <email>hyunjae-kim@korea.ac.kr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Hyeon Hwang</string-name>
          <email>hyeon-hwang@korea.ac.kr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chaeeun Lee</string-name>
          <email>chaeeunlee1997@korea.ac.kr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Minju Seo</string-name>
          <email>minjuseo@korea.ac.kr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wonjin Yoon</string-name>
          <email>wonjin.yoon@childrens.harvard.edu</email>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jaewoo Kang</string-name>
          <email>kangj@korea.ac.kr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>AIGEN Sciences</institution>
          ,
          <addr-line>Seoul, 04778</addr-line>
          ,
          <country>Republic of Korea</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Computational Health Informatics Program, Boston Children's Hospital</institution>
          ,
          <addr-line>Boston, MA, 02115</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Department of Computer Science and Engineering, Korea University</institution>
          ,
          <addr-line>Seoul, 02841</addr-line>
          ,
          <country>Republic of Korea</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>Harvard Medical School</institution>
          ,
          <addr-line>Boston, MA, 02115</addr-line>
          ,
          <country country="US">USA</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2023</year>
      </pub-date>
      <abstract>
        <p>Biomedical question answering (QA) plays a crucial role in assisting researchers, healthcare professionals, and even patients in accessing and retrieving accurate and up-to-date information from the vast amount of biomedical knowledge available in literature. To enhance the eficiency of knowledge discovery and information retrieval, we investigate the eficacy of various pre-processing, model training, data augmentation, and ensemble methods and evaluate a range of advanced pre-trained models such as BioLinkBERT and GPT-4. Additionally, we explore data augmentation and ensemble methods to further improve system performance. In our participation in BioASQ Task 11b-Phase B, our systems achieved a top ranking in all four batches for the yes/no type of questions, in one out of four batches for factoid questions, and in two out of four batches for list-type questions.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;BioASQ 11b</kwd>
        <kwd>BioLinkBERT</kwd>
        <kwd>GPT-4</kwd>
        <kwd>Data Augmentation</kwd>
        <kwd>Ensemble</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Biomedical question answering (QA) is a pivotal tool, empowering researchers, healthcare
professionals, and patients to access accurate, up-to-date information from the vast pool of
biomedical knowledge in the literature. The BioASQ challenge [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] has actively fostered
collaborative eforts across the scientific community to push the boundaries of cutting-edge biomedical
QA research for over a decade. Yoon et al. [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] made a significant contribution to the biomedical
QA field by utilizing the pre-trained model BioBERT [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], instead of traditional word embedding
models, in their milestone study. This approach has paved the way for numerous other systems
and approaches in this field.
      </p>
      <p>
        In this paper, we explore understudied or recently proposed pre-processing techniques,
new pre-trained models, training objectives, data augmentation, and ensemble approaches in
the BioASQ Task 11b [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We first revisit existing pre-processing methods to analyze what
type of question each method is suitable for. We use BioLinkBERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] as a new embedding
model in the BioASQ challenge and show that it outperforms existing language models such
as BioBERT and PubMedBERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. We adopt a sequence tagging approach [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ] to train
listtype QA models, which is the first attempt in the challenge. In addition, we investigate the
potential performance improvement in BioASQ by employing data augmentation techniques
using SQuAD [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], a human-labeled factoid dataset consisting of Wikipedia documents, and
LIQUID [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], an automated framework that generates list-type questions and corresponding
answers from PubMed abstracts. We examine whether the utilization of an ensemble method
can further optimize the performance. Finally, we evaluate the capability of the state-of-the-art
pre-trained model, GPT-4 [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], on the list-type questions in a one-shot manner.
      </p>
      <p>
        We selected the best combination of approaches from pre-processing to the use of GPT-4,
through experiments on the BioASQ-10b dataset [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] for each question type. We participated
in the BioASQ Task 11b-Phase B [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] to evaluate our systems on the oficial leaderboard. Our
systems delivered remarkable performance across various question types, leading to impressive
rankings. In the yes/no type, our systems achieved first place across all four batches, while
in the factoid type, we attained the highest rank in one out of four batches. Additionally, we
secured the highest rank in two out of four batches for the list type.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Task Description</title>
      <p>
        In BioASQ 11B-phase b [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], models are required to provide answers to a given question, denoted
as . These answers are inferred from a collection of snippets, represented as 1, . . . ,  , which
are extracted from PubMed abstracts. The format of answers depends on the question types.
For this year’s competition, we focused only on the following three question types that require
exact answers, excluding questions requiring ideal answers.
      </p>
      <p>Yes/no. For this type of question, the model should answer “yes” or “no” to a question based on
the given snippets. An example question of this type is: “Is capmatinib efective for glioblastoma? ”
Answering yes/no questions often requires considering multiple snippets collectively rather
than relying on a single snippet alone.</p>
      <p>
        Factoid. Factoid-type questions are mainly concerned with the confirmation or summarization
of factual information and require a single concise answer (e.g., “Which enzyme does Opicapone
inhibit?”). The ground-truth answers are usually, but not always, contained in the snippets,
which distinguishes it from other QA tasks such as SQuAD, where answers always can be
extracted in a given context [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        List. The list type requires more than one answer to a single question. An example question
is: “What laboratory abnormalities are commonly seen in patients with COVID-19?” Although
list-type questions have received less attention in academic research compared to
factoidtype questions [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ], they are frequently encountered in practice, especially in the biomedical
domain [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Similar to the factoid type, answers may or may not be extracted from the given
snippets.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methods</title>
      <p>Our system comprises three models, each specifically designed for a particular question type. To
identify the optimal choices for each question, we explore five factors to consider in efectively
addressing diferent types of questions: pre-processing techniques (Section 3.1), QA model
selection (Section 3.2), training objectives (Section 3.3), data augmentation approaches (Section 3.4),
and the use of ensemble methods (Section 3.5).</p>
      <sec id="sec-3-1">
        <title>3.1. Pre-processing</title>
        <p>Given that the total length of all  snippets might exceed the input length limit of language
models, it becomes necessary to select which snippets from the given set should be provided to
the model as input. We examine two pre-processing techniques: the “single snippet” method
and the “full snippet” method.</p>
        <p>Single snippet. One straightforward approach is to treat each snippet as an individual
instance, resulting in multiple question-snippet pairs as follows: (, 1), . . . , (,  ). For the
factoid and list types, only snippets that contain at least one answer string are utilized as training
instances. On the other hand, all snippets are used for training for the yes/no type. Although this
approach has been commonly used in previous studies because of its simplicity, treating each
snippet as a separate instance can be sub-optimal, particularly for the yes/no type. In answering
yes/no questions, it is often necessary that multiple snippets are considered collectively and the
information present in one snippet should be considered in conjunction with other pieces of
information available in other snippets. Furthermore, this method disregards the opportunity to
extract valuable information from other snippets that could potentially aid in predicting correct
answers.</p>
        <p>Full snippet. The full-snippet method addresses the limitations of the single-snippet approach
by concatenating all snippets together to form a single comprehensive evidence context. In
cases where the question-context pair exceeds the input length limitation imposed by the
language model, the set of given snippets is partitioned into multiple contexts based on sentence
boundaries. In other words, each context is created by concatenating the maximum number
of snippets, ensuring that the length limit is not exceeded. Separate contexts created in this
manner are then treated as individual instances.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. QA Model</title>
        <p>
          BioLinkBERT. BioLinkBERT [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] is a pre-trained language model trained on PubMed abstracts
using a new pre-training objective called document relation prediction, where the model predicts
whether two diferent segments are linked, 1 come from a single document, or are randomly
selected from diferent documents. The model outperformed existing biomedical language
models such as PubMedBERT in various downstream tasks. Especially the model achieved an
accuracy of 94.8 on yes/no questions in a previous BioASQ challenge dataset [15]. Inspired by
this result, we used a BioLinkBERT-large model as our backbone model. For a given question 
and context  that consists of one or multiple snippets, the corresponding token representations
are encoded as follows:
[h[CLS], h1 , . . . , h , h[SEP], h1 , . . . , h ] = (, ),
(1)
where  is the BioLinkBERT encoder, h[CLS] ∈ R and h[SEP] ∈ R are the representations
of special tokens [16], and  and  are the lengths of the question and context, respectively.
The token representations are then fed into task-specific layers, which will be described in
Section 3.3.
        </p>
        <p>
          GPT-4. Recently, foundation models such as ChatGPT [17] and GPT-4 [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] have been utilized
in various downstream applications. Notably, they have demonstrated comparable or even
superior performance compared to supervised models without fine-tuning. These findings serve
as compelling evidence that the models possess the capability to deliver accurate answers to
questions even in specialized domains such as biomedicine. In this challenge, we selected Open
AI’s latest model, GPT-4, as our QA system.2 Unlike BioLinkBERT, GPT-4 is a black-box model;
thus, we cannot access the hidden representation to update the model, and we should query the
model using instructions [20]. We used only a single labeled example to provide the model with
more comprehensive information on the task and desired output format (see Table 1 for the
input prompt we used).
        </p>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Training Objective</title>
        <p>Binary classification. For the yes/no type, the model is trained using a binary classification
objective, where the final hidden representation of the [CLS] token, h[CLS], is fed to a linear
layer. The loss is defined as the sum of the negative log probabilities of the true answer class
(i.e., yes or no).</p>
        <p>Span prediction. For the factoid type, the token representations of the context are fed
into two diferent linear layers that calculate logit values for the start and end positions
of the answer span as follows: st1art, . . . , start = [ws⊤tarth1 , . . . , ws⊤tarth ], e1nd, . . . , end =
[we⊤ndh1 , . . . , we⊤ndh ]. These logits are used to calculate probability values for each token,
indicating the likelihood of it being the start or end of the answer span. The loss is calculated
by summing the negative log probabilities of the start and end positions of the ground-truth
answer.
1Citation information were used.
2Note that we used GPT-4 only in the list type because the model did not outperform supervised models for the
yes/no and factoid types in our initial experiments on BioASQ-10b. Please see concurrent works for results of GPT
models in yes/no and factoid questions in the biomedical domain [18, 19].</p>
        <p>Your task is to identify a list of answers to the question in the provided context.</p>
        <p>To help you understand the task, here is an example:
Question:
Which acetylcholinesterase inhibitors are used for treatment of myasthenia gravis?
Context:
Pyridostigmine and neostygmine are acetylcholinesterase inhibitors that are used as
first-line therapy for symptomatic treatment of myasthenia gravis.</p>
        <p>Answer:
neostigmine, pyridostigmine
Now, here is the actual question and context for you to find the appropriate list of answers.
Question:
{Test Question}
Context:
{Test Context}</p>
        <p>
          Answer:
Sequence tagging. One conventional approach to solving list-type QA involves considering
the top answer predictions of a single-span QA model that surpasses a pre-defined threshold as
ifnal predictions. Recent studies [
          <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
          ] have proposed an alternative approach, treating list QA as
a sequence tagging problem, where the model classifies each context token into B (beginning), I
(inside), or O (outside) tags, similar to named entity recognition. This approach showed better
performance in list QA than existing single-span QA models in a range of general and biomedical
QA datasets [
          <xref ref-type="bibr" rid="ref10 ref14">14, 10</xref>
          ]. Inspired by these results, we adopted this approach to train our list-type
QA model.
        </p>
      </sec>
      <sec id="sec-3-4">
        <title>3.4. Data Augmentation</title>
        <p>
          We explored two data augmentation approaches to enhance performance in the factoid and list
types. 3
SQuAD. For the factoid type, we followed previous studies that leveraged a large-scale
singlespan dataset SQuAD [
          <xref ref-type="bibr" rid="ref2">2, 22, 23, 24</xref>
          ]. While the SQuAD dataset is not specifically designed for the
3Due to the high performance of our models in initial experiments, we did not extensively investigate a data
augmentation approach for the yes/no question type. However, it would be interesting to investigate the impact
and transferability of existing yes/no QA datasets such as PubMedQA [21] in future research.
biomedical domain, it shares a fundamental similarity with the factoid-type QA in BioASQ. Both
datasets aim to find accurate answers to factual questions within a provided text. We initially
pre-trained our models using SQuAD and subsequently fine-tuned them using the BioASQ data.
LIQUID. A recent study [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] proposed a data generation model for list QA, called LIQUID,
and made the 140k question-answer pairs produced by the model publicly available.4 We utilized
this synthetic data to pre-train our models, and subsequently, we fine-tuned the models using
the BioASQ data.
        </p>
      </sec>
      <sec id="sec-3-5">
        <title>3.5. Ensemble</title>
        <p>We used diferent ensemble techniques for the yes/no, factoid, and list types, respectively.
Yes/No. We employed majority voting, where predictions from each individual model were
aggregated, and the final prediction was determined by the majority prediction.
Factoid. We use a probability-based ensemble method for factoid-type questions. In this
approach, we calculate the sum of probability values for each of the top 20 answers predicted
4https://github.com/dmis-lab/LIQUID
by individual models. The top five predictions with the highest summed probabilities are then
selected as the final answers.</p>
        <p>List. We counted the number of answers predicted by single models to a given question
based on their string form. For each answer, we calculated an ensemble score as the proportion
of how many models out of the total number of models predicted the answer. For instance,
suppose that model A, model B, and model C predict {“leprosy,” “cirrhosis,” “cholera”}, {“leprosy,”
“COVID-19”}, and {“cirrhosis”}, respectively, then the ensemble scores of each prediction as
follows: leprosy (2/3), cirrhosis (2/3), cholera (1/3), and COVID-19 (1/3). If the score is higher
than the threshold, we included the predicted answer in the final answer set; otherwise, we
excluded it. We searched for the best threshold value using the BioASQ 10b dataset.</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Experimental Setups</title>
      <sec id="sec-4-1">
        <title>4.1. Dataset</title>
        <p>
          We used the training and test sets of the BioASQ-10b dataset [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] as our training and validation
set, respectively. Systems were evaluated on BioASQ-11b [25], which was newly proposed for
the 2023 challenge. The statistics of the datasets are listed in Table 2.
        </p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Our Systems</title>
        <p>We selected our final systems through a validation process among various combinations of
methods (see Section 5.2 for detailed validation results). Table 3 presents the optimal selections
for the “single” model for each question type. We searched for the best checkpoints of single
models by measuring performance on the validation set every epoch. Ensemble models consisted
of diferent single models that were randomly initialized and then selected through the validation
process.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Results</title>
      <sec id="sec-5-1">
        <title>5.1. Oficial Evaluation on BioASQ-11b</title>
        <p>In the factoid type, we achieved the highest score in the last batch. Our factoid QA models
basically used a similar model structure and training method, but their performance and rankings
were very diferent from batch to batch. This is because we continuously searched for best
single models by randomly initializing them, making us to obtain better single models in batches
3 and 4. In addition, we found that the performance of ensemble models depended on the
individual performance of single models rather than the quantity of single models. For instance,
by ensembling a small number of high-performing models, we were able to achieve second and
ifrst place in batches 3 and 4, respectively.</p>
        <p>In the list type, we achieved first place in two batches using supervised model and GPT-4,
respectively. For the supervised model, the full-snippet method, data augmentation using
LIQUID, and ensemble were all efective to improve the performance (see Section 5.2 for
more results). GPT-4 outperformed our supervised models in batch 4 and achieved the best
performance. This is very surprising because our supervised models were ensemble models of
several single models trained using thousands of human-labeled BioASQ data and 140k artificial
QA data, while GPT-4 used only a single question-answer pair.</p>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Ablation Study on BioASQ-10b</title>
        <p>
          Efect of pre-processing. Table 7 shows that the efect of the pre-processing method varied
depending on the type of question. In the case of yes/no and list question types, the full-snippet
approach outperformed the single-snippet method. This is because both question types require
a comprehensive understanding of the context to provide accurate answers. However, for the
factoid question type, the single-snippet method was found to be more suitable. We speculate
that the single-snippet method was efective because most factoid questions can be answered
with only the surrounding context of the answer without much additional context.
Language model selection. To find the best-performing encoder on the BioASQ data, we
tested several variants of common pre-trained language models in the biomedical domain:
BioBERT [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ], PubMedBERT [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ], and BioLinkBERT [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. As shown in Table 8, BioLinkBERT was
slightly better than PubMedBERT with the same size (110M parameters), and the
BioLinkBERTlarge model significantly outperformed the base-sized models.
        </p>
        <p>
          Efect of data augmentation. Table 9 shows that augmenting the SQuAD data improves
performance on the factoid questions, which is consistent with previous studies [
          <xref ref-type="bibr" rid="ref2">2, 22, 23, 24</xref>
          ].
In addition, the LIQUID data significantly improved the model performance on the list type,
which is consistent with Lee et al. [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
        </p>
        <p>Efect of ensemble. Table 10 shows validation results for the three question types,
highlighting improvements in performance attained through ensembling of multiple models.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>This study focused on conducting comprehensive experiments, encompassing a range of
preprocessing techniques and the utilization of advanced models such as BioLinkBERT and GPT-4.
In addition, we delved into the exploration of data augmentation and ensemble methods, further
refining the performance of our QA system. Our models achieved high performance in BioASQ
task 11b - phase B. We hope that our findings and analysis will contribute towards enhancing
the performance of biomedical QA systems, ultimately maximizing knowledge discovery and
information retrieval eficiency.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>This research was supported by (1) National Research Foundation of Korea
(NRF2023R1A2C3004176), (2) the MSIT (Ministry of Science and ICT), Korea, under the ICT Creative
Consilience program (IITP-2023-2020-0-01819) supervised by the IITP (Institute for Information
&amp; communications Technology Planning &amp; Evaluation), and (3) a grant of the Korea Health
Technology R&amp;D Project through the Korea Health Industry Development Institute (KHIDI),
funded by the Ministry of Health &amp; Welfare, Republic of Korea (grant number: HR20C0021(3)).
Chapter of the Association for Computational Linguistics: Human Language Technologies,
Association for Computational Linguistics, Seattle, United States, 2022, pp. 1250–1260. URL:
https://aclanthology.org/2022.naacl-main.90. doi:10.18653/v1/2022.naacl-main.90.
[15] A. Nentidis, K. Bougiatiotis, A. Krithara, G. Paliouras, Results of the seventh edition
of the bioasq challenge, in: Machine Learning and Knowledge Discovery in Databases:
International Workshops of ECML PKDD 2019, Würzburg, Germany, September 16–20,
2019, Proceedings, Part II, Springer, 2020, pp. 553–568.
[16] J. Devlin, M.-W. Chang, K. Lee, K. Toutanova, BERT: Pre-training of deep bidirectional
transformers for language understanding, in: Proceedings of the 2019 Conference of
the North American Chapter of the Association for Computational Linguistics: Human
Language Technologies, Volume 1 (Long and Short Papers), Association for Computational
Linguistics, Minneapolis, Minnesota, 2019, pp. 4171–4186. URL: https://aclanthology.org/
N19-1423. doi:10.18653/v1/N19-1423.
[17] OpenAI, Chatgpt blog post (2022). URL: https://openai.com/blog/chatgpt.
[18] I. Jahan, M. T. R. Laskar, C. Peng, J. Huang, Evaluation of ChatGPT on biomedical tasks: A
zero-shot comparison with fine-tuned generative transformers, in: The 22nd Workshop
on Biomedical Natural Language Processing and BioNLP Shared Tasks, Association for
Computational Linguistics, Toronto, Canada, 2023, pp. 326–336. URL: https://aclanthology.
org/2023.bionlp-1.30.
[19] S. Ateia, U. Kruschwitz, Is chatgpt a biomedical expert?–exploring the zero-shot
performance of current gpt models in biomedical tasks, arXiv preprint arXiv:2306.16108
(2023).
[20] T. Brown, B. Mann, N. Ryder, M. Subbiah, J. D. Kaplan, P. Dhariwal, A. Neelakantan,
P. Shyam, G. Sastry, A. Askell, et al., Language models are few-shot learners, Advances in
neural information processing systems 33 (2020) 1877–1901.
[21] Q. Jin, B. Dhingra, Z. Liu, W. Cohen, X. Lu, PubMedQA: A dataset for biomedical research
question answering, in: Proceedings of the 2019 Conference on Empirical Methods
in Natural Language Processing and the 9th International Joint Conference on Natural
Language Processing (EMNLP-IJCNLP), Association for Computational Linguistics, Hong
Kong, China, 2019, pp. 2567–2577. URL: https://aclanthology.org/D19-1259. doi:10.18653/
v1/D19-1259.
[22] S. Alrowili, K. Vijay-Shanker, Exploring biomedical question answering with
biomtransformers at bioasq10b challenge: Findings and techniques, CEUR Workshop Bologna,
Italy, 2022.
[23] Z. KADDARI, T. BOUCHENTOUF, Larsa at bioasq 10b: classical and novel approaches for
biomedical document retrieval and question answering (2022).
[24] H.-H. Ting, Y. Zhang, J.-C. Han, R. T.-H. Tsai, Ncu-iisr/as-gis: Using bertscore and snippet
score to improve the performance of pretrained language model in bioasq 10b phase b
(2022).
[25] A. Krithara, A. Nentidis, K. Bougiatiotis, G. Paliouras, BioASQ-QA: A manually curated
corpus for Biomedical Question Answering, Scientific Data 10 (2023) 170.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>G.</given-names>
            <surname>Tsatsaronis</surname>
          </string-name>
          , G. Balikas,
          <string-name>
            <given-names>P.</given-names>
            <surname>Malakasiotis</surname>
          </string-name>
          , I. Partalas,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zschunke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. R.</given-names>
            <surname>Alvers</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Weissenborn</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Krithara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Petridis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Polychronopoulos</surname>
          </string-name>
          , et al.,
          <article-title>An overview of the bioasq large-scale biomedical semantic indexing and question answering competition</article-title>
          ,
          <source>BMC bioinformatics 16</source>
          (
          <year>2015</year>
          )
          <fpage>1</fpage>
          -
          <lpage>28</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>W.</given-names>
            <surname>Yoon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jeong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <article-title>Pre-trained language model for biomedical question answering</article-title>
          ,
          <source>in: Joint European Conference on Machine Learning and Knowledge Discovery in Databases</source>
          , Springer,
          <year>2019</year>
          , pp.
          <fpage>727</fpage>
          -
          <lpage>740</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Yoon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. H.</given-names>
            <surname>So</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <article-title>Biobert: a pre-trained biomedical language representation model for biomedical text mining</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>36</volume>
          (
          <year>2020</year>
          )
          <fpage>1234</fpage>
          -
          <lpage>1240</lpage>
          . URL: https://academic.oup.com/bioinformatics/article-abstract/36/4/1234/5566506.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nentidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Katsimpras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Krithara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lima-López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Farré-Maduell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gasco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          , G. Paliouras,
          <source>Overview of BioASQ</source>
          <year>2023</year>
          :
          <article-title>The eleventh BioASQ challenge on Large-Scale Biomedical Semantic Indexing and Question Answering, in: Experimental IR Meets Multilinguality, Multimodality, and Interaction</article-title>
          .
          <source>Proceedings of the Fourteenth International Conference of the CLEF Association (CLEF</source>
          <year>2023</year>
          ),
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>M.</given-names>
            <surname>Yasunaga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Leskovec</surname>
          </string-name>
          , P. Liang,
          <article-title>LinkBERT: Pretraining language models with document links, in: Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics</article-title>
          (Volume
          <volume>1</volume>
          :
          <string-name>
            <surname>Long</surname>
            <given-names>Papers)</given-names>
          </string-name>
          ,
          <source>Association for Computational Linguistics</source>
          , Dublin, Ireland,
          <year>2022</year>
          , pp.
          <fpage>8003</fpage>
          -
          <lpage>8016</lpage>
          . URL: https://aclanthology.org/
          <year>2022</year>
          .
          <article-title>acl-long</article-title>
          .
          <volume>551</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2022</year>
          .
          <article-title>acl-long</article-title>
          .
          <volume>551</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Tinn</surname>
          </string-name>
          , H. Cheng, M. Lucas,
          <string-name>
            <given-names>N.</given-names>
            <surname>Usuyama</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Naumann</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Poon</surname>
          </string-name>
          ,
          <article-title>Domain-specific language model pretraining for biomedical natural language processing</article-title>
          , ArXiv preprint abs/
          <year>2007</year>
          .15779 (
          <year>2020</year>
          ). URL: https://arxiv.org/abs/
          <year>2007</year>
          .15779.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>E.</given-names>
            <surname>Segal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Efrat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Shoham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Globerson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Berant</surname>
          </string-name>
          ,
          <article-title>A simple and efective model for answering multi-span questions</article-title>
          ,
          <source>in: Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP)</source>
          ,
          <article-title>Association for Computational Linguistics</article-title>
          , Online,
          <year>2020</year>
          , pp.
          <fpage>3074</fpage>
          -
          <lpage>3080</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .emnlp-main.
          <volume>248</volume>
          . doi:
          <volume>10</volume>
          .18653/v1/
          <year>2020</year>
          .emnlp-main.
          <volume>248</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>W.</given-names>
            <surname>Yoon</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Jackson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lagerberg</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <article-title>Sequence tagging for biomedical extractive question answering</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>38</volume>
          (
          <year>2022</year>
          )
          <fpage>3794</fpage>
          -
          <lpage>3801</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>P.</given-names>
            <surname>Rajpurkar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Lopyrev</surname>
          </string-name>
          , P. Liang, SQuAD:
          <volume>100</volume>
          ,000+
          <article-title>questions for machine comprehension of text</article-title>
          ,
          <source>in: Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing</source>
          , Association for Computational Linguistics, Austin, Texas,
          <year>2016</year>
          , pp.
          <fpage>2383</fpage>
          -
          <lpage>2392</lpage>
          . URL: https://aclanthology.org/D16-1264. doi:
          <volume>10</volume>
          .18653/v1/
          <fpage>D16</fpage>
          -1264.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Kang</surname>
          </string-name>
          ,
          <article-title>Liquid: A framework for list question answering dataset generation</article-title>
          ,
          <source>arXiv preprint arXiv:2302.01691</source>
          (
          <year>2023</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>OpenAI</surname>
          </string-name>
          , Gpt-4
          <source>technical report</source>
          , ArXiv preprint (
          <year>2023</year>
          ). URL: https://arxiv.org/abs/2303. 08774.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nentidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Katsimpras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Vandorou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Krithara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miranda-Escalada</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Gasco</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          , G. Paliouras, Overview of bioasq
          <year>2022</year>
          :
          <article-title>the tenth bioasq challenge on largescale biomedical semantic indexing and question answering</article-title>
          ,
          <source>in: International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          , Springer,
          <year>2022</year>
          , pp.
          <fpage>337</fpage>
          -
          <lpage>361</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Nentidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Katsimpras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Krithara</surname>
          </string-name>
          ,
          <string-name>
            <surname>G.</surname>
          </string-name>
          <article-title>Paliouras, Overview of BioASQ Tasks 11b and Synergy11 in CLEF2023</article-title>
          ,
          <source>in: Working Notes of CLEF 2023 - Conference and Labs of the Evaluation Forum</source>
          ,
          <year>2023</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tomko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Vasardani</surname>
          </string-name>
          , T. Baldwin,
          <article-title>MultiSpanQA: A dataset for multi-span question answering</article-title>
          ,
          <source>in: Proceedings of the 2022 Conference of the North American</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>