菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-06
📄 Abstract - Empowering Locally Deployable Medical Agent via State Enhanced Logical Skills for FHIR-based Clinical Tasks

While Large Language Models demonstrate immense potential as proactive Medical Agents, their real-world deployment is severely bottlenecked by data scarcity under privacy constraints. To overcome this, we propose State-Enhanced Logical-Skill Memory (SELSM), a training-free framework that distills simulated clinical trajectories into entity-agnostic operational rules within an abstract skill space. During inference, a Query-Anchored Two-Stage Retrieval mechanism dynamically fetches these entity-agnostic logical priors to guide the agent's step-by-step reasoning, effectively resolving the state polysemy problem. Evaluated on MedAgentBench -- the only authoritative high-fidelity virtual EHR sandbox benchmarked with real clinical data -- SELSM substantially elevates the zero-shot capabilities of locally deployable foundation models (30B--32B parameters). Notably, on the Qwen3-30B-A3B backbone, our framework completely eliminates task chain breakdowns to achieve a 100\% completion rate, boosting the overall success rate by an absolute 22.67\% and significantly outperforming existing memory-augmented baselines. This study demonstrates that equipping models with a dynamically updatable, state-enhanced cognitive scaffold is a privacy-preserving and computationally efficient pathway for local adaptation of AI agents to clinical information systems. While currently validated on FHIR-based EHR interactions as an initial step, the entity-agnostic design of SELSM provides a principled foundation toward broader clinical deployment.

顶级标签: medical agents llm
详细标签: clinical agents privacy-preserving ai reasoning framework ehr interaction local deployment 或 搜索:

通过状态增强逻辑技能赋能本地可部署医疗智能体,用于基于FHIR的临床任务 / Empowering Locally Deployable Medical Agent via State Enhanced Logical Skills for FHIR-based Clinical Tasks


1️⃣ 一句话总结

这项研究提出了一种名为SELSM的免训练框架,它通过将模拟的临床操作提炼成通用的逻辑规则,并利用动态检索机制指导AI智能体在医疗信息系统中的推理,从而在保护隐私的前提下,显著提升了本地部署大模型处理临床任务的准确性和成功率。

源自 arXiv: 2603.06902