English

Biomedical Entity Linking as Multiple Choice Question Answering

Computation and Language 2024-05-20 v2 Artificial Intelligence Machine Learning

Abstract

Although biomedical entity linking (BioEL) has made significant progress with pre-trained language models, challenges still exist for fine-grained and long-tailed entities. To address these challenges, we present BioELQA, a novel model that treats Biomedical Entity Linking as Multiple Choice Question Answering. BioELQA first obtains candidate entities with a fast retriever, jointly presents the mention and candidate entities to a generator, and then outputs the predicted symbol associated with its chosen entity. This formulation enables explicit comparison of different candidate entities, thus capturing fine-grained interactions between mentions and entities, as well as among entities themselves. To improve generalization for long-tailed entities, we retrieve similar labeled training instances as clues and concatenate the input with retrieved instances for the generator. Extensive experimental results show that BioELQA outperforms state-of-the-art baselines on several datasets.

Keywords

Cite

@article{arxiv.2402.15189,
  title  = {Biomedical Entity Linking as Multiple Choice Question Answering},
  author = {Zhenxi Lin and Ziheng Zhang and Xian Wu and Yefeng Zheng},
  journal= {arXiv preprint arXiv:2402.15189},
  year   = {2024}
}

Comments

Accepted by COLING 2024

R2 v1 2026-06-28T14:58:08.540Z