BIT.UA at #SMM4H–HeaRD 2026: Towards Multi-Class Multilingual Clinical Entity Recognition with Multi-Head CRF Ensembles
Summary
The BIT.UA system, developed for the MultiClinNER shared task at #SMM4H–HeaRD 2026, addresses multilingual clinical named entity recognition (NER) across seven languages for Disease, Procedure, and Symptom entity types. This system extends the Multi-Head CRF architecture, originally for Spanish clinical text, to a multilingual context. It incorporates an adaptive text consolidation pipeline, which preserves over 94% of annotations, enabling joint multi-entity training despite dataset variations. A key finding is that a single "xlm-roberta-large" model, jointly trained on all seven languages and three entity types, achieved competition rank 2 for five of seven languages. This model surpassed dedicated monolingual models by up to +6.94 F1 points while using only one set of weights. Further, ensembling multiple seeds of this model secured rank 1 for those five languages, and its combination with monolingual models achieved rank 1 for the remaining two. The code and models are publicly available.
Key takeaway
For NLP Engineers developing clinical NER systems, consider adopting a multilingual, multi-head CRF approach. Your team can achieve superior performance across diverse languages and entity types, potentially reducing model complexity by using a single "xlm-roberta-large" backbone. Explore ensembling techniques and adaptive text consolidation to maximize F1 scores, as demonstrated by the BIT.UA system's rank 1 results. This strategy offers a path to efficient, high-accuracy clinical entity extraction.
Key insights
A single multilingual "xlm-roberta-large" model with Multi-Head CRF ensembles excels in clinical NER across seven languages.
Principles
- Multilingual models can outperform monolingual ones significantly.
- Ensembling model seeds boosts performance and robustness.
- Adaptive data consolidation supports joint multi-entity training.
Method
The system extends Multi-Head CRF to multilingual NER, using an adaptive text consolidation pipeline for joint training. It employs a single "xlm-roberta-large" model, then ensembles its seeds and combines with monolingual models for optimal performance.
In practice
- Use "xlm-roberta-large" for multilingual clinical NER.
- Implement Multi-Head CRF for multi-class entity recognition.
- Explore model ensembling for F1 score improvements.
Topics
- Multi-Head CRF
- Clinical Named Entity Recognition
- Multilingual NLP
- xlm-roberta-large
- Model Ensembling
- MultiClinNER Shared Task
Code references
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.