Table of Contents
Fetching ...

FT-MDT: Extracting Decision Trees from Medical Texts via a Novel Low-rank Adaptation Method

Yuheng Li, Jiechao Gao, Wei Han, Wenwen Ouyang, Wei Zhu, Hui Yi Leong

TL;DR

This work tackles the costly manual annotation required to extract medical decision trees (MDTs) from clinical guidelines. It introduces PI-LoRA, a path-integrated LoRA framework that combines Shapley-value-inspired module evaluation with gradient-path information to allocate low-rank updates across transformer modules, pruning the least important ones. Across Text2MDT benchmarks, PI-LoRA achieves state-of-the-art accuracy with reduced model complexity, outperforming both pipeline and end-to-end LLM baselines while maintaining a lightweight architecture suitable for resource-constrained clinical settings. The approach provides a principled, scalable method for MDT extraction from textual guidelines, with potential to improve clinical decision support while minimizing computational demands.

Abstract

Knowledge of the medical decision process, which can be modeled as medical decision trees (MDTs), is critical to building clinical decision support systems. However, current MDT construction methods rely heavily on time-consuming and laborious manual annotation. To address this challenge, we propose PI-LoRA (Path-Integrated LoRA), a novel low-rank adaptation method for automatically extracting MDTs from clinical guidelines and textbooks. We integrate gradient path information to capture synergistic effects between different modules, enabling more effective and reliable rank allocation. This framework ensures that the most critical modules receive appropriate rank allocations while less important ones are pruned, resulting in a more efficient and accurate model for extracting medical decision trees from clinical texts. Extensive experiments on medical guideline datasets demonstrate that our PI-LoRA method significantly outperforms existing parameter-efficient fine-tuning approaches for the Text2MDT task, achieving better accuracy with substantially reduced model complexity. The proposed method achieves state-of-the-art results while maintaining a lightweight architecture, making it particularly suitable for clinical decision support systems where computational resources may be limited.

FT-MDT: Extracting Decision Trees from Medical Texts via a Novel Low-rank Adaptation Method

TL;DR

This work tackles the costly manual annotation required to extract medical decision trees (MDTs) from clinical guidelines. It introduces PI-LoRA, a path-integrated LoRA framework that combines Shapley-value-inspired module evaluation with gradient-path information to allocate low-rank updates across transformer modules, pruning the least important ones. Across Text2MDT benchmarks, PI-LoRA achieves state-of-the-art accuracy with reduced model complexity, outperforming both pipeline and end-to-end LLM baselines while maintaining a lightweight architecture suitable for resource-constrained clinical settings. The approach provides a principled, scalable method for MDT extraction from textual guidelines, with potential to improve clinical decision support while minimizing computational demands.

Abstract

Knowledge of the medical decision process, which can be modeled as medical decision trees (MDTs), is critical to building clinical decision support systems. However, current MDT construction methods rely heavily on time-consuming and laborious manual annotation. To address this challenge, we propose PI-LoRA (Path-Integrated LoRA), a novel low-rank adaptation method for automatically extracting MDTs from clinical guidelines and textbooks. We integrate gradient path information to capture synergistic effects between different modules, enabling more effective and reliable rank allocation. This framework ensures that the most critical modules receive appropriate rank allocations while less important ones are pruned, resulting in a more efficient and accurate model for extracting medical decision trees from clinical texts. Extensive experiments on medical guideline datasets demonstrate that our PI-LoRA method significantly outperforms existing parameter-efficient fine-tuning approaches for the Text2MDT task, achieving better accuracy with substantially reduced model complexity. The proposed method achieves state-of-the-art results while maintaining a lightweight architecture, making it particularly suitable for clinical decision support systems where computational resources may be limited.

Paper Structure

This paper contains 24 sections, 8 equations, 5 tables, 1 algorithm.