MetaMiners at SMM4H-HeaRD 2026: A Semantic-Structural Knowledge-Enriched Ensemble for SARS-CoV-2 Metadata Identification
Summary
The "MetaMiners at SMM4H-HeaRD 2026" paper introduces a hybrid system for binary classification of medical PubMed articles. This system identifies reports linking clinical metadata with SARS-CoV-2 genomic sequences. It accurately distinguishes between sequence-associated patient metadata and unrelated or previously studied metadata. A key challenge addressed is the highly imbalanced dataset, where only 13.3 % of reports are positive. The solution integrates four distinct approaches: dual-evidence tagging, negation-aware suppression, semantic frame extraction, and adversarial training. These methods were evaluated across models such as BiomedBERT-base-abstract, BioLinkBERT-large, and PubMedBERT-base-fulltext. A best subset ensemble search achieved an F1 score of 0.792. This result secured 1st place in the SMM4H-HeaRD 2026 competition and set a new benchmark.
Key takeaway
For Machine Learning Engineers building medical text classification systems, consider hybrid ensemble approaches. This is especially true when dealing with imbalanced datasets, such as those for SARS-CoV-2 metadata. Your models can achieve higher F1 scores by integrating techniques like dual-evidence tagging and adversarial training. Implement a best subset ensemble search across diverse BERT-based models to optimize performance and set new benchmarks in challenging domains.
Key insights
A hybrid ensemble system effectively identifies SARS-CoV-2 metadata in imbalanced medical text, setting a new F1 benchmark.
Principles
- Hybrid approaches improve classification.
- Ensemble methods enhance F1 scores.
- Addressing data imbalance is critical.
Method
The system combines dual-evidence tagging, negation-aware suppression, semantic frame extraction, and adversarial training. It then uses a best subset ensemble search on models like BiomedBERT-base-abstract for optimal F1.
In practice
- Apply hybrid NLP for medical text.
- Use ensemble search for model selection.
- Implement negation-aware suppression.
Topics
- SARS-CoV-2 Metadata
- Medical Text Classification
- Hybrid NLP Systems
- Ensemble Learning
- Imbalanced Data
- BERT Models
Best for: NLP Engineer, AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.