🤖 AI Summary
This work addresses the challenges of information overload, opaque reasoning, and reasoning drift—particularly under long-tail queries—in medical heterogeneous data retrieval. To this end, the authors propose an open-source, transparent deep research agent platform for healthcare. The platform innovatively integrates a source-adaptive routing mechanism with a causally consistent multi-agent introspective debate framework, enabling targeted dispatch of subqueries to appropriate knowledge sources and logical consistency verification prior to evidence synthesis. By unifying PubMed, clinical guidelines, a local knowledge graph, and web search, the system automatically decomposes complex rare-disease queries and generates citation-grounded, structured research reports within minutes. This approach substantially enhances the accuracy, robustness, and interpretability of deep medical reasoning.
📝 Abstract
Navigating the deluge of heterogeneous medical data, from academic literature (PubMed) to clinical guidelines (Web) and private knowledge bases, remains a critical bottleneck for evidence-based medicine. While commercial black-box tools lack transparency, standard open-source RAG implementations frequently suffer from reasoning drift when handling complex, long-tail queries. We present DEEPMED Search, a fully open-source, agentic platform designed for transparent medical deep research. Built on a high-performance Next.js architecture, DEEPMED Search features a source-adaptive router that autonomously dispatches sub-queries to PubMed, web search, or local graph-based knowledge bases based on information density. Crucially, the platform integrates an introspective verification module, powered by a causal-consistent multi-agent debate framework, to validate retrieved evidence against diagnostic logic before synthesis. To demonstrate its robustness, we showcase DEEPMED Search's ability to autonomously decompose high-difficulty rare disease queries, filter out confounding noise, and generate structured, citation-backed research reports in minutes. By open-sourcing this software, we provide the community with a robust infrastructure to democratize access to trustworthy, glass-box medical reasoning in research and prototyping settings.