DEEPMED: Building a Medical DeepResearch Agent via Multi-hop Med-Search Data and Turn-Controlled Agentic Training & Inference
Zihan wang, Hao Wang, Shi Feng, Xiaocui Yang, Daling Wang, Yiqun Zhang, Jinghao Lin, Haihua Yang, Xiaozhong Ji
TL;DR
DeepMed addresses hallucination and knowledge-forgetting in medical reasoning by grounding outputs in open-web medical evidence using a DeepResearch framework tailored for medicine. It combines a web-sourced multi-hop med-search data synthesis with two training stages—Agentic SFT and Agentic RL—plus a difficulty-aware turn-penalty and an Over-Evidence Monitor to curb over-searching. Across seven medical benchmarks, DeepMed achieves substantial gains over its base model and outperforms larger medical reasoning and DR models, with notable improvements on challenging datasets and strong evidence-grounding behavior. Analyses show that tool-augmented search–reflection–verification fosters self-correction and enhances the completeness and credibility of medical reasoning chains, suggesting practical potential for medically informed AI systems while highlighting computational and validation limitations. The work contributes a concrete blueprint for adapting DeepResearch to high-stakes domains and points to future directions in scalable data synthesis, efficient tool use, and clinical deployment.
Abstract
Medical reasoning models remain constrained by parametric knowledge and are thus susceptible to forgetting and hallucinations. DeepResearch (DR) models ground outputs in verifiable evidence from tools and perform strongly in general domains, but their direct transfer to medical field yields relatively limited gains. We attribute this to two gaps: task characteristic and tool-use scaling. Medical questions require evidence interpretation in a knowledge-intensive clinical context; while general DR models can retrieve information, they often lack clinical-context reasoning and thus "find it but fail to use it," leaving performance limited by medical abilities. Moreover, in medical scenarios, blindly scaling tool-call can inject noisy context, derailing sensitive medical reasoning and prompting repetitive evidence-seeking along incorrect paths. Therefore, we propose DeepMed. For data, we deploy a multi-hop med-search QA synthesis method supporting the model to apply the DR paradigm in medical contexts. For training, we introduce a difficulty-aware turn-penalty to suppress excessive tool-call growth. For inference, we bring a monitor to help validate hypotheses within a controlled number of steps and avoid context rot. Overall, on seven medical benchmarks, DeepMed improves its base model by 9.79\% on average and outperforms larger medical reasoning and DR models.
