GuideSkill Enhances LLM Clinical Reasoning with Executable Guidelines

Lang Cao, Yuhao Shen, Tianyang Luo, Simo Du, Hao Peng, Yue Guo· July 31, 2026 View original

Key takeaways

  • GuideSkill enables LLMs to execute clinical practice guidelines directly.
  • Executable skills significantly improve diagnostic accuracy over RAG and direct inference.
  • Both initialized and evolved skills demonstrate strong performance.
  • Expert evaluation confirms the clinical soundness and practical meaning of GuideSkill's rules.

Who benefits

HealthcarePharmaceuticalsMedical ResearchAI/ML DevelopmentTelemedicine

Summary

This research introduces GuideSkill, an external reasoning layer that compiles clinical practice guidelines into executable functions, significantly improving LLM diagnostic accuracy. It shows that both initialized (GuideSkill-Zero) and evolved (GuideSkill-Evo) skills outperform traditional RAG and direct inference methods across multiple benchmarks.

Clinical practice guidelines (CPGs) contain vital diagnostic criteria, yet large language models (LLMs) typically only retrieve or absorb this text rather than directly execute its rules. This limitation hinders their ability to perform precise, guideline-grounded clinical reasoning. Researchers have developed GuideSkill, an innovative external reasoning layer designed to overcome this. GuideSkill compiles disease-specific CPGs into executable functions that return ordinal diagnostic-support scores. GuideSkill-Zero is initialized directly from guidelines, while GuideSkill-Evo refines these skills and adds missing diagnoses using case-diagnosis pairs. During inference, an LLM proposes a differential diagnosis, grounds the necessary features, and then fuses its ranking with the scores from the executed skills. Across four benchmarks and various LLM backbones, GuideSkill-Zero improved macro-average accuracy over guideline RAG by an average of 13.45%. GuideSkill-Evo achieved the highest macro-average for every backbone, showing an 18.49% relative improvement over direct inference and increasing gold-label skill coverage from 56.5% to 99.5%. Expert evaluation confirmed that GuideSkill produces clinically sound and acceptable rules, demonstrating the practical utility of executable skills for combining guideline-derived procedures with case-derived diagnostic patterns.

Why it matters

Healthcare AI developers can significantly enhance the accuracy, reliability, and auditability of LLM-based clinical diagnostic systems by enabling models to directly execute clinical guidelines, leading to safer and more effective patient care.

How to implement this in your domain

  1. 1Investigate integrating GuideSkill-like executable reasoning layers into LLM-powered clinical decision support systems.
  2. 2Pilot the compilation of specific clinical practice guidelines into executable functions for diagnostic assistance.
  3. 3Explore using case-diagnosis pairs to evolve and refine these executable skills, improving coverage and accuracy.
  4. 4Collaborate with medical professionals to validate the clinical soundness and acceptability of the generated skills.

Original post by Lang Cao, Yuhao Shen, Tianyang Luo, Simo Du, Hao Peng, Yue Guo

"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…"

View on X

Originally posted by Lang Cao, Yuhao Shen, Tianyang Luo, Simo Du, Hao Peng, Yue Guo on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

New Framework Improves Partial Multi-View Clustering Performance.

DAS-PMVC is a novel framework for partial multi-view clustering that addresses view asymmetry and irrelevant samples by leveraging dual alignment and structure enhancement. It uses anchor graph structure alignment, structure-enhanced feature learning, and a dual alignment strategy to achieve superior clustering performance on various datasets.

Shubin Ma, Liang Zhao, Chuanye He, Zhenjiao Liu, Liang Zou, Lin Yuanbo Wu, Yu ShaoJul 31, 2026
AI Engineering & DevToolsAI Research

Dual Teachers Improve Adversarial Robustness and Accuracy.

This work extends Information Bottleneck Distillation (IBD) by introducing a "clean teacher" alongside a robust teacher to improve the robustness/accuracy tradeoff against adversarial attacks. The proposed method transfers features from both teachers to a student model, achieving better clean accuracy while maintaining adversarial robustness, outperforming original IBD and competing with state-of-the-art approaches.

Vincent Ryusuke Takahashi, Yoshinari Takeishi, Jun'ichi Takeuchi, Kave SalamatianJul 31, 2026
AI Engineering & DevToolsAI Research

Dynamic Batch Sizes Improve Large Language Model Training Efficiency.

This paper proposes a new approach to deep learning dynamics, deriving joint scaling laws for loss based on both learning rate and batch size schedules. It introduces an optimal dynamic batch size schedule that consistently outperforms static batch size baselines, highlighting its importance for large language model training.

Jiaxiang Li, Zhiqi Bu, Shiyun XuJul 31, 2026