Skip to content
PaperFren

Concept

Biomedical named entity recognition

9 studies1 discoveryEvidence last moved Sep 27, 2026

Biomedical named entity recognition finds and labels mentions of things like genes, proteins, diseases and chemicals in text, usually as the first step before relation extraction. The papers here are benchmark studies spanning hand-engineered CRF systems (2006–2008), CNN/LSTM neural taggers (2017–2019), pretrained transformers and instruction-tuned LLMs.

It shows how a single task evolved across three generations of methods, and teaches why F-scores on these corpora must be read carefully: many 'errors' are disagreements about boundaries and annotation conventions.

Studies

9

Findings

4

10 supporting · 0 challenging · 0 qualifying citations

Open tensions

1

Latest change

Concept page published

Biomedical named entity recognition

Currently

What we know

  1. Progress came in small steps on fixed benchmarks.
  2. Training across datasets is a reliable lever with small data.
  3. Strict F1 partly measures agreement with labelling rules.
  4. Before pretraining, dictionaries carried much of the knowledge.

Largest unresolved question

Whether custom neural architectures still matter once pretrained transformers exist: CLSTM beat GRAM-CNN, but general BERT matched or beat it on genes and cross-corpus transfer, and BioBERT beat plain BERT on every NER dataset.

Common misconceptions

  • A one-point F-score gain means a clearly better system.

    Many gains were under two points with no significance testing (NERBio, CLSTM, BioBERT), and corpora contain inconsistent annotations that cap achievable scores.

  • Adding more datasets to training always helps.

    Multi-task training raised some datasets but lowered one, and the authors found it hard to predict which combinations would help.

Related