Data
Get the data
The 2026 task data is distributed on the Hugging Face Hub as
OAEI-ML/bio-ml (edition tag
2026). It is publicly available
and downloads without gating (entity IRIs only); the download now also bundles the
NCIT, DOID and FMA ontology files. The self-contained
scoring_kit/ ships separately with the track repository. The only
source not included is SNOMED CT (for the two SNOMED pairs), obtained
separately under an Affiliate Licence or by contacting us for a research-only copy.
⬇ git clone https://github.com/liseda-lab/OAEI-Bio-ML
hf download OAEI-ML/bio-ml --repo-type dataset --revision 2026 --local-dir ./bio-ml
The Hugging Face download holds the per-pair task files and the NCIT, DOID and FMA ontology
files; the self-contained scoring_kit/ (validators and self-scorers)
comes from the track repository, cloned above. SNOMED CT is the only source
you obtain yourself — see the ontologies page for the
licence and how, and the quickstart for the full
walk-through. Track repository: liseda-lab/OAEI-Bio-ML.