Skip to content

EllieZhangy/LLM-Based-Impression-Prediction-from-Radiology-Reports

Repository files navigation

GPT-LLM-Based-Impression-Prediction-from-Radiology-Reports

Our project aims to utilize large language models to generate accurate words for the Impression section of medical reports by leveraging patients' medical findings and background information. The primary objective is to assist physicians in optimizing their documentation process, ultimately reducing the time required for generating comprehensive reports.

Data

The data for this project was obtained from the University of Chicago Medicine, consisting of 789,280 de-identified radiology reports.

image

Our data is textual, well-organized, and covers multiple modalities. We chose MRI for modeling considering the data size.

Methodology

Here is the workflow of our project:

Screen Shot 2023-11-19 at 12 04 07 AM

Several large language base models are experimented including Alpaca-7b, Medalpaca-7b, Llama2-7b, Llama2-13b and Mistral-7b:

Screen Shot 2023-11-19 at 12 05 09 AM

The selection of the model is based on:

  • Open-Source Availability
  • Manageable Model Size
  • Proven Performance
  • Use Case

Model Evaluation

To comprehensively assess the performance of the models in generating precise impressions from patients' medical findings and background information, ROUGE scores have been selected as the primary evaluation metrics. The baseline results for comparison are derived from the paper titled 'Customized Impression Prediction from Radiology Reports Using BERT and LSTMs'.[1]

Here is the result:

Screen Shot 2023-11-30 at 4 12 02 PM

Demo

Below is an example demonstrating our user-friendly interface, developed with Gradio, utilizing the fine-tuned Mistral-7b model:

image

Reference

[1] Gundogdu, B., Pamuksuz, U., Chung, J. H., Telleria, J. M., Liu, P., Khan, F., & Chang, P. J. (2021). Customized impression prediction from radiology reports using BERT and LSTMs. IEEE Transactions on Artificial Intelligence.

About

Employed Large Language Models to generate accurate wording for the "impression" section in the medical reports

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors