分步诊疗诊断,让大模型更准地看医生
DDO: Dual-Decision Optimization for LLM-Based Medical Consultation via Multi-Agent Collaboration
- 拆解问诊与诊断两任务,分头优化
- 在3个真实数据集上超越现有大模型方法
- 适合医疗问答、智能导诊系统开发者
大型语言模型(LLMs)具备强大的泛化与推理能力,适用于医疗咨询(MC)等复杂决策任务。然而,现有基于LLM的方法常忽略MC的双重性:一是症状询问这一序列决策过程,二是疾病诊断这一分类问题。这种不匹配导致问诊效率低、诊断不可靠。为此,我们提出DDO框架,通过解耦两个子任务,并采用协同多智能体工作流,分别以不同目标优化症状询问与疾病诊断。在三个真实医疗咨询数据集上的实验表明,DDO持续优于现有基于LLM的方法,并达到与先进生成式方法相当的性能,验证了其在医疗咨询任务中的有效性。代码已公开于https://github.com/zh-jia/DDO。
原文摘要 · Abstract (English)
Large Language Models (LLMs) demonstrate strong generalization and reasoning abilities, making them well-suited for complex decision-making tasks such as medical consultation (MC). However, existing LLM-based methods often fail to capture the dual nature of MC, which entails two distinct sub-tasks: symptom inquiry, a sequential decision-making process, and disease diagnosis, a classification problem. This mismatch often results in ineffective symptom inquiry and unreliable disease diagnosis. To address this, we propose \textbf{DDO}, a novel LLM-based framework that performs \textbf{D}ual-\textbf{D}ecision \textbf{O}ptimization by decoupling the two sub-tasks and optimizing them with distinct objectives through a collaborative multi-agent workflow. Experiments on three real-world MC datasets show that DDO consistently outperforms existing LLM-based approaches and achieves competitive performance with state-of-the-art generation-based methods, demonstrating its effectiveness in the MC task. The code is available at https://github.com/zh-jia/DDO.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。