ACL 2025short0 citations

LLM as Entity Disambiguator for Biomedical Entity-Linking

Christophe Ye, Cassie S. Mitchell

Abstract

Entity linking involves normalizing a mention in medical text to a unique identifier in a knowledge base, such as UMLS or MeSH. Most entity linkers follow a two-stage process: first, a candidate generation step selects high-quality candidates, and then a named entity disambiguation phase determines the best candidate for final linking. This study demonstrates that leveraging a large language model (LLM) as an entity disambiguator significantly enhances entity linking models’ accuracy and recall. Specifically, the LLM disambiguator achieves remarkable improvements when applied to alias-matching entity linking methods. Without any fine-tuning, our approach establishes a new state-of-the-art (SOTA), surpassing previous methods on multiple prevalent biomedical datasets by up to 16 points in accuracy. We released our code on GitHub at https://github.com/ChristopheYe/llm_disambiguator

BibTeX
@inproceedings{ye-mitchell-2025-llm,
    title = "{LLM} as Entity Disambiguator for Biomedical Entity-Linking",
    author = "Ye, Christophe  and
      Mitchell, Cassie S.",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-short.25/",
    doi = "10.18653/v1/2025.acl-short.25",
    pages = "301--312",
    ISBN = "979-8-89176-252-7"
}