Giter VIP home page Giter VIP logo

gpt-llmmed's Introduction

Large language models streamline automated machine learning for clinical studies

Overview

Abstract

A knowledge gap persists between machine learning (ML) developers (e.g., data scientists) and practitioners (e.g., clinicians), hampering the full utilization of ML for clinical data analysis. We investigated the potential of the ChatGPT Advanced Data Analysis (ADA), an extension of GPT-4, to bridge this gap and perform ML analyses efficiently. Real-world clinical datasets and study details from large trials across various medical specialties were presented to ChatGPT ADA without specific guidance. ChatGPT ADA autonomously developed state-of-the-art ML models based on the original study’s training data to predict clinical outcomes such as cancer development, cancer progression, disease complications, or biomarkers such as pathogenic gene sequences. Following the re-implementation and optimization of the published models, the head-to-head comparison of the ChatGPT ADA-crafted ML models and their respective manually crafted counterparts revealed no significant differences in traditional performance metrics. Strikingly, the ChatGPT ADA-crafted ML models often outperformed their counterparts. In conclusion, ChatGPT ADA offers a promising avenue to democratize ML in medicine by simplifying complex data analyses, yet should enhance, not replace, specialized training and resources, to promote broader applications in medical research and practice.

Prerequisites

The software is developed in Python 3.9.

Main Python modules required for the software can be installed from ./requirements:

$ conda env create -f requirements.yaml
$ conda activate llmmed

Note: This might take a few minutes.

Code structure

Our source code for training and evaluation of the deep neural networks, image analysis and preprocessing, and data augmentation are available here.

  1. ./main_LLMmed.py: includes all the training codes.
  2. ./statistics_LLMmed.py: includes all the statistical analysis and evaluation metrics.
  3. ./utils.py and ./shapp_LLMmed: include all the illustrations.

In case you use this repository, please cite the original paper:

S. Tayebi Arasteh, T. Han, M. Lotfinia, et al. Large language models streamline automated machine learning for clinical studies. Nature Communications, 15(1), 1603 (2024), https://doi.org/10.1038/s41467-024-45879-8.

BibTex

@article {gptada_arasteh,
  author = {Tayebi Arasteh, Soroosh and Misera, Leo and Kather, Jakob Nikolas and Truhn, Daniel and Nebelung, Sven},
  title = {Large language models streamline automated machine learning for clinical studies},
  year = {2024},
  volume = {15},
  number = {1603},
  doi = {10.1038/s41467-024-45879-8},
  publisher = {Nature Portfolio},
  journal = {Nature Communications}
}

gpt-llmmed's People

Contributors

tayebiarasteh avatar

Stargazers

Tim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.