Otter at MedExAct2026: Diverse Encoder Ensemble for Medical Decision Span Detection
Summary
Otter at MedExAct2026 presents an ensemble of 10 transformer encoders designed for the MedExACT 2026 shared task, focusing on medical decision span detection. This ensemble achieves diversification through three key training approaches: varied encoder initialization, which includes domain-adaptive pre-training on clinical text; distinct loss functions; and robust data augmentation. The data augmentation strategy incorporates both LLM-generated synthetic notes and silver-labeled clinical documents. A greedy forward search mechanism is employed to identify the optimal combination of these diversified components, aiming for the highest validation final score. Furthermore, a BERT-based boundary refiner is integrated to correct any offset errors in the ensemble's predicted spans prior to final submission.
Key takeaway
For NLP Engineers developing medical text analysis systems, you should consider implementing diverse transformer encoder ensembles. This approach, incorporating domain-adaptive pre-training and varied data augmentation techniques like LLM-generated notes, can significantly enhance the accuracy of medical decision span detection. Integrate a BERT-based boundary refiner into your pipeline to minimize offset errors, ensuring higher precision in clinical document processing.
Key insights
A diverse ensemble of 10 transformer encoders, optimized with domain-adaptive pre-training and data augmentation, improves medical decision span detection.
Principles
- Ensemble diversification enhances performance.
- Domain-adaptive pre-training is crucial for clinical NLP.
- Data augmentation improves model robustness.
Method
Build an ensemble of 10 transformer encoders, diversifying initialization, loss functions, and data augmentation (LLM-generated/silver-labeled). Select optimal combination via greedy forward search. Refine predicted spans with a BERT-based boundary corrector.
In practice
- Use diverse encoder ensembles for NLP tasks.
- Apply BERT-based refiners for span correction.
- Integrate LLM-generated data for augmentation.
Topics
- Medical Decision Span Detection
- Transformer Ensembles
- Domain-Adaptive Pre-training
- Data Augmentation
- BERT Boundary Refiner
- Clinical Natural Language Processing
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.