Table of Contents
Fetching ...

VANER: Leveraging Large Language Model for Versatile and Adaptive Biomedical Named Entity Recognition

Junyi Biana, Weiqi Zhai, Xiaodi Huang, Jiaxuan Zheng, Shanfeng Zhu

TL;DR

VANER addresses the limited generalization of traditional BioNER by combining instruction-tuned LLM reasoning with sequence-labeling to extract diverse biomedical entities. Built on the open-source LLaMA2, VANER uses multi-dataset instruction tuning and a Dense Bioentities Recognition (DBR) component that leverages external knowledge bases to densely recognize curated entities, all while remaining parameter-efficient via LoRA. Across eight datasets spanning genes, species, chemicals, and diseases, VANER achieves state-of-the-art or near-state-of-the-art F1 on several benchmarks and demonstrates notable adaptability to unseen data, such as the CRAFT dataset. The work demonstrates a practical path to harness open LLMs for versatile and adaptive biomedical NER, informing future directions that scale with more data and stronger models.

Abstract

Prevalent solution for BioNER involves using representation learning techniques coupled with sequence labeling. However, such methods are inherently task-specific, demonstrate poor generalizability, and often require dedicated model for each dataset. To leverage the versatile capabilities of recently remarkable large language models (LLMs), several endeavors have explored generative approaches to entity extraction. Yet, these approaches often fall short of the effectiveness of previouly sequence labeling approaches. In this paper, we utilize the open-sourced LLM LLaMA2 as the backbone model, and design specific instructions to distinguish between different types of entities and datasets. By combining the LLM's understanding of instructions with sequence labeling techniques, we use mix of datasets to train a model capable of extracting various types of entities. Given that the backbone LLMs lacks specialized medical knowledge, we also integrate external entity knowledge bases and employ instruction tuning to compel the model to densely recognize carefully curated entities. Our model VANER, trained with a small partition of parameters, significantly outperforms previous LLMs-based models and, for the first time, as a model based on LLM, surpasses the majority of conventional state-of-the-art BioNER systems, achieving the highest F1 scores across three datasets.

VANER: Leveraging Large Language Model for Versatile and Adaptive Biomedical Named Entity Recognition

TL;DR

VANER addresses the limited generalization of traditional BioNER by combining instruction-tuned LLM reasoning with sequence-labeling to extract diverse biomedical entities. Built on the open-source LLaMA2, VANER uses multi-dataset instruction tuning and a Dense Bioentities Recognition (DBR) component that leverages external knowledge bases to densely recognize curated entities, all while remaining parameter-efficient via LoRA. Across eight datasets spanning genes, species, chemicals, and diseases, VANER achieves state-of-the-art or near-state-of-the-art F1 on several benchmarks and demonstrates notable adaptability to unseen data, such as the CRAFT dataset. The work demonstrates a practical path to harness open LLMs for versatile and adaptive biomedical NER, informing future directions that scale with more data and stronger models.

Abstract

Prevalent solution for BioNER involves using representation learning techniques coupled with sequence labeling. However, such methods are inherently task-specific, demonstrate poor generalizability, and often require dedicated model for each dataset. To leverage the versatile capabilities of recently remarkable large language models (LLMs), several endeavors have explored generative approaches to entity extraction. Yet, these approaches often fall short of the effectiveness of previouly sequence labeling approaches. In this paper, we utilize the open-sourced LLM LLaMA2 as the backbone model, and design specific instructions to distinguish between different types of entities and datasets. By combining the LLM's understanding of instructions with sequence labeling techniques, we use mix of datasets to train a model capable of extracting various types of entities. Given that the backbone LLMs lacks specialized medical knowledge, we also integrate external entity knowledge bases and employ instruction tuning to compel the model to densely recognize carefully curated entities. Our model VANER, trained with a small partition of parameters, significantly outperforms previous LLMs-based models and, for the first time, as a model based on LLM, surpasses the majority of conventional state-of-the-art BioNER systems, achieving the highest F1 scores across three datasets.
Paper Structure (33 sections, 4 figures, 4 tables)

This paper contains 33 sections, 4 figures, 4 tables.

Figures (4)

  • Figure 2: Average entities count per sample on different datasets.
  • Figure 3: Average token length of DBR and corresponding input sentence.
  • Figure 4: Varying the use of DBR in VANER training.
  • Figure 5: Cases of VANER and VANER w/o DBR. The green tokens represent the golden entities.