English

Supervised Fine-Tuning or In-Context Learning? Evaluating LLMs for Clinical NER

Computation and Language 2025-10-28 v1 Artificial Intelligence

Abstract

We study clinical Named Entity Recognition (NER) on the CADEC corpus and compare three families of approaches: (i) BERT-style encoders (BERT Base, BioClinicalBERT, RoBERTa-large), (ii) GPT-4o used with few-shot in-context learning (ICL) under simple vs.\ complex prompts, and (iii) GPT-4o with supervised fine-tuning (SFT). All models are evaluated on standard NER metrics over CADEC's five entity types (ADR, Drug, Disease, Symptom, Finding). RoBERTa-large and BioClinicalBERT offer limited improvements over BERT Base, showing the limit of these family of models. Among LLM settings, simple ICL outperforms a longer, instruction-heavy prompt, and SFT achieves the strongest overall performance (F1 \approx 87.1%), albeit with higher cost. We find that the LLM achieve higher accuracy on simplified tasks, restricting classification to two labels.

Keywords

Cite

@article{arxiv.2510.22285,
  title  = {Supervised Fine-Tuning or In-Context Learning? Evaluating LLMs for Clinical NER},
  author = {Andrei Baroian},
  journal= {arXiv preprint arXiv:2510.22285},
  year   = {2025}
}

Comments

Work done in November - December 2024

R2 v1 2026-07-01T07:05:35.272Z