Use LLMs to synthesize context examples and cut expert annotation by ~40–60% for biomedical entity linking

January 27, 20268 min

Overview

Decision SnapshotNeeds Validation

The method shows consistent benchmark gains and meaningful annotation reduction, but needs human data in the loop and substantial GPU memory for the best models; judge-based evaluation is promising but conservative.

Citations0

Evidence Strength0.80

Confidence0.85

Risk Signals11

Trust Signals

Findings with numeric evidence: 5/5

Findings with evidence refs: 5/5

Results with explicit delta: 6/6

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 75%

Production readiness: 60%

Novelty: 70%

Authors

Adam Remaki, Christel Gérardin, Eulàlia Farré-Maduell, Martin Krallinger, Xavier Tannier

Links

Abstract / PDF / Code / Data

Why It Matters For Business

SynCABEL cuts expert labeling needs by roughly half on evaluated biomedical linking tasks, letting teams scale coverage and speed up deployment while keeping or improving accuracy.

Who Should Care

Summary TLDR

SynCABEL generates context-rich synthetic training examples with an LLM for every candidate concept in a knowledge base, mixes them with human annotations (oversampling human examples), and fine-tunes decoder-only models with guided inference. This approach improves Recall@1 across English, French and Spanish biomedical entity-linking benchmarks, raises clinically valid predictions when judged by an LLM, and reaches full-data performance using substantially less human annotation (about 40–60% depending on dataset). Code, models, and synthetic datasets are released.

Problem Statement

Biomedical entity linking (mapping text spans to KB concepts) needs context to resolve ambiguous terms, but expert-annotated training data are scarce. The paper asks: can we use LLMs to synthesize realistic, context-aware training examples for many KB concepts to reduce manual annotation while keeping or improving linking accuracy?

Main Contribution

SynCABEL: a prompt-driven pipeline that uses an LLM to generate contextualized examples for candidate concepts and combines them with human data for training.

First large-scale multilingual synthetic BEL datasets in English (SynthMM), French (SynthQUAERO), and Spanish (SynthSPACCC) released with prompts and examples.

Key Findings

SynCABEL + Llama-3-8B achieves highest Recall@1 across four benchmarks.

NumbersMM 75.4%, QUAERO-Med 79.7%, QUAERO-EMEA 79.0%, SPACCC 67.0%

Practical UseTrain a decoder-only model with SynCABEL to improve overall linking accuracy across English, French and Spanish datasets.

Evidence RefTable 3

SynCABEL reduces needed human annotation to reach full-data performance.

Numbersmatches full-data with 60% of human labels on MM and SPACCC; 40% on QUAERO

Practical UseYou can cut expert labeling by roughly half and retain top performance; prioritize synthetic augmentation when labeling budgets are tight.

Evidence RefFigure 5; Section 5.2

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Recall@1 (MM-ST21pv)75.4%74.4% (Llama-3-8B w/o SynCABEL)+1.0ppMM-ST21pvTable 3; Table 7Table 3, Table 7
Recall@1 (QUAERO-MEDLINE)79.7%77.5% (Llama-3-8B w/o SynCABEL)+2.2ppQUAERO-MEDLINETable 3; Table 7Table 3, Table 7

What To Try In 7 Days

Generate a small synthetic set for high-priority concepts using structured prompts and your KB definitions.

Fine-tune a compact decoder-only model (e.g., Llama-3-8B) with interleaved human + synthetic training, oversampling human examples 1:1.

Apply guided inference (trie-based) at decode time to enforce valid ontology outputs and reduce invalid strings.

Optimization Features

System Optimization
Candidate trie reduces candidate index size versus dense indexes
Training Optimization
Interleaved training with human oversampling (one human per synthetic instance)Adaptive concept representation using TF-IDF to select best synonym
Inference Optimization
Guided inference with trie to restrict token decoding and enforce valid KB synonyms

Reproducibility

Code AvailableYes
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Code URLs

HuggingFace Datasets & Models (as stated in paper)GitHub Repository (as stated in paper)

Data URLs

HuggingFace Datasets & Models (as stated in paper)

Risks & Boundaries

Limitations

For MM and QUAERO, generation was restricted to concepts with definitions, limiting coverage compared to full KB.

Synthetic-only training underperforms; human annotations remain essential for best performance.

When Not To Use

If you have zero human annotations and need production-grade accuracy—synthetic-only models underperform.

When GPU memory is severely limited (cannot host large decoder-only models).

Failure Modes

Hallucinated or context-mismatched synthetic sentences that misrepresent rare concepts.

Remaining large gap on unseen concepts—synthetic data reduces but does not close the gap.

Core Entities

Models

Llama-3-8BLlama-3-70BmBART-largeSapBERTCODER-allArboELGPT-5.2

Metrics

Recall@1Exact matchingLLM-judge 'Correct/Broad/Narrow/No relation'Precision/Recall/F1 at confidence threshold

Datasets

MM-ST21pv (MedMentions)QUAERO (MEDLINE, EMEA)SPACCCSynthMMSynthQUAEROSynthSPACCC

Benchmarks

MedMentions-ST21pvQUAERO-MEDLINEQUAERO-EMEASPACCC