CLAICEJul 15, 2024

TCM-FTP: Fine-Tuning Large Language Models for Herbal Prescription Prediction

arXiv:2407.10510v220 citationsh-index: 15
Originality Synthesis-oriented
AI Analysis

This work addresses a domain-specific challenge in healthcare by improving prescription prediction for TCM practitioners, though it is incremental as it applies existing fine-tuning techniques to a new dataset.

The paper tackled the problem of predicting Traditional Chinese Medicine (TCM) herbal prescriptions from symptoms by introducing a new dataset and fine-tuning large language models, achieving an F1-score of 0.8031 and a normalized mean square error of 0.0604 for dosage prediction.

Traditional Chinese medicine (TCM) has relied on specific combinations of herbs in prescriptions to treat various symptoms and signs for thousands of years. Predicting TCM prescriptions poses a fascinating technical challenge with significant practical implications. However, this task faces limitations due to the scarcity of high-quality clinical datasets and the complex relationship between symptoms and herbs. To address these issues, we introduce \textit{DigestDS}, a novel dataset comprising practical medical records from experienced experts in digestive system diseases. We also propose a method, TCM-FTP (TCM Fine-Tuning Pre-trained), to leverage pre-trained large language models (LLMs) via supervised fine-tuning on \textit{DigestDS}. Additionally, we enhance computational efficiency using a low-rank adaptation technique. Moreover, TCM-FTP incorporates data augmentation by permuting herbs within prescriptions, exploiting their order-agnostic nature. Impressively, TCM-FTP achieves an F1-score of 0.8031, significantly outperforming previous methods. Furthermore, it demonstrates remarkable accuracy in dosage prediction, achieving a normalized mean square error of 0.0604. In contrast, LLMs without fine-tuning exhibit poor performance. Although LLMs have demonstrated wide-ranging capabilities, our work underscores the necessity of fine-tuning for TCM prescription prediction and presents an effective way to accomplish this.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes