Discovery@FI at #SMM4H–HeaRD 2026: Ensemble Character Classifier for Multilingual Clinical NER

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Natural Language Processing · Depth: Expert, short

Summary

Discovery@FI developed a system for multilingual clinical Named Entity Recognition (NER), submitted to the MultiClinNER subtask of MultiClinAI 2026. This system addresses seven languages and three critical entity classes: disease, symptom, and procedure. The approach involves training one binary token classifier ensemble for each entity class, utilizing cross-lingual fine-tuning of XLM-RoBERTa-large, with all languages processed jointly. A key component is character-level ensembling, applied across six models derived from two encoder variants and three cross-validation folds. This ensembling technique enhances the granularity of probability estimates compared to single-model classifiers, enabling more flexible tuning of the precision-recall trade-off. The system demonstrated strong performance, achieving character-level F1 scores ranging from 0.70 to 0.88 on the official test set.

Key takeaway

For NLP Engineers or Research Scientists developing multilingual clinical Named Entity Recognition systems, you should consider implementing character-level ensembling. This method, combined with cross-lingual fine-tuning of models like XLM-RoBERTa-large, provides more granular probability estimates. This allows you to achieve a more flexible precision-recall trade-off, crucial for adapting your models to specific clinical requirements across seven or more languages, ultimately improving system robustness and accuracy.

Key insights

Character-level ensembling on cross-lingually fine-tuned XLM-RoBERTa-large improves multilingual clinical NER precision-recall flexibility.

Principles

Method

Train one binary token classifier ensemble per entity class using cross-lingual fine-tuning of XLM-RoBERTa-large, then apply character-level ensembling over six models.

In practice

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.