DR-GPT: a large language model for medical report analysis of diabetic retinopathy patients

Joel Jaskari,Jaakko Sahlsten,Paula Summanen,Jukka Moilanen,Erika Lehtola,Marjo Aho,Elina Säpyskä,Kustaa Hietala,Kimmo Kaski
DOI: https://doi.org/10.1101/2024.01.12.24301230
2024-01-17
Abstract:Diabetic retinopathy (DR) is a sight-threatening condition caused by diabetes. Screening programmes for DR include eye examinations, where the patient’s fundi are photographed, and the findings, including DR severity, are recorded in the medical report. However, statistical analyses based on DR severity require structured labels that calls for laborious manual annotation process if the report format is unstructured. In this work, we propose a large language model DR-GPT for classification of the DR severity from unstructured medical reports. On a clinical set of medical reports, DR-GPT reaches 0.975 quadratic weighted Cohen’s kappa using truncated Early Treatment Diabetic Retinopathy Study scale. When DR-GPT annotations for unlabeled data are paired with corresponding fundus images, the additional data improves image classifier performance with statistical significance. Our analysis shows that large language models can be applied for unstructured medical report databases to classify diabetic retinopathy with a variety of applications.
Ophthalmology
What problem does this paper attempt to address?
The paper attempts to address the problem of automatically classifying the severity of diabetic retinopathy (DR) from unstructured medical reports in DR screening programs. Specifically, the authors propose a large language model named DR-GPT to handle unstructured medical reports and apply it to the grading of diabetic retinopathy. Since existing screening programs often require manual annotation of a large number of patient records, a process that is both time-consuming and labor-intensive, this study aims to improve efficiency by automating this process. Additionally, the paper explores how to enhance convolutional neural network (CNN) training datasets using weakly labeled data generated by DR-GPT, thereby improving the performance of image-based classifiers. In this way, the research demonstrates that DR-GPT can not only accurately extract grading information of diabetic retinopathy from unstructured text but also significantly enhance the performance of image classifiers through weakly labeled data.