ELiRF-UPV@MedExACT 2026: Dynamic Section Conditioning for Medical Decision Span Detection in Discharge Summaries
Summary
ELiRF-UPV proposed a system for the MedExACT track at ACL 2026, securing the 4th position in medical decision span detection from discharge summaries. This system addresses the challenge of heterogeneous electronic health record structures by first applying dynamic section conditioning to capture contextual dependencies. It then augments a transformer backbone with category- and section-aware layer mixing to integrate global document structure with fine-grained semantic cues. For enhanced robustness, the approach incorporates an ensemble of instruction-tuned large language models for automatic section extraction. A fairness-oriented model selection criterion ensures consistent performance across minority demographic subgroups. The system achieved a final score of 0.5806 on the held-out test set, demonstrating notable improvements over the baseline across all evaluated subpopulations.
Key takeaway
For NLP Engineers developing systems for medical information extraction from discharge summaries, consider integrating dynamic section conditioning and category-aware layer mixing into your transformer architectures. You should also explore using instruction-tuned large language model ensembles for robust automatic section extraction. Implementing a fairness-oriented model selection criterion is vital to ensure your system performs equitably across diverse demographic subgroups, improving reliability in clinical analytics applications.
Key insights
The system combines dynamic section conditioning, transformer layer mixing, and LLM ensembles for robust, fair medical decision extraction.
Principles
- Contextual dependencies are crucial for EHR processing.
- Fairness criteria improve model reliability across demographics.
- Ensemble LLMs enhance robustness in extraction tasks.
Method
The approach uses dynamic section conditioning, then a transformer with category- and section-aware layer mixing. It integrates an LLM ensemble for section extraction and a fairness-oriented model selection.
In practice
- Apply dynamic section conditioning to medical texts.
- Use instruction-tuned LLMs for automated sectioning.
- Implement fairness criteria in model selection.
Topics
- Medical Decision Extraction
- Discharge Summaries
- Transformer Models
- Large Language Models
- Fairness in AI
- Clinical NLP
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.