LLM-Based Multi-Agent System with Retrieval-Augmented Generation for Medical Care Planning Generation in Sickle Cell Disease

· Source: Paper Index on ACL Anthology · Field: Science & Research — Health & Medical Research, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

A novel LLM-based Multi-Agent System (MAS) integrated with Retrieval-Augmented Generation (RAG) has been developed to generate medical care plans for Sickle Cell Disease (SCD). This system addresses the critical safety challenges of LLMs in high-risk clinical applications, particularly concerning hallucinations and unsafe outputs for underrepresented conditions like SCD. The MAS architecture decomposes clinical reasoning into specialized agents handling diagnosis, investigation, and treatment planning. Three RAG strategies—LLM-Guided Tree Retrieval, Metadata-Filtered Retrieval, and Semantic Similarity Retrieval—were evaluated against a baseline. Physician assessments and LLM-as-a-Judge evaluations demonstrated high clinical quality, with safety scores above 4 out of 5. Although average performance was comparable between RAG and baseline, the Tree Retrieval strategy significantly reduced clinically unsafe outputs compared to conventional Semantic Retrieval, highlighting RAG's role as a safety control mechanism rather than just a performance optimizer.

Key takeaway

For AI Architects designing clinical decision support systems, this research indicates that integrating RAG as a safety layer is crucial, especially for high-risk conditions like SCD. You should consider multi-agent architectures to modularize clinical reasoning and prioritize advanced RAG strategies like Tree Retrieval over basic semantic retrieval to minimize clinically unsafe outputs, even if average performance metrics appear similar. Focus on safety-specific evaluations, not just overall accuracy.

Key insights

RAG-enhanced multi-agent LLMs can improve safety and clinical quality in high-risk medical care planning.

Principles

Method

The system uses an LLM-based MAS with agents for diagnosis, investigation, and treatment. It integrates RAG via LLM-Guided Tree, Metadata-Filtered, and Semantic Similarity Retrieval strategies, evaluated by physicians and LLM-as-a-Judge.

In practice

Topics

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