arXiv:2602.07529cs.LG2026-02ACL

用有向图并行推理,让大模型看病更快更准

MedVerse: Efficient and Reliable Medical Reasoning via DAG-Structured Parallel Execution

  • 将医学推理转为有向图并行处理,突破传统串行限制
  • 相比强基线模型,诊断准确率最高提升8.9%
  • 适合需要高速高可靠医疗推理的临床场景

大型语言模型在医学推理任务中表现优异,但其串行自回归解码将本可并行的临床推理(如鉴别诊断)强制压缩为单一线性路径,限制了复杂医学问题的效率与可靠性。为此,我们提出MedVerse,一种基于佩特里网理论重构医学推理的并行化框架。该框架涵盖数据、模型架构与系统执行全栈设计:数据层面,引入MedVerse Curator自动化生成知识驱动的推理路径,并转化为佩特里网结构;模型层面,提出拓扑感知注意力机制与自适应位置编码,支持并行推理且保持逻辑一致性;系统层面,开发专用推理引擎实现无额外开销的并行执行。实验表明,MedVerse使通用大模型性能提升最高达8.9%。相比专用医学大模型,其性能相当,同时推理延迟降低1.3倍,生成吞吐量提升1.7倍,得益于其并行解码能力。代码已开源。

原文摘要 · Abstract (English)

Large language models (LLMs) have demonstrated strong performance and rapid progress in a wide range of medical reasoning tasks. However, their sequential autoregressive decoding forces inherently parallel clinical reasoning, such as differential diagnosis, into a single linear reasoning path, limiting both efficiency and reliability for complex medical problems. To address this, we propose MedVerse, a reasoning framework for complex medical inference that reformulates medical reasoning as a parallelizable directed acyclic graph (DAG) process based on Petri net theory. The framework adopts a full-stack design across data, model architecture, and system execution. For data creation, we introduce the MedVerse Curator, an automated pipeline that synthesizes knowledge-grounded medical reasoning paths and transforms them into Petri net-structured representations. At the architectural level, we propose a topology-aware attention mechanism with adaptive position indices that supports parallel reasoning while preserving logical consistency. Systematically, we develop a customized inference engine that supports parallel execution without additional overhead. Empirical evaluations show that MedVerse improves strong general-purpose LLMs by up to 8.9%. Compared to specialized medical LLMs, MedVerse achieves comparable performance while delivering a 1.3x reduction in inference latency and a 1.7x increase in generation throughput, enabled by its parallel decoding capability. Code is available at https://github.com/aiming-lab/MedVerse.

医学推理并行计算大模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。