Research
Beyond the Individual: Virtualizing Multi-Disciplinary Reasoning for Clinical Intake via Collaborative Agents
Overview Research area: Multi-agent systems applied to clinical AI, specifically LLM-based virtual Multi-Disciplinary Team (MDT) reasoning for outpatient intake and SOAP-format documentation. Technica
- arXiv
- 2604.08927
- Published
- 2026-04-10
- Authors
- Huangwei Chen, Wu Li, Junhao Jia, Yining Chen, Xiaotao Pang, Ya-Long Chen, Li Gonghui, Haishuai Wang, Jiajun Bu, Lei Wu
AI summary
Overview
- Research area: Multi-agent systems applied to clinical AI, specifically LLM-based virtual Multi-Disciplinary Team (MDT) reasoning for outpatient intake and SOAP-format documentation.
- Technical level: Intermediate. The architecture is conceptually clear, but the paper assumes familiarity with LLM prompting strategies (CoT, ToT), multi-agent collaboration paradigms, and clinical documentation standards.
- Scope (one sentence): The paper introduces Aegle, a graph-based multi-agent framework that virtualizes multi-disciplinary clinical reasoning during patient intake, and benchmarks it against frontier LLMs and prior medical multi-agent systems on ClinicalBench and a real-world abdominal-pain dataset across 24 departments and 53 metrics.
What This Paper Is About
The initial outpatient consultation is where a single physician must convert an unstructured patient narrative into a structured Initial Progress Note (IPN) under time pressure, a setting prone to anchoring bias, incomplete evidence capture, and fragmented notes. Real MDTs reduce these risks but are resource-intensive, asynchronous, and impractical to organize for every routine visit. The paper's goal is to reproduce MDT-level, multi-perspective reasoning synchronously and cheaply inside the intake workflow, using a multi-agent architecture built on DeepSeek-V3.2.
Key Contributions
- Aegle, a synchronous virtual MDT framework. It uses decoupled parallel reasoning — specialist agents analyze the same case independently from distinct domain perspectives — and an aggregator that integrates their proposals, transposing inpatient-level diagnostic depth into real-time outpatient inquiry.
- A State-Aware Dynamic Topology. A meta-cognitive Orchestrator selectively activates specialist agents on demand based on case-specific ambiguity, rather than activating a fixed expert set at every turn, which the authors argue maximizes diagnostic signal-to-noise and information density.
- A structured clinical state grounded in SOAP. The state is formalized as S_t = [F_t, P_t], separating Case Features (Subjective and Objective evidence) from Diagnosis and Plan (Assessment and Plan), with an enforced unidirectional dependency from F to P so conclusions are only generated after evidence stabilization.
- A comprehensive evaluation. Experiments span 24 clinical departments and 53 fine-grained metrics on ClinicalBench and the curated RAPID-IPN dataset, measuring documentation quality, consultation capability, final diagnosis accuracy, specialist activation efficiency, and ablation behavior.
Main Findings
- Documentation quality. Aegle scores highest on IDEA and SOAP in both comparison settings. On ClinicalBench it reaches IDEA 72.78 ± 10.16, SOAP 63.02 ± 5.57, READ 77.55 ± 5.41, and chrF++ 25.83 ± 2.55. On RAPID-IPN it reaches IDEA 71.52 ± 8.35, SOAP 63.92 ± 4.73, READ 79.93 ± 6.90, and chrF++ 24.24 ± 2.44.
- Strongest frontier baseline. MiniMax-M2 is the top-scoring frontier baseline on ClinicalBench documentation quality with IDEA 57.78 ± 11.02, SOAP 46.18 ± 12.46, READ 73.87 ± 7.05, and chrF++ 16.41 ± 2.90. Qwen3-Max records IDEA 61.75 ± 9.56 and SOAP 53.40 ± 11.25 there.
- Fixed-backbone comparison. With all methods using DeepSeek-V3.2, Aegle (IDEA 72.78) outperforms CoT (64.72), ToT (66.53), MDAgents (68.41), and MedAgents (59.85) on ClinicalBench IDEA.
- Fluency has saturated. READ and chrF++ scores for Aegle are described as comparable to the strongest reasoning baselines, leading the authors to argue that further documentation-quality gains depend on information structuring and constraint rather than wording.
- Final diagnosis accuracy. Under a shared DeepSeek-V3.2 backbone on ClinicalBench, Aegle achieves 46.93% accuracy versus DeepSeek-V3.2 25.60%, CoT 39.60%, ToT 38.00%, MDAgents 25.73%, and MedAgents 39.20% — a 21.33-point improvement over the underlying model.
- Consultation capability. Aegle's gains concentrate in elicitation and verification rather than style. On ClinicalBench it scores CA 4.02, QT 4.95, VER 4.94, PJ 4.21, SP 5.00, AB 5.00 over 10.16 turns; on RAPID-IPN, CA 4.03, QT 4.96, VER 4.93, PJ 4.19, SP 5.00, AB 5.00 over 8.84 turns. Style and humanistic-care metrics are described as near their upper bounds and therefore weakly discriminative.
- Specialist activation efficiency. Aegle activates 2.416 experts per case and 1.423 experts per round, compared with MDAgents at 3.702 for both and MedAgents at 4.968 for both.
- Ablation results. Removing the structured clinical state causes the most severe degradation, particularly in IDEA and SOAP. Removing generative inquiry keeps surface documentation relatively high but sharply increases dialogue turns while degrading reasoning quality, since history taking falls back to a fixed Bates' Guide template. Removing dynamic topology or decoupled reasoning produces moderate but systematic drops.
- Judge reliability. In a human evaluation of 150 instances per dataset (50 cases each from ClinicalBench and RAPID-IPN, across DeepSeek-V3.2, GPT-4o, and Qwen3-Max), physician ratings correlate significantly with LLM-as-a-judge scores. ClinicalBench Pearson correlations range from 0.664 (READ) to 0.862 (IDEA) with Spearman 0.632 to 0.866; RAPID-IPN Pearson ranges from 0.625 (READ) to 0.840 (IDEA) with Spearman 0.595 to 0.853, all significant at p < 10^-4.
Methodology in Plain English
Aegle runs a two-stage, finite-state consultation. In Stage I (iterative history taking), an Orchestrator looks at the dialogue history and the current case features and decides which specialist agents to wake up. Those specialists run in parallel, each examining the state from its own domain perspective and proposing follow-up questions plus evidence-centric edits to a draft Integrated Patient Note. An Aggregator merges their proposals using a "write-then-speak" protocol: it first validates and integrates updates into the structured clinical state, then generates the next patient-facing utterance conditioned only on that updated state. This loop continues until all mandatory fields in the case-feature set are filled or explicitly marked unavailable by the patient. In Stage II (diagnostic synthesis), the case features are frozen, and the Orchestrator commissions specialists to reason independently over the same fixed evidence base, proposing diagnostic hypotheses and treatment considerations without asking new questions. The Aggregator then resolves inconsistencies and produces the final diagnosis, plan, and complete SOAP note. Baselines include frontier proprietary and open-source models, reasoning strategies (CoT, ToT), and medical multi-agent systems (MDAgents, MedAgents); rubric scoring uses an LLM-as-a-judge setup with gpt-4o-mini and identical prompts across conditions. Diagnostic accuracy is measured end-to-end from the consultation phase, so models must elicit evidence interactively rather than receiving a completed record.
Why This Matters
- Impact on research: The paper shifts multi-agent clinical AI from static expert ensembles toward state-grounded, dynamically routed collaboration, and it foregrounds the problem of compound opacity and flawed consensus identified in prior audits of medical multi-agent systems. Its explicit separation of evidence collection from diagnostic synthesis offers a concrete structural constraint against unanchored speculation.
- Real-world applications:
- Automated drafting of Initial Progress Notes in outpatient clinics.
- Structured history taking and follow-up question generation during patient intake.
- Decision support for complex differential diagnosis, illustrated by the abdominal-pain cohort.
- Triage-to-treatment-planning assistance across diverse departments.
- Industry relevance: Aegle is built on DeepSeek-V3.2 and activates fewer experts per round than static multi-agent baselines, which matters for cost and latency in deployment. The authors nonetheless flag that dynamic routing, parallel specialist execution, and structured aggregation increase end-to-end latency and token consumption relative to single-model generation.
Future Directions
- Reducing inference overhead and end-to-end latency so the framework is viable in real-time outpatient settings where responsiveness is critical.
- Controlling context growth, since the continuously evolving SOAP record and intermediate agent outputs expand the context window and increase token cost.
- Addressing redundancy across specialists — diversity-aware expert prompting, redundancy-penalized aggregation, or improved adaptive expert selection — so that overlapping recommendations do not dilute novel signals during aggregation.
- Extending evaluation and validation beyond the reported ClinicalBench and RAPID-IPN settings, noting that RAPID-IPN cannot be publicly released due to privacy and data-governance restrictions.
Target Audience
Researchers in multi-agent systems and clinical NLP, medical AI engineers building intake or documentation assistants, and clinician-informaticists interested in how structured SOAP state and MDT-style role decomposition can be encoded in an agentic architecture. Readers evaluating deployment feasibility will also find the expert-activation and latency trade-offs directly relevant. Code is available at https://github.com/HovChen/Aegle.
Authors’ abstract
The initial outpatient consultation is critical for clinical decision-making, yet it is often conducted by a single physician under time pressure, making it prone to cognitive biases and incomplete evidence capture. Although the Multi-Disciplinary Team (MDT) reduces these risks, they are costly and difficult to scale to real-time intake. We propose Aegle, a synchronous virtual MDT framework that brings MDT-level reasoning to outpatient consultations via a graph-based multi-agent architecture. Aegle formalizes the consultation state using a structured SOAP representation, separating evidence collection from diagnostic reasoning to improve traceability and bias control. An orchestrator dynamically activates specialist agents, which perform decoupled parallel reasoning and are subsequently integrated by an aggregator into a coherent clinical note. Experiments on ClinicalBench and a real-world RAPID-IPN dataset across 24 departments and 53 metrics show that Aegle consistently outperforms state-of-the-art proprietary and open-source models in documentation quality and consultation capability, while also improving final diagnosis accuracy. Our code is available at https://github.com/HovChen/Aegle.