Leveraging Large Language Models for Rare Disease Named Entity Recognition
By: Nan Miles Xi, Yu Deng, Lin Wang
Potential Business Impact:
Helps computers find rare disease info faster.
Named Entity Recognition (NER) in the rare disease domain poses unique challenges due to limited labeled data, semantic ambiguity between entity types, and long-tail distributions. In this study, we evaluate the capabilities of GPT-4o for rare disease NER under low-resource settings, using a range of prompt-based strategies including zero-shot prompting, few-shot in-context learning, retrieval-augmented generation (RAG), and task-level fine-tuning. We design a structured prompting framework that encodes domain-specific knowledge and disambiguation rules for four entity types. We further introduce two semantically guided few-shot example selection methods to improve in-context performance while reducing labeling effort. Experiments on the RareDis Corpus show that GPT-4o achieves competitive or superior performance compared to BioClinicalBERT, with task-level fine-tuning yielding new state-of-the-art (SOTA) results. Cost-performance analysis reveals that few-shot prompting delivers high returns at low token budgets, while RAG offers marginal additional benefit. An error taxonomy highlights common failure modes such as boundary drift and type confusion, suggesting opportunities for post-processing and hybrid refinement. Our results demonstrate that prompt-optimized LLMs can serve as effective, scalable alternatives to traditional supervised models in biomedical NER, particularly in rare disease applications where annotated data is scarce.
Similar Papers
Retrieval augmented generation based dynamic prompting for few-shot biomedical named entity recognition using large language models
Computation and Language
Helps computers understand medical notes better.
LLM-based Prompt Ensemble for Reliable Medical Entity Recognition from EHRs
Artificial Intelligence
Helps doctors find important patient info faster.
Zero-Shot Document-Level Biomedical Relation Extraction via Scenario-based Prompt Design in Two-Stage with LLM
Neural and Evolutionary Computing
Helps computers find health facts without human work.