CoolFace
Modelpublic

unicornftk/Doctor-R1

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes211downloads
Model Card

Doctor-R1: Mastering Clinical Inquiry with Experiential Agentic Reinforcement Learning

Doctor-R1 is an AI doctor agent trained to conduct strategic, multi-turn patient inquiries to guide its diagnostic decision-making. Unlike traditional models that excel at static medical QA, Doctor-R1 is designed to master the complete, dynamic consultation process, unifying the two core skills of a human physician: communication and decision-making.

This model is an 8B parameter agent built upon Qwen3-8B and fine-tuned using a novel Experiential Agentic Reinforcement Learning framework.

✨ Key Features

  • Unified Clinical Skills: The first agent framework to holistically integrate two core clinical skills, strategic patient inquiry and accurate medical decision-making within a single model.
  • Experiential Reinforcement Learning: A novel closed-loop framework where the agent learns and improves from an accumulating repository of its own high-quality experiences.
  • Dual-Competency Reward System: A sophisticated two-tiered reward architecture that separately optimizes for both conversational quality (soft skills) and diagnostic accuracy (hard skills), featuring a "safety-first" veto system.
  • State-of-the-Art Performance: Outperforms leading open-source models on challenging dynamic benchmarks like HealthBench and MAQuE with high parameter efficiency (8B).

🏆 Leaderboards

Doctor-R1 demonstrates state-of-the-art performance among open-source models and surpasses several powerful proprietary models on HealthBench. It demonstrates superior performance on dynamic benchmarks and strong foundational knowledge on static QA tasks.

BenchmarkKey MetricDoctor-R1Best Open-Source (>=32B)
HealthBenchAvg. Score36.2933.16
MAQuEAccuracy60.0057.00
MedQAAccuracy83.5081.50
MMLU (Medical)Accuracy85.0084.00

The detailed breakdown of HealthBench Main (Dynamic Consultation) is as below:

ModelAvg. ScoreAccuracyComm. QualityContext Aware.
GPT-o3 (Proprietary)38.9140.3164.7848.09
Doctor-R1 (8B)36.2937.8464.1549.24
Baichuan-M2-32B33.1633.9558.0146.80
Grok-4 (Proprietary)33.0337.9561.3545.62
GPT-4.1 (Proprietary)31.1834.7860.6544.81
UltraMedical-8B22.1925.5057.4040.26
Base Model (Qwen3-8B)25.1328.5749.3543.00

👥 Human Evaluation

To validate that our quantitative results align with user experience, we conducted a pairwise human preference evaluation against other leading models. The results show a decisive preference for Doctor-R1, especially in patient-centric metrics.

[image]

🔬 Ablation Studies

Our ablation studies validate the critical contributions of our framework's key components.

*Impact of Experience Retrieval Mechanism.* The results show that our full retrieval mechanism with reward and novelty filtering provides a significant performance boost over both a no-experience baseline and a standard similarity-based retrieval, especially in communication skills.

<p align="center"> <img src="assets/radar_exp.jpg" style="width:60%;" /> </p>

*Impact of Patient Agent Scaling.* We observe a strong, positive correlation between the number of simulated patient interactions during training and the agent's final performance. This validates that our agentic framework effectively learns and improves from a large volume of diverse experiences.

[image]

📜 Citation

If you find our work useful in your research, please consider citing our paper:

bibtex
@misc{lai2025doctorr1masteringclinicalinquiry,
      title={Doctor-R1: Mastering Clinical Inquiry with Experiential Agentic Reinforcement Learning}, 
      author={Yunghwei Lai and Kaiming Liu and Ziyue Wang and Weizhi Ma and Yang Liu},
      year={2025},
      eprint={2510.04284},
      archivePrefix={arXiv},
      primaryClass={cs.AI},
      url={https://arxiv.org/abs/2510.04284}, 
}

💬 Contact & Questions

For collaborations or inquiries, please contact **laiyunghwei@gmail.com**. You’re also welcome to open an issue or join the discussion in this repository, we value your insights and contributions to Doctor-R1.

Stay tuned and join our community as we push the boundaries of intelligent healthcare. Together, let’s make medical AI safer, smarter, and more human. 🤝