Sparse Category Routing and Fairness-Aware Optimization for Medical Decision Extraction
Summary
A system for the MedEx-ACT 2026 shared task addresses the challenge of extracting structured medical decisions from ICU discharge summaries. This task is complicated by long documents, severe category imbalance across nine DICTUM decision types, and a fairness-aware evaluation penalizing inconsistent performance across demographic subgroups. The system fine-tunes BiomedBERT using a composite loss that combines label-smoothed cross-entropy, a soft token-F1 auxiliary term, and R-Drop regularization. During inference, it employs a deterministic ensemble featuring half-offset sliding-window augmentation across four configurations, dual-branch logit aggregation, per-category length calibration, and sparse routing for categories 4 and 7 to a context-weighted specialist branch. R-Drop improved validation Overall_F1 by 1.24 points, with a 1.70-point gain on Worst-Group F1. The best submission achieved Span F1 of 0.4900, Token F1 of 0.6796, and an official Overall_F1 of 0.5724, with the African American subgroup identified as the Worst-Group bottleneck at Base_Score 0.5601.
Key takeaway
For machine learning engineers developing medical NLP systems, you should consider a multi-faceted approach to overcome challenges like long documents, class imbalance, and fairness. Incorporating specialized loss functions, R-Drop regularization, and inference-time ensemble techniques, including sparse category routing, can significantly improve performance and subgroup fairness. Prioritize these methods to achieve robust and equitable medical decision extraction.
Key insights
Specialized fine-tuning and ensemble methods improve medical decision extraction, addressing imbalance and fairness concerns.
Principles
- Composite loss functions enhance model performance and fairness.
- Deterministic ensembles improve robustness in complex NLP tasks.
- Sparse routing can optimize performance for specific data categories.
Method
Fine-tune BiomedBERT with a composite loss (label-smoothed cross-entropy, soft token-F1, R-Drop). Apply a deterministic ensemble with sliding-window augmentation, dual-branch logit aggregation, and sparse routing for specific categories.
In practice
- Implement R-Drop for F1 and worst-group F1 improvements.
- Use sliding-window augmentation for processing long documents.
- Route challenging categories to specialist models for better handling.
Topics
- Medical Decision Extraction
- BiomedBERT
- Fairness Optimization
- Sparse Category Routing
- Ensemble Learning
- ICU Discharge Summaries
Best for: NLP Engineer, AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.