Diverse Transformer Ensemble with Majority Voting for Medical Decision Extraction at MedExACT 2026

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Natural Language Processing · Depth: Expert, medium

Summary

Rishik Kondadadi's system for the MedEx-ACT 2026 shared task achieved a 0.5554 score on the test set for extracting and classifying medical decisions from ICU discharge summaries. The system frames the task as BIO token classification and employs an ensemble of 25 diverse transformer models, encompassing 13 distinct architectures such as Longformer, DeBERTa, RoBERTa, BioBERT, and SciBERT. Each model is trained using category-aware oversampling, focal loss, and demographic-group-aware sampling to address class imbalance and ensure fairness across patient subgroups. During inference, predictions are aggregated via text-normalized majority voting, where spans are retained if agreed upon by at least 6 of the 25 models. This approach demonstrated that a simple vote-based ensemble with architectural diversity outperforms more complex filtering methods, highlighting architectural diversity as a key driver of ensemble quality and cross-validation as crucial for model selection on small clinical datasets.

Key takeaway

For NLP Engineers building robust medical text extraction systems, consider implementing architecturally diverse transformer ensembles. Your systems can achieve higher accuracy by combining models like Longformer and BioBERT with majority voting, as demonstrated by the 0.5554 score on MedEx-ACT 2026. Ensure you incorporate category-aware oversampling and demographic-group-aware sampling during training to improve fairness and handle class imbalance, and use cross-validation for reliable model selection, especially with small clinical datasets.

Key insights

Architecturally diverse transformer ensembles with majority voting effectively extract medical decisions, outperforming complex filtering.

Principles

Method

Frame medical decision extraction as BIO token classification. Train 25 diverse transformer models with oversampling, focal loss, and demographic-aware sampling. Aggregate predictions via text-normalized majority voting, requiring 6/25 model agreement.

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.