Otter at MedExAct2026: Diverse Encoder Ensemble for Medical Decision Span Detection

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Biomedical Natural Language Processing · Depth: Expert, short

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

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

Topics

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

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