This multilingual clinical Named Entity Recognition (NER) model is designed to identify disease, symptom, and clinical procedure mentions in biomedical and clinical text. It is based on xlm-roberta-base and fine-tuned on translated variants of the clinical NER datasets DisTEMIST, SympTEMIST, MedProcNER, and CardioCCC, which consist of clinical case reports with manually annotated mentions of three entity types, following a multi-task learning (MTL) approach and using the BIO tagging scheme for sequence labeling.
The model consists of a shared multilingual encoder and a set of entity-specific token classification heads, each one being responsible for a different task. In this configuration, each classification head is trained on entity-specific data from all supported languages.
Architecture: Multi-task learning (MTL)
Training setup: Multilingual, Multilabel (DISEASE, SYMPTOM, PROCEDURE)
Tasks:disease, symptom, procedure
Supported languages:
Spanish (es)
Italian (it)
Romanian (ro)
English (en)
Dutch (nl)
Swedish (sv)
Czech (cs)
Base model:xlm-roberta-base
Task: Token classification (NER)
Label scheme: BIO
Training Data
The model is trained on multilingual clinical NER data combining DisTEMIST, SympTEMIST, MedProcNER, and CardioCCC across the supported languages. In this MTL set up, each classification head is trained to perform a specific task, which is the detection of mentions of a given entity type in biomedical and clinical texts. For that, each classification head is fine-tuned on entity-specific data from all supported languages.
The training data is provided as part of the MultiClinNER subtask of the MultiClinAI shared task, an initiative as part of the DataTools4Heart (DT4H) project, which provides translated and annotation-projected clinical corpora.
Training and test splits correspond to the MultiClinNER task at the 11th SMM4H-HeaRD Workshop (ACL 2026).
Model loading
This model uses a custom MTL architecture, and therefore cannot be loaded with:
1filename label start_span end_span text
2MultiClinNER-en-test-disease-00019 DISEASE 154 165 myocarditis
⚠ Note: We recommend pre-tokenizing the input text into words, as this matches the training setup. Providing raw text directly may lead to slightly degraded performance.
Limitations and bias
At the time of submission, no formal bias or fairness evaluation has been conducted. We intend to conduct research in these areas in the future, and if completed, this model card will be updated.
Evaluation
Evaluation was conducted using strict (exact match) and character-level metrics on the MultiClinNER test set.