SIEMENS at #SMM4H–HeaRD 2026: The Impact of Training Strategy and Backbone Selection on BERT-based Multilingual Clinical NER

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

Summary

SIEMENS participated in the MultiClinNER subtask of the MultiClinAI shared task at the #SMM4H-HeaRD Workshop at ACL 2026. This task involved identifying DISEASE, SYMPTOM, and PROCEDURE mentions in clinical case reports across seven languages: Czech, Dutch, English, Italian, Romanian, Spanish, and Swedish. Researchers compared two BERT-based sequence labeling methods: sentence-level token classification with a fixed train/validation split, and paragraph-level chunking with 5-fold cross-validation and checkpoint merging. They utilized both language-specific BERT models and the multilingual XLM-RoBERTa-large as backbones. The study found that the 5-fold training strategy with checkpoint merging consistently outperformed the fixed split, primarily due to improved training-set coverage. Language-specific BERT encoders were most effective for Spanish and English, while XLM-RoBERTa-large achieved the strongest results for the other five languages via cross-lingual transfer.

Key takeaway

For NLP Engineers developing multilingual clinical Named Entity Recognition (NER) systems, you should prioritize training strategies that maximize data exposure. Implement 5-fold cross-validation with checkpoint merging to improve model robustness and performance, as this approach significantly enhances training-set coverage. Strategically select your backbone: use language-specific BERT for high-resource languages like Spanish and English, and consider XLM-RoBERTa-large for effective cross-lingual transfer in other languages.

Key insights

5-fold training with checkpoint merging and strategic backbone selection significantly improves multilingual clinical NER.

Principles

Method

Compared sentence-level token classification with fixed split against paragraph-level chunking using 5-fold cross-validation and checkpoint merging for BERT-based sequence labeling.

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.