Search papers, labs, and topics across Lattice.
This paper introduces an adaptive memory and reflection (AMR) multi-agent system designed for medical question answering, addressing the limitations of traditional single-agent architectures. By employing specialized agents that utilize dedicated memory and reflection-based feedback, the system enhances the retrieval of relevant prior cases and refines reasoning processes through structured decision-making. Evaluation on MedQA and MedMCQA shows that the AMR system outperforms existing baselines, particularly when combining agent-specific memory, reflection, and external retrieval methods.
Medical QA systems can achieve unprecedented accuracy by leveraging a multi-agent framework that integrates adaptive memory and structured reasoning.
Accurate and responsible medical question answering (QA) is important in healthcare, where complex cases require factual knowledge and nuanced reasoning. Existing medical QA systems, typically based on single-agent architectures and static retrieval, often lack adaptability, persistent memory, and structured decision-making. This work introduces an adaptive memory and reflection (AMR) agentic system, a multi-agent framework in which specialized agents use dedicated memory and reflection-based feedback to retrieve relevant prior cases and improve subsequent reasoning. Complexity assessment routes questions through solo, collaborative, or escalated workflows, while consensus and ethical overseer modules support reasoning consolidation and output review. Evaluation on MedQA and MedMCQA demonstrates strong performance compared with several baselines. Ablation studies show that combining agent-specific memory, reflection, and external retrieval yields the strongest performance. These findings highlight the potential of structured memory and feedback for developing more trustworthy medical agents. The source code is publicly available at https://github.com/mm-air/AMR-Agent.