Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 04:00:00
GuideSkill: Evolving Executable LLM Agent Skills for Guideline-Grounded Clinical Reasoning
AI 中文解读
这项研究给AI医疗助手装上了一副“临床指南眼镜”,让AI不再只是死记硬背医学手册,而是能真正按照医生手册里的规则一步步做判断。它的特殊之处在于,把冰冷的条文变成了可执行的程序,就像给AI配了一份“诊断操作说明书”。
通俗来说,以前AI看病靠“背书”,看到症状就回忆书本知识,容易漏掉关键标准。现在这个GuideSkill系统把疾病判断规则拆解成具体动作,比如“先看体温,再看皮疹,最后综合打分”,AI照着执行,准确率大幅提升。更聪明的是,它还能从真实病例中自我学习,把没写进手册的疾病也补充进去,覆盖范围从56%提升到近100%。
这项技术最实际的好处是,未来智能问诊或医院辅助诊断会更可靠。当你在手机上问AI病情时,它能像一位严谨的医生那样按流程核查,减少误判。尤其对基层医生或医疗资源不足的地区,相当于配了一位随时在线的“指南专家”。而且它不需要更换昂贵的AI模型,现有系统就能用,成本低,落地快。
arXiv:2607.26160v1 Announce Type: new
Abstract: Clinical practice guidelines (CPGs) encode diagnostic criteria, but LLM systems typically retrieve guideline text or absorb it through training rather than execute its rules. We introduce GuideSkill, an external reasoning layer that compiles disease-specific criteria into executable functions returning ordinal diagnostic-support scores. GuideSkill-Zero is initialized from guidelines, while GuideSkill-Evo uses case--diagnosis pairs to refine covered skills and add missing diagnoses. At inference, an LLM proposes a differential diagnosis, grounds the features required by each matched skill, and fuses its ranking with the executed skill scores. Across four benchmarks and four backbones, GuideSkill-Zero improves macro-average accuracy over guideline RAG by 13.45% on average. GuideSkill-Evo achieves the highest macro-average for every backbone, improves over direct inference by 18.49% relatively, and increases gold-label skill coverage from 56.5% to 99.5%. On Qwen3.5-9B, it also exceeds the strongest parameter-update baseline by 11.16% without updating the backbone. Expert evaluation further indicates that GuideSkill produces clinically sound and broadly acceptable skills, suggesting that its initialized and evolved rules are reliable and practically meaningful. These results support executable skills as a model-agnostic mechanism for combining guideline-derived procedures with case-derived diagnostic patterns.
分享
阅读原文 ↗