English

A Unified Biomedical Named Entity Recognition Framework with Large Language Models

Computation and Language 2025-10-13 v1 Artificial Intelligence

Abstract

Accurate recognition of biomedical named entities is critical for medical information extraction and knowledge discovery. However, existing methods often struggle with nested entities, entity boundary ambiguity, and cross-lingual generalization. In this paper, we propose a unified Biomedical Named Entity Recognition (BioNER) framework based on Large Language Models (LLMs). We first reformulate BioNER as a text generation task and design a symbolic tagging strategy to jointly handle both flat and nested entities with explicit boundary annotation. To enhance multilingual and multi-task generalization, we perform bilingual joint fine-tuning across multiple Chinese and English datasets. Additionally, we introduce a contrastive learning-based entity selector that filters incorrect or spurious predictions by leveraging boundary-sensitive positive and negative samples. Experimental results on four benchmark datasets and two unseen corpora show that our method achieves state-of-the-art performance and robust zero-shot generalization across languages. The source codes are freely available at https://github.com/dreamer-tx/LLMNER.

Keywords

Cite

@article{arxiv.2510.08902,
  title  = {A Unified Biomedical Named Entity Recognition Framework with Large Language Models},
  author = {Tengxiao Lv and Ling Luo and Juntao Li and Yanhua Wang and Yuchen Pan and Chao Liu and Yanan Wang and Yan Jiang and Huiyi Lv and Yuanyuan Sun and Jian Wang and Hongfei Lin},
  journal= {arXiv preprint arXiv:2510.08902},
  year   = {2025}
}

Comments

Accepted as a short paper at BIBM2025

R2 v1 2026-07-01T06:28:27.894Z