ProMed: Shapley Information Gain Guided Reinforcement Learning for Proactive Medical LLMs
About
Interactive medical questioning is essential in clinical consultations, where physicians must actively gather necessary patient information. Yet existing medical Large Language Models (LLMs) predominantly follow a reactive paradigm, risking diagnostic errors by answering before seeking sufficient details. To bridge this gap, we propose ProMed, a reinforcement learning framework that transitions LLMs toward a proactive paradigm, enabling them to ask clinically valuable questions before decision-making. Central to ProMed is the Shapley Information Gain (SIG) reward, which quantifies a question's clinical utility as the amount of newly acquired information, while considering its contextual importance via Shapley values. We integrate SIG into a two-stage training pipeline: (1) SIG-Guided Model Initialization uses Monte Carlo Tree Search to construct high-reward interaction trajectories for supervision, and (2) SIG-Augmented Policy Optimization, with a novel SIG-guided Reward Distribution Mechanism that prioritizes informative questions for fine-grained optimization. Experiments on partial-information medical benchmarks show that ProMed significantly outperforms state-of-the-art methods by 6.29% on average and delivers a 54.45% gain over the reactive paradigm, and generalizes robustly to out-of-domain cases. Our codes are available at https://github.com/hxxding/ProMed.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Readmission prediction | MIMIC IV | -- | 90 | |
| Question Answering | MedQA | EM Accuracy55.6 | 42 | |
| Question Answering | CMB Exam | Accuracy (EM)59.33 | 42 | |
| Medical Diagnosis | agent-CMB | Rounds14.77 | 25 | |
| Medical Diagnosis | MedQA agent | Rounds12.86 | 25 | |
| Clinical Outcome Prediction | MIMIC IV | -- | 16 | |
| Medical Diagnosis | NEJM | Rounds13.95 | 9 | |
| Action Level Prediction | Abg-CoQA (OOD) | Ambiguous Acc93.44 | 4 | |
| Medical Dialogue Generation | CMB-Clin (OOD (out-of-distribution)) | BLEU-460.9 | 4 | |
| Medical Question Answering | MedQA OOD (out-of-distribution) | MCQ Accuracy57.5 | 4 |