AICLSep 22, 2023

DRG-LLaMA : Tuning LLaMA Model to Predict Diagnosis-related Group for Hospitalized Patients

arXiv:2309.12625v221.7112 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of automating DRG prediction for hospital administrators and healthcare systems, but it is incremental as it applies an existing fine-tuning method to a specific domain.

The study tackled the inefficient assignment of Diagnosis-Related Groups (DRGs) in U.S. inpatient payments by fine-tuning the LLaMA model on clinical notes, resulting in DRG-LLaMA-7B achieving a macro-averaged F1 score of 0.327, top-1 accuracy of 52.0%, and relative improvements of 40.3% and 35.7% over prior models.

In the U.S. inpatient payment system, the Diagnosis-Related Group (DRG) is pivotal, but its assignment process is inefficient. The study introduces DRG-LLaMA, an advanced large language model (LLM) fine-tuned on clinical notes to enhance DRGs assignment. Utilizing LLaMA as the foundational model and optimizing it through Low-Rank Adaptation (LoRA) on 236,192 MIMIC-IV discharge summaries, our DRG-LLaMA-7B model exhibited a noteworthy macro-averaged F1 score of 0.327, a top-1 prediction accuracy of 52.0%, and a macro-averaged Area Under the Curve (AUC) of 0.986, with a maximum input token length of 512. This model surpassed the performance of prior leading models in DRG prediction, showing a relative improvement of 40.3% and 35.7% in macro-averaged F1 score compared to ClinicalBERT and CAML, respectively. Applied to base DRG and complication or comorbidity (CC)/major complication or comorbidity (MCC) prediction, DRG-LLaMA achieved a top-1 prediction accuracy of 67.8% and 67.5%, respectively. Additionally, our findings indicate that DRG-LLaMA's performance correlates with increased model parameters and input context lengths.

Code Implementations1 repo
Foundations

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

Your Notes