LAMAR at MedExACT 2026: Agreement-Driven Large Language Model Ensembles for Clinical Decision Extraction from Discharge Summaries

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Health & Medical Research · Depth: Expert, quick

Summary

The LAMAR system, an ensemble of Qwen3.5-4B language models, was developed to extract medical decisions from discharge summaries within the MedDec dataset. These models were specifically trained to annotate summaries using inline XML-like tags. The development incorporated three distinct training strategies: dynamic fine-tuning, reinforcement learning, and pseudo-label augmentation. By leveraging inter-model agreement to combine predictions, the LAMAR system significantly enhanced its performance across various evaluation metrics. It achieved an overall F1 score of 0.5942 and secured the second position on the test leaderboard. Furthermore, the system demonstrated stable performance across different demographic groups, indicating a degree of fairness for underrepresented populations.

Key takeaway

For NLP Engineers developing clinical decision support systems, this research suggests that combining multiple Qwen3.5-4B models through inter-model agreement can significantly boost extraction accuracy. You should consider implementing diverse training strategies like dynamic fine-tuning and pseudo-labeling to improve model robustness. Furthermore, rigorously evaluate your system's performance across various demographic groups to ensure fairness and mitigate bias in critical healthcare applications.

Key insights

An agreement-driven ensemble of Qwen3.5-4B LLMs effectively extracts clinical decisions, achieving high F1 and demographic fairness.

Principles

Method

Qwen3.5-4B models were trained with dynamic fine-tuning, reinforcement learning, and pseudo-label augmentation to annotate discharge summaries with XML-like tags. Predictions were combined via inter-model agreement.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, 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.