<!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>BIBERT-Pipe on Biomedical Nested Named Entity Linking at BioASQ 2025⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Chunyu Li</string-name>
          <email>li.chunyu0412@gmail.com</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Xindi Zheng</string-name>
          <email>xindizhe@gmail.com</email>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Siqi Liu</string-name>
          <email>liusiqisq0412@163.com</email>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <abstract>
        <p>Entity linking (EL) for biomedical text is typically benchmarked on English-only corpora with flat mentions , leaving the more realistic scenario of nested and multilingual mentions largely unexplored. We present our system for the BioNNE 2025 Multilingual Biomedical Nested Named Entity Linking shared task (English &amp; Russian), closing this gap with a lightweight pipeline that keeps the original EL model intact and modifies only three task-aligned components: Two-stage retrieval-ranking. We leverage the same base encoder model in both stages: the retrieval stage uses the original pre-trained model, while the ranking stage applies domainspecific fine-tuning. Boundary cues. In the ranking stage, we wrap each mention with learnable [Ms] / [Me] tags, providing the encoder with an explicit, language-agnostic span before robustness to overlap and nesting. Dataset augmentation. We also automatically expand the ranking training corpus with three complementary data sources, enhancing coverage without extra manual annotation. On the BioNNE 2025 leaderboard, our two stage system, bilingual bert (BIBERT-Pipe), ranks third in the multilingual track, demonstrating the efectiveness and competitiveness of these minimal yet principled modifications. Code are publicly available at https://github.com/Kaggle-Competitions-Code/BioNNE-L.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Biomedical entity linking</kwd>
        <kwd>Bilingual</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Biomedical entity linking (BEL) – also known as named entity normalization or grounding – is the
task of mapping entity mentions in the text to entries in a reference knowledge base. In the biomedical
domain, EL plays a vital role in text mining by standardizing mentions of diseases, genes, drugs, and
other entities to canonical identifiers [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. This normalization resolves synonymy and ambiguity: for
example, the abbreviation “WSS” could refer to Wrinkly Skin Syndrome or Weaver-Smith Syndrome,
and linking it to the correct concept ID disambiguates the intended meaning [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. By grounding mentions
to KB concepts (e.g., UMLS or Wikidata entries), EL enables efective information integration, improves
literature search (e.g., concept-based PubMed indexing), and facilitates downstream tasks such as
relation extraction and question answering.
      </p>
      <p>While early BEL research has made significant progress in English-only settings with flat
(nonoverlapping) mentions, real-world biomedical documents often exhibit nested entities and appear in
multiple languages—posing persistent challenges that remain under-addressed.</p>
      <p>
        Nested mentions—where one entity is embedded within or overlaps another—are prevalent in
biomedical literature. For example, in “EGFR exon 19 deletion mutation”, the terms “EGFR” and “exon 19 deletion”
refer to distinct concepts, both requiring normalization. Ignoring nested structures can lead to
incomplete or incorrect linking. Meanwhile, the increasing volume of biomedical text in non-English
CLEF 2025 Working Notes, 9 – 12 September 2025, Madrid, Spain
⋆You can use this document as the template for preparing your publication. We recommend using the latest version of the
ceurart style.
* Corresponding author.
languages highlights the importance of multilingual BEL. Studies have shown that models trained in
English exhibit significant performance drops when applied to languages like Spanish or Russian [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ].
      </p>
      <p>Several technical barriers exacerbate these challenges: (i) the lack of annotated multilingual data,
especially in low-resource biomedical languages; (ii) inconsistencies in concept coverage across
languages in knowledge bases; and (iii) the inherent ambiguity and granularity of biomedical terminology.
Existing EL pipelines are typically not equipped to handle these complexities simultaneously.</p>
      <p>
        In this paper, we propose a lightweight, encoder-agnostic pipeline for multilingual, nested biomedical
EL. Our method introduces three key enhancements: (i) a two-stage retrieval-ranking strategy that
leverages the same base encoder model, where the retrieval stage utilizes the original pre-trained model
and the ranking stage benefits from contrastive learning training; (ii) boundary cue tagging, using
learnable tokens ([Ms] / [Me]) to explicitly encode span boundaries, enabling robust modeling of nested
mentions; and (iii) dataset augmentation by incorporating additional complementary data sources,
enriching training coverage without requiring manual annotation. Our approach maintains the original
EL model architecture while significantly improving robustness across languages and nested spans. It
can be seamlessly integrated with several biomedical encoders (e.g., BioLinkBERT [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], SapBERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ])
and adapted to multilingual scenarios with minimal overhead.
      </p>
      <p>
        Our system achieved third place in the BioNNE-L 2025 multilingual track [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], demonstrating that our
proposed techniques—two-stage retrieval ranking, boundary cue tagging, and data augmentation—are
not only lightweight and efective but also highly generalizable. They can be seamlessly applied to a
variety of base encoders and readily integrated into multilingual biomedical EL systems. This highlights
the practical value of our approach for building robust, scalable solutions to cross-lingual entity linking
tasks.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Task Overview</title>
      <p>
        To further advance research in biomedical entity linking, BioASQ 2025 [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] holds a task, BioNNE-L [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]:
Nested NER in Russian and English. The BioNNE-L shared task focuses on NLP challenges in entity
linking, also known as medical concept normalization (MCN), for English and Russian languages. The
goal is to map biomedical entity mentions to a comprehensive set of medical concept names and their
concept unique identifiers ( Cuis) from the UMLS. The train, dev, and test datasets include mentions of
disorders, anatomical structures, and chemicals, all mapped to concepts from the UMLS. The BioNNE-L
task utilizes the MCN annotation of the NEREL-BIO dataset [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ], which provides annotated mentions of
disorders, anatomical structures, chemicals, diagnostic procedures, and biological functions.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Related Work</title>
      <p>
        Multilingual Biomedical Entity Linking. Multilingual BEL is an increasingly important research
direction due to the global nature of biomedical literature. Traditional approaches often rely on
translation to English prior to linking, but this can introduce noise and domain mismatch [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. To
overcome these limitations, recent work has focused on cross-lingual encoders and alignment techniques.
SapBERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] uses self-alignment pretraining with UMLS synonym pairs across languages to learn
language-agnostic biomedical embeddings. Guven and Lamurias [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] study bi-encoder models on English
and Spanish corpora and highlight persistent performance gaps on non-English datasets.
Nested Mention Normalization. Nested named entities are a known challenge for EL systems.
Standard EL models often assume flat mention boundaries and can not resolve overlapping entities. The
MCN dataset [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] extends entity linking to nested mentions in both English and Russian, providing a
valuable benchmark. However, few EL systems explicitly model nested mentions. Some recent work, such as
Con2GEN [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] addresses multilingual biomedical entity linking using a generation-based approach with
predefined prompts, efectively capturing dependencies between mentions and concepts. However, such
generative methods may involve increased model complexity and computational resources compared
to discriminative approaches.
      </p>
      <p>
        Contrastive and Graph-Based Learning. Contrastive learning has proven efective for biomedical
EL, particularly in bi-encoder architectures. GEBERT [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] combines a Transformer with a graph neural
encoder over the UMLS knowledge graph. It aligns graph node embeddings with textual descriptions
through node-text contrastive learning. BERGAMOT [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] extends this with multiple contrastive losses
and multilingual pretraining, improving generalization across languages and domains. SapBERT [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
trains with an InfoNCE loss to align mention and concept representations. BERGAMOT [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] extends this
with multilingual graph-based contrastive learning, incorporating ontology structure. Con2GEN [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]
instead adopts a controllable generation strategy to bridge mention-concept alignment using
crosslingual templates. While these methods demonstrate strong results, they often require complex training
setups or extensive graph preprocessing.
      </p>
      <p>
        Large Language Models. LLMs like ChatGPT and GPT-4 have been tested on biomedical entity
link tasks [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. While flexible, they often underperform domain-specific fine-tuned models in complex
scenarios [14]. Instruction tuning and prompt engineering have been explored to close this gap [15],
but performance is still limited without task-specific adaptation.
      </p>
      <p>Our Contribution. In contrast to prior work, our method is eficient and explicitly designed for both
multilinguality and nesting. It requires no architectural change to the encoder and is compatible with
any transformer-based biomedical model. Our use of span boundary cues provides strong supervision
for nested and cross-lingual linking, while dataset augmentation further improves accuracy.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Method</title>
      <p>Our approach follows a two-stage paradigm: (i) dense retrieval to obtain a small set of plausible concepts
for each mention, and (ii) cross–encoder ranking to pick the best concept. Although the backbone
encoder may vary, the surrounding pipeline remains unchanged and is illustrated in Figure 2.</p>
      <sec id="sec-4-1">
        <title>4.1. Formal Definition</title>
        <p>Let  = { 1, . . . , || } be a biomedical knowledge base whose entries are represented by canonical
names and concept unique identifiers ( Cuis). Given a document  written in language ℓ ∈ {en, ru}
that contains a set of (possibly nested) entities mentioned in ℳ() = { 1, . . . ,  }, The goal is to
ifnd a mapping
Φ : ( , , ℓ) →−
⋆ ∈ ,
1 ≤  ≤ ,
where ⋆ denotes the concept that is semantically equivalent to the surface form of  in its context.</p>
        <p>We factor Φ into two components:</p>
        <p>Retrieval: ret(, , ℓ) →−</p>
        <p>= ⟨︀ 1 , . . . , ⟩︀ ,
Rank: rank︀( , , , ℓ)︀ →−
ˆ ∈ ,
(1)
(2)
where  ≪ ||
(we use  = 10). Let ⋆ be the gold concept for mention . We report:</p>
        <p>Acc@1 = 1 ∑︁ 1[︀ ˆ = ⋆ ]︀ , Acc@ = 1 ∑︁ 1[︀ ⋆ ∈ Top-(ˆ)︀] ,  ∈ {5, 10},
 =1  =1
where ˆ is the ranker–sorted list of the  retrieval candidates for the -th mention. Thus, the rank
stage simply re-orders the 10 candidates returned by the retrieval stage, and we evaluate whether the
gold concept appears within the first  positions.</p>
      </sec>
      <sec id="sec-4-2">
        <title>4.2. Framework</title>
        <p>
          Retrieval stage. We experiment with five publicly available biomedical encoders, including
BioLinkBERT [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ] and BiomedBERT [16]( abstract/fulltext, bert-base-uncased). For every mention, we
wrap its span with our boundary cues [Ms] and [Me], encode the sequence, and compute a cosine
similarity to all concept representations in .1
1Concept vectors are pre-computed once per encoder.
        </p>
        <p>Rank stage. After the retrieval stage, we need to rank the Cuis. In particular, we build our ranking
model without extra model modification. It is eficient to train the rank model with the retrieval model.
We use two types of architecture to feed k candidates from the retrieval stage:
1. Listwise (LTR) (Figure 2 a): the  candidates ⟨1 . . . ⟩ are concatenated after the [SEP] token;</p>
        <p>One forward pass yields  logits z ∈ R trained with a listwise soft margin loss.
2. Contrastive Learning (CL) (Figure 2 b): Each candidate is paired with the mention context and
processed independently; every pass produces a binary score  ∈ R optimized by cross-entropy.</p>
        <p>Since the LTR scheme processes all  candidates in a single forward pass, while the CL scheme handles
only one candidate per pass, the CL scheme inherently requires  times more computation during
both training and inference. Despite costing  times more computation, the CL scheme eliminates
cross-candidate interference. Obviously, each forward pass evaluates a single candidate against the
mention context, reducing the problem to an independent binary decision that the model can learn
more easily.</p>
      </sec>
      <sec id="sec-4-3">
        <title>4.3. Data Augmentation.</title>
        <p>
          Considering the limit of the training set, we also add additional dataset for the RU and BI tracks,
including MedMentions [17], a manually annotated resource for the recognition of English biomedical
concepts, and MCN [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], a novel dataset for nested entity linking in Russian. We reformat these two
datasets to suit the competition and only keep the three entity types: (i) Disease (DISO), (ii) Chemical
(CHEM), (iii) Anatomy (ANATOMY).
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>5. Experiment</title>
      <p>Datasets. We follow the oficial BioNNE 2025 split: the train set with extra dataset is for training the
model, the development set is used for model selection; the evaluation set is kept blind for final ranking.
We set the retrieval numbers to  = 10. The base dataset of this task is NEREL-BIO [18].
Metrics. For retrieval we report Acc@; for ranking we use the cross-validated Acc@1 (CV Acc) on
the development folds. Final leaderboard numbers are the organisers’ Acc@1 on the hidden evaluation
set.</p>
      <sec id="sec-5-1">
        <title>5.1. Retrieve Stage</title>
      </sec>
      <sec id="sec-5-2">
        <title>5.2. Rank Stage</title>
        <p>For the ranking phase we keep the best retriever for each track: SapBERT–PubMedBERT
(meantoken) for English, and SapBERT–UMLS–XLMR (large) for both the Russian and Bilingual tracks.</p>
        <p>Table 2 analyses two cross-encoder architectures on the English dev set. The Listwise, although
computationally cheap (one forward pass), plateaus at 0.5918 CV Acc. Switching to the CL design—i.e.
an independent binary decision per candidate—raises accuracy to 0.6604 when additional MedMentions
are used. We attribute the gain to two factors: (i) candidates no longer compete inside the softmax,
Russian (RU) dev set
SapBERT-UMLS-XLMR (base)
SapBERT-UMLS-XLMR (large)
Bilingual (BI) dev set
SapBERT-UMLS-XLMR (base)</p>
        <p>SapBERT-UMLS-XLMR (large)
thus reducing interference, and (ii) the binary objective is simpler, allowing the model to specialise on
ifne-grained lexical cues.</p>
        <p>Bilingual results in Table 3 confirm the trend. Incorporating MedMentions and the MCN dataset adds
a further 0.7–2.4 pp on Russian and bilingual tracks, but English still benefits the most ( +6.9 pp).</p>
        <p>Lang CV(Acc) Approach</p>
        <p>EN
EN
RU
RU
5.3. Final result</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>6. Ablation Study</title>
      <sec id="sec-6-1">
        <title>6.1. Boundary Cues</title>
        <p>To assess the contribution of boundary cues, we also perform an ablation study Table 5 on boundary
cues, known as special tokens [Ms] and [Me], which indicate the start and end of the target entity. The
improvement is most pronounced on the Russian (RU) track, where the Acc@1 increases by 6.60%. We
attribute this to the richer morphology of Russian: the explicit [Ms] / [Me] markers help the model to
delineate entity spans that may otherwise be obscured by inflectional endings. For the English (EN) and
the Bilingual (BI) setting, the gains are more modest 1.20% and 1.24%, respectively - but still positive,
confirming that boundary information remains beneficial even in languages with a relatively simpler
morphology.</p>
        <p>Lang w/ [Ms] and [Me] w/o [Ms] and [Me]</p>
        <p>Gain
EN
RU
BI</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>7. Conclusion</title>
      <p>We present a simple yet efective two–stage pipeline for the BioNNE 2025 Bilingual Nested Entity
Linking task. Keeping the base encoder untouched, we obtained competitive performance by addressing
three task-specific bottlenecks: (i) explicit mention boundary cues ( [Ms]/[Me]) indicating the position
of mention, (ii) eficient rank architecture design for ranking mention and (iii) data augmentation with
MedMentions / MCN boosting the final result. On the oficial leaderboard our system ranks 3rd in BI
track, with Acc@1 of 0.637 (BI), while training on a single Nvidia 3090.</p>
    </sec>
    <sec id="sec-8">
      <title>8. Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used ChatGPT and Grammarly, to: Grammar and
spelling check, paraphrase, and minor translation. After using these tools, the authors reviewed and
edited the content as needed and assume full responsibility for the content of the publication.
[14] Q. Chen, Y. Hu, X. Peng, Q. Xie, Q. Jin, A. Gilson, M. B. Singer, X. Ai, P.-T. Lai, Z. Wang, V. K. Keloth,
K. Raja, J. Huang, H. He, F. Lin, J. Du, R. Zhang, W. J. Zheng, R. A. Adelman, Z. Lu, H. Xu,
Benchmarking large language models for biomedical natural language processing applications and
recommendations, Nature Communications 16 (2025) 3280. doi:10.1038/s41467-025-56989-2.
[15] Y. Ding, Q. Zeng, T. Weninger, ChatEL: Entity linking with chatbots, in: Proceedings of the
2024 Joint International Conference on Computational Linguistics, Language Resources and
Evaluation (LREC-COLING 2024), ELRA and ICCL, Torino, Italia, 2024, pp. 3086–3097. URL:
https://aclanthology.org/2024.lrec-main.275/.
[16] Y. Gu, R. Tinn, H. Cheng, M. Lucas, N. Usuyama, X. Liu, T. Naumann, J. Gao, H. Poon,
Domain-specific language model pretraining for biomedical natural language processing, 2020.
arXiv:arXiv:2007.15779.
[17] S. Mohan, D. Li, Medmentions: A large biomedical corpus annotated with umls concepts, 2019.</p>
      <p>URL: https://arxiv.org/abs/1902.09476. arXiv:1902.09476.
[18] N. Loukachevitch, A. Sakhovskiy, E. Tutubalina, Biomedical concept normalization over nested
entities with partial UMLS terminology in Russian, in: Proceedings of the 2024 Joint International
Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING
2024), ELRA and ICCL, Torino, Italia, 2024, pp. 2383–2389. URL: https://aclanthology.org/2024.
lrec-main.213/.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>E.</given-names>
            <surname>French</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B. T.</given-names>
            <surname>McInnes</surname>
          </string-name>
          ,
          <article-title>An overview of biomedical entity linking throughout the years</article-title>
          ,
          <source>Journal of biomedical informatics 137</source>
          (
          <year>2023</year>
          )
          <fpage>104252</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Garda</surname>
          </string-name>
          , U. Leser, Belhd:
          <article-title>Improving biomedical entity linking with homonym disambiguation</article-title>
          ,
          <source>Bioinformatics</source>
          <volume>39</volume>
          (
          <year>2023</year>
          )
          <article-title>btad698</article-title>
          . doi:
          <volume>10</volume>
          .1093/bioinformatics/btad698.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Z. A.</given-names>
            <surname>Guven</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lamurias</surname>
          </string-name>
          ,
          <article-title>Multilingual bi-encoder models for biomedical entity linking</article-title>
          ,
          <source>Expert Systems</source>
          <volume>40</volume>
          (
          <year>2023</year>
          )
          <article-title>e13388</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Vulić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Korhonen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Collier</surname>
          </string-name>
          ,
          <article-title>Learning domain-specialised representations for crosslingual biomedical entity linking</article-title>
          ,
          <source>arXiv preprint arXiv:2105.14398</source>
          (
          <year>2021</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>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Liang</surname>
          </string-name>
          ,
          <article-title>Linkbert: Pretraining language models with document links, in: Association for Computational Linguistics (ACL</article-title>
          ),
          <year>2022</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Shareghi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Meng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Basaldella</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Collier</surname>
          </string-name>
          ,
          <article-title>Self-alignment pretraining for biomedical entity representations</article-title>
          ,
          <source>in: Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>4228</fpage>
          -
          <lpage>4238</lpage>
          . URL: https://aclanthology.org/
          <year>2021</year>
          .naacl-main.
          <volume>334</volume>
          /.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sakhovskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Loukachevitch</surname>
          </string-name>
          , E. Tutubalina,
          <article-title>Overview of the BioASQ BioNNE-L Task on Biomedical Nested Entity Linking in CLEF 2025</article-title>
          , in: G. Faggioli,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Rosso</surname>
          </string-name>
          , D. Spina (Eds.),
          <source>CLEF 2025 Working Notes</source>
          ,
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <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>M.</given-names>
            <surname>Krallinger</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Rodríguez-Ortega</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Rodriguez-López</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Loukachevitch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sakhovskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Tutubalina</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dimitriadis</surname>
          </string-name>
          , G. Tsoumakas,
          <string-name>
            <given-names>G.</given-names>
            <surname>Giannakoulas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bekiaridou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Samaras</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Di Nunzio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Ferro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Marchesin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Martinelli</surname>
          </string-name>
          , G. Silvello, G. Paliouras,
          <source>Overview of BioASQ</source>
          <year>2025</year>
          :
          <article-title>The thirteenth BioASQ challenge on large-scale biomedical semantic indexing and question answering</article-title>
          , in: J.
          <string-name>
            <surname>Carrillo-de Albornoz</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Gonzalo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          <string-name>
            <surname>Plaza</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>García Seco de Herrera</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Mothe</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          <string-name>
            <surname>Piroi</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          <string-name>
            <surname>Rosso</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          <string-name>
            <surname>Spina</surname>
          </string-name>
          , G. Faggioli, N. Ferro (Eds.),
          <source>Experimental IR Meets Multilinguality, Multimodality, and Interaction. Proceedings of the Sixteenth International Conference of the CLEF Association (CLEF</source>
          <year>2025</year>
          ),
          <year>2025</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>N.</given-names>
            <surname>Loukachevitch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Manandhar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Baral</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Rozhkov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Braslavski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Ivanov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Batura</surname>
          </string-name>
          , E. Tutubalina,
          <article-title>NEREL-BIO: A Dataset of Biomedical Abstracts Annotated with Nested Named Entities</article-title>
          ,
          <string-name>
            <surname>Bioinformatics</surname>
          </string-name>
          (
          <year>2023</year>
          ). doi:
          <volume>10</volume>
          .1093/bioinformatics/btad161,
          <fpage>btad161</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Mu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Xiang</surname>
          </string-name>
          ,
          <article-title>Controllable contrastive generation for multilingual biomedical entity linking</article-title>
          ,
          <source>in: Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>5742</fpage>
          -
          <lpage>5753</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sakhovskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Semenova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kadurin</surname>
          </string-name>
          , E. Tutubalina,
          <article-title>Graph-enriched biomedical entity representation transformer</article-title>
          ,
          <source>in: International Conference of the Cross-Language Evaluation Forum for European Languages</source>
          , Springer,
          <year>2023</year>
          , pp.
          <fpage>109</fpage>
          -
          <lpage>120</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sakhovskiy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Semenova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kadurin</surname>
          </string-name>
          , E. Tutubalina,
          <article-title>Biomedical entity representation with graph-augmented multi-objective transformer</article-title>
          ,
          <source>in: Findings of the Association for Computational Linguistics: NAACL</source>
          <year>2024</year>
          ,
          <year>2024</year>
          , pp.
          <fpage>4626</fpage>
          -
          <lpage>4643</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>I.</given-names>
            <surname>Jahan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. T. R.</given-names>
            <surname>Laskar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Huang</surname>
          </string-name>
          ,
          <article-title>Evaluation of ChatGPT on biomedical tasks: A zero-shot comparison with fine-tuned generative transformers</article-title>
          , in: D.
          <string-name>
            <surname>Demner-Fushman</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Ananiadou</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          Cohen (Eds.),
          <source>Proceedings of the 22nd Workshop on Biomedical Natural Language Processing and BioNLP Shared Tasks, Association for Computational Linguistics</source>
          , Toronto, Canada,
          <year>2023</year>
          , pp.
          <fpage>326</fpage>
          -
          <lpage>336</lpage>
          . URL: https://aclanthology.org/
          <year>2023</year>
          .bionlp-
          <volume>1</volume>
          .30/. doi:
          <volume>10</volume>
          .18653/v1/
          <year>2023</year>
          .bionlp-
          <volume>1</volume>
          .
          <fpage>30</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>