What problem does it solve?
This Skill evaluates clinical and biomedical named entity recognition models against a user-supplied gold corpus, revealing whether predictions are accurate and where entity boundaries, labels, precision, or recall fail.
Core Features & Use Cases
- Entity-Level Scoring: Calculate strict exact-span and relaxed overlapping-span precision, recall, and F1 scores.
- Detailed Error Analysis: Break results down by label and generate confusion matrices, false-negative examples, false-positive examples, and label-confusion reports without retaining plaintext PHI.
- Flexible Corpus Support: Work with OpenMed fixture files converted from formats such as CoNLL/BIO or BRAT, including documented handling for label normalization, nested spans, class imbalance, and restricted datasets.
- Use Case: Compare an OpenMed disease-detection model against a licensed clinical gold corpus to determine whether poor performance comes from missed entities, spurious predictions, incorrect labels, or boundary mismatches.
Quick Start
Use the benchmarking clinical NER skill to score the specified OpenMed model against my gold fixture corpus and report strict and relaxed span F1 with per-label error analysis.