Cuet_Data_Wizards at #SMM4H-HeaRD 2026: Multilingual ADE Detection and Influenza Vaccine Effectiveness Estimation from Social Media
Summary
The Cuet_Data_Wizards team developed systems for two #SMM4H-HeaRD 2026 shared tasks, demonstrating robust transformer adaptation for health-related social media classification. For Task 1, multilingual adverse drug event (ADE) detection, they fine-tuned XLM-RoBERTa-large with weighted cross-entropy loss, augmenting low-resource settings with CADEC data and machine translation for zero-shot Persian. This achieved a macro F1 score of 0.582, surpassing the shared task average of 0.547. For Task 3, influenza vaccine effectiveness estimation, the team fine-tuned twitter-roberta-large to classify vaccination status and flu-test results from X posts. Their system achieved micro F1 scores of 0.845 for vaccination status and 0.883 for flu-test classification, with further improvements from focal loss and test-time augmentation.
Key takeaway
For NLP Engineers developing health-related social media analysis systems, consider fine-tuning robust transformer models like XLM-RoBERTa-large or twitter-roberta-large. You should prioritize data augmentation strategies, such as machine translation for low-resource languages, and experiment with techniques like weighted cross-entropy loss, focal loss, and test-time augmentation to enhance classification performance, especially for adverse drug event detection and vaccine effectiveness estimation.
Key insights
Robust transformer models effectively adapt for multilingual health-related social media classification, even with limited data.
Principles
- Weighted cross-entropy loss improves classification.
- Data augmentation aids low-resource language tasks.
- Post-evaluation techniques can boost performance.
Method
Fine-tune XLM-RoBERTa-large or twitter-roberta-large with weighted cross-entropy loss. Augment low-resource data via machine translation and external datasets. Apply focal loss, test-time augmentation, and head-tail truncation for refinement.
In practice
- Use XLM-RoBERTa-large for multilingual text.
- Apply twitter-roberta-large for X post analysis.
- Employ focal loss for class imbalance.
Topics
- Adverse Drug Event Detection
- Influenza Vaccine Effectiveness
- Social Media Mining
- Transformer Models
- XLM-RoBERTa
- twitter-roberta
- Multilingual NLP
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.