CUAMC @ MedExACT 2026: Robust Ensemble Voting for Fair Medical Decision Extraction
Summary
A system developed for the MedExACT shared task, presented by William Baumgartner and Lisa Schilling at BioNLP 2026, focuses on the automated extraction of medical decisions from clinical notes. This system employs an ensemble of BERT-based classifiers to process MIMIC-III discharge summaries, specifically designed to account for demographic diversity during decision extraction. The research demonstrates that a simple voting strategy, combined with architectural diversity among the classifiers, proves most effective when the available training data is limited. This approach aims to construct more granular patient health trajectories than what is typically available from structured healthcare data, addressing a critical need in medical informatics.
Key takeaway
For NLP Engineers and Research Scientists tasked with extracting medical decisions from clinical notes, particularly when training data is scarce or demographic fairness is a concern, consider implementing ensemble BERT-based classifiers. Your models will benefit from a simple voting strategy combined with architectural diversity, which has been shown to perform optimally under such constraints. This approach can significantly improve the granularity and fairness of extracted patient health trajectories.
Key insights
Ensemble BERT classifiers with voting improve fair medical decision extraction from clinical notes, especially with limited data.
Principles
- Ensemble voting enhances model robustness.
- Architectural diversity aids limited data scenarios.
- Demographic diversity is crucial for fairness.
Method
Employ an ensemble of BERT-based classifiers with a simple voting strategy and architectural diversity to extract medical decisions from clinical notes, accounting for demographic diversity.
In practice
- Use BERT ensembles for clinical NLP.
- Apply voting for limited training data.
- Prioritize demographic fairness in models.
Topics
- Medical Decision Extraction
- Clinical NLP
- BERT Classifiers
- Ensemble Learning
- Fairness in AI
- MIMIC-III
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.