blue at SMM4H-HeaRD 2026: Class-Weighted Transformer Ensembles with Structured Decoding and Chain-of-Thought Blending across Six Health NLP Shared Tasks
Summary
Team blue participated in six SMM4H-HeaRD 2026 shared tasks focused on diverse health NLP challenges, including multilingual adverse drug event detection, influenza vaccine effectiveness estimation, patient metadata classification, TNM cancer staging, opioid impact span detection, and multilingual clinical Named Entity Recognition. Despite the varied task types (binary, multi-class, multi-label, sequence-labelling), their systems consistently applied three core design principles: inverse-frequency class weighting for severe data imbalance, multi-seed and/or multi-backbone ensembling to minimize variance, and post-hoc calibration of decision boundaries. Notable results include a micro-F1 of 0.990 on TNM staging (Task 6), 0.872/0.918 on flu vaccination/test classification (Task 3) surpassing the 70B CoT baseline, and an F1 of 0.764 on patient metadata (Task 5). They also achieved competitive F1 scores of 0.580 for ADE detection (Task 1), 0.59 for opioid spans (Task 7), and 0.20–0.41 for multilingual clinical NER (Task 8).
Key takeaway
For NLP Engineers developing healthcare applications, you should integrate robust ensemble strategies to enhance model reliability across varied tasks. Your systems can achieve high performance, even with severe data imbalance, by applying inverse-frequency class weighting and multi-seed/multi-backbone ensembling. Consider post-hoc calibration of decision boundaries to further optimize accuracy, particularly for critical applications like TNM cancer staging or adverse drug event detection. This approach offers a proven framework for tackling complex, heterogeneous health NLP challenges effectively.
Key insights
Class-weighted Transformer ensembles with structured decoding and Chain-of-Thought blending achieve strong performance across six diverse health NLP tasks.
Principles
- Inverse-frequency class weighting addresses severe data imbalance.
- Multi-seed/multi-backbone ensembling reduces model variance.
- Post-hoc calibration refines decision boundaries.
In practice
- Apply inverse-frequency weighting for imbalanced datasets.
- Use multi-seed/multi-backbone ensembling for robustness.
- Calibrate decision boundaries post-training for accuracy.
Topics
- Health NLP
- Transformer Ensembles
- Class Weighting
- Clinical NER
- Cancer Staging
- Data Imbalance
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.