Sparse Category Routing and Fairness-Aware Optimization for Medical Decision Extraction

· Source: Paper Index on ACL Anthology · Field: Health & Wellbeing — Health & Medical Research, Clinical Care & Medical Practice · Depth: Expert, quick

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

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

Topics

Best for: NLP Engineer, AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.