MedLLMsPracticalGuide

MedLLMsPracticalGuide

医疗大语言模型的发展现状与应用前景

该项目提供了医疗大语言模型(Medical LLMs)的综合资源清单,基于一篇全面的综述论文。内容涵盖医疗LLMs的基本原理、构建方法、应用场景和面临的挑战,包括构建流程、医疗数据利用、生物医学任务、临床实践等多个方面。项目为医疗LLMs的研究与开发提供了宝贵的见解和实用指南,有助于推动这一前沿技术在医疗领域的创新应用。

医疗大语言模型人工智能医疗医学知识库医疗决策支持医疗应用Github开源项目
<div align=center> <img src="img/Medical_LLM_logo.png" width="180px"> </div> <h2 align="center"> A Practical Guide for Medical Large Language Models </a></h2> <h5 align="center"> If you like our project, please give us a star ⭐ on GitHub for the latest update.</h5> <h5 align="center">

Awesome arxiv Hits twitter TechBeat YouTube GitHub Repo stars

</h5>

This is an actively updated list of practical guide resources for Medical Large Language Models (Medical LLMs). It's based on our survey paper:

A Survey of Large Language Models in Medicine: Progress, Application, and Challenge

Hongjian Zhou<sup>1,*</sup>, Fenglin Liu<sup>1,*</sup>, Boyang Gu<sup>2,*</sup>, Xinyu Zou<sup>3,*</sup>, Jinfa Huang<sup>4,*</sup>, Jinge Wu<sup>5</sup>, Yiru Li<sup>6</sup>, Sam S. Chen<sup>7</sup>, Peilin Zhou<sup>8</sup>, Junling Liu<sup>9</sup>, Yining Hua<sup>10</sup>, Chengfeng Mao<sup>11</sup>, Chenyu You<sup>12</sup>, Xian Wu<sup>13</sup>, Yefeng Zheng<sup>13</sup>, Lei Clifton<sup>1</sup>, Zheng Li<sup>14,†</sup>, Jiebo Luo<sup>4,†</sup>, David A. Clifton<sup>1,†</sup>. (*Core Contributors, †Corresponding Authors)

<sup>1</sup>University of Oxford, <sup>2</sup>Imperial College London, <sup>3</sup>University of Waterloo, <sup>4</sup>University of Rochester, <sup>5</sup>University College London, <sup>6</sup>Western University, <sup>7</sup>University of Georgia, <sup>8</sup>Hong Kong University of Science and Technology (Guangzhou), <sup>9</sup>Alibaba, <sup>10</sup>Harvard T.H. Chan School of Public Health, <sup>11</sup>MIT, <sup>12</sup>Yale University, <sup>13</sup>Tencent, <sup>14</sup>Amazon

📣 Update News

[2024-07-10] We have updated our Version 6. Please check it out!

[2024-05-05] We have updated our Version 5. Please check it out!

[2024-03-03] We have updated our Version 4. Please check it out!

[2024-02-04] 🍻🍻🍻 Cheers, Happy Chinese New Year! We have updated our Version 3. Please check it out!

[2023-12-11] We have updated our survey Version 2. Please check it out!

[2023-11-09] We released the repository and survey Version 1.

⚡ Contributing

If you want to add your work or model to this list, please do not hesitate to email fenglin.liu@eng.ox.ac.uk and jhuang90@ur.rochester.edu or pull requests. Markdown format:

* [**Name of Conference or Journal + Year**] Paper Name. [[paper]](link) [[code]](link)

🤔 What are the Goals of the Medical LLM?

Goal 1: Surpassing Human-Level Expertise.

<div align=center> <img src="img/Medical_LLM_evolution.png" width="800px"> </div>

Goal 2: Emergent Properties of Medical LLM with the Model Size Scaling Up.

<div align=center> <img src="img/Medical_LLM_parameter_new.png" width="800px"> </div>

🤗 What is This Survey About?

This survey provides a comprehensive overview of the principles, applications, and challenges faced by LLMs in medicine. We address the following specific questions:

  1. How should medical LLMs be built?
  2. What are the measures for the downstream performance of medical LLMs?
  3. How should medical LLMs be utilized in real-world clinical practice?
  4. What challenges arise from the use of medical LLMs?
  5. How should we better construct and utilize medical LLMs?

This survey aims to provide insights into the opportunities and challenges of LLMs in medicine, and serve as a practical resource for constructing effective medical LLMs.

<div align=center> <img src="img/Medical_LLM_Introduction.png" width="800px"> </div>

Table of Contents

🔥 Practical Guide for Building Pipeline

<div align=center> <img src="img/Medical_LLMs_tree.png" width="1000px"> </div>

Pre-training from Scratch

  • [Nature Medicine, 2024] BiomedGPT A generalist vision–language foundation model for diverse biomedical tasks paper
  • [Nature, 2023] NYUTron Health system-scale language models are all-purpose prediction engines paper
  • [Arxiv, 2023] OphGLM: Training an Ophthalmology Large Language-and-Vision Assistant based on Instructions and Dialogue. paper
  • [npj Digital Medicine, 2023] GatorTronGPT: A Study of Generative Large Language Model for Medical Research and Healthcare. paper
  • [Bioinformatics, 2023] MedCPT: Contrastive Pre-trained Transformers with Large-scale Pubmed Search Logs for Zero-shot Biomedical Information Retrieval. paper
  • [Bioinformatics, 2022] BioGPT: Generative Pre-trained Transformer for Biomedical Text Generation and Mining. paper
  • [NeurIPS, 2022] DRAGON: Deep Bidirectional Language-Knowledge Graph Pretraining. paper code
  • [ACL, 2022] BioLinkBERT/LinkBERT: Pretraining Language Models with Document Links. paper code
  • [npj Digital Medicine, 2022] GatorTron: A Large Language Model for Electronic Health Records. paper
  • [HEALTH, 2021] PubMedBERT: Domain-specific Language Model Pretraining for Biomedical Natural Language Processing. paper
  • [Bioinformatics, 2020] BioBERT: A Pre-trained Biomedical Language Representation Model for Biomedical Text Mining. paper
  • [ENNLP, 2019] SciBERT: A Pretrained Language Model for Scientific Text. paper
  • [NAACL Workshop, 2019] ClinicalBERT: Publicly Available Clinical BERT Embeddings. paper
  • [BioNLP Workshop, 2019] BlueBERT: Transfer Learning in Biomedical Natural Language Processing: An Evaluation of BERT and ELMo on Ten Benchmarking Datasets. paper

Fine-tuning General LLMs

  • [Arxiv, 2024.8] Med42-v2: A Suite of Clinical LLMs. paper Model
  • [Huggingface, 2024.5] OpenBioLLM-70b: Advancing Open-source Large Language Models in Medical Domain model
  • [Huggingface, 2024.5] MedLllama3 model
  • [Arxiv, 2024.4] Med-Gemini Capabilities of Gemini Models in Medicine. paper
  • [Arxiv, 2024.2] BioMistral A Collection of Open-Source Pretrained Large Language Models for Medical Domains. paper
  • [Arxiv, 2023.12] From Beginner to Expert: Modeling Medical Knowledge into General LLMs. paper
  • [Arxiv, 2023.11] Taiyi: A Bilingual Fine-Tuned Large Language Model for Diverse Biomedical Tasks. paper code
  • [Arxiv, 2023.10] AlpaCare: Instruction-tuned Large Language Models for Medical Application. paper code
  • [Arxiv, 2023.10] BianQue: Balancing the Questioning and Suggestion Ability of Health LLMs with Multi-turn Health Conversations Polished by ChatGPT. paper
  • [Arxiv, 2023.10] Qilin-Med: Multi-stage Knowledge Injection Advanced Medical Large Language Model. paper
  • [Arxiv, 2023.10] Qilin-Med-VL: Towards Chinese Large Vision-Language Model for General Healthcare. paper
  • [Arxiv, 2023.10] MEDITRON-70B: Scaling Medical Pretraining for Large Language Models. paper
  • [AAAI, 2024/2023.10] Med42: Evaluating Fine-Tuning Strategies for Medical LLMs: Full-Parameter vs. Parameter-Efficient Approaches. paper Model
  • [Arxiv, 2023.9] CPLLM: Clinical Prediction with Large Language Models. paper
  • [Arxiv, 2023.8] BioMedGPT/OpenBioMed Open Multimodal Generative Pre-trained Transformer for BioMedicine.

编辑推荐精选

音述AI

音述AI

全球首个AI音乐社区

音述AI是全球首个AI音乐社区,致力让每个人都能用音乐表达自我。音述AI提供零门槛AI创作工具,独创GETI法则帮助用户精准定义音乐风格,AI润色功能支持自动优化作品质感。音述AI支持交流讨论、二次创作与价值变现。针对中文用户的语言习惯与文化背景进行专门优化,支持国风融合、C-pop等本土音乐标签,让技术更好地承载人文表达。

QoderWork

QoderWork

阿里Qoder团队推出的桌面端AI智能体

QoderWork 是阿里推出的本地优先桌面 AI 智能体,适配 macOS14+/Windows10+,以自然语言交互实现文件管理、数据分析、AI 视觉生成、浏览器自动化等办公任务,自主拆解执行复杂工作流,数据本地运行零上传,技能市场可无限扩展,是高效的 Agentic 生产力办公助手。

lynote.ai

lynote.ai

一站式搞定所有学习需求

不再被海量信息淹没,开始真正理解知识。Lynote 可摘要 YouTube 视频、PDF、文章等内容。即时创建笔记,检测 AI 内容并下载资料,将您的学习效率提升 10 倍。

AniShort

AniShort

为AI短剧协作而生

专为AI短剧协作而生的AniShort正式发布,深度重构AI短剧全流程生产模式,整合创意策划、制作执行、实时协作、在线审片、资产复用等全链路功能,独创无限画布、双轨并行工业化工作流与Ani智能体助手,集成多款主流AI大模型,破解素材零散、版本混乱、沟通低效等行业痛点,助力3人团队效率提升800%,打造标准化、可追溯的AI短剧量产体系,是AI短剧团队协同创作、提升制作效率的核心工具。

seedancetwo2.0

seedancetwo2.0

能听懂你表达的视频模型

Seedance two是基于seedance2.0的中国大模型,支持图像、视频、音频、文本四种模态输入,表达方式更丰富,生成也更可控。

nano-banana纳米香蕉中文站

nano-banana纳米香蕉中文站

国内直接访问,限时3折

输入简单文字,生成想要的图片,纳米香蕉中文站基于 Google 模型的 AI 图片生成网站,支持文字生图、图生图。官网价格限时3折活动

扣子-AI办公

扣子-AI办公

职场AI,就用扣子

AI办公助手,复杂任务高效处理。办公效率低?扣子空间AI助手支持播客生成、PPT制作、网页开发及报告写作,覆盖科研、商业、舆情等领域的专家Agent 7x24小时响应,生活工作无缝切换,提升50%效率!

堆友

堆友

多风格AI绘画神器

堆友平台由阿里巴巴设计团队创建,作为一款AI驱动的设计工具,专为设计师提供一站式增长服务。功能覆盖海量3D素材、AI绘画、实时渲染以及专业抠图,显著提升设计品质和效率。平台不仅提供工具,还是一个促进创意交流和个人发展的空间,界面友好,适合所有级别的设计师和创意工作者。

图像生成热门AI工具AI图像AI反应堆AI工具箱AI绘画GOAI艺术字堆友相机
码上飞

码上飞

零代码AI应用开发平台

零代码AI应用开发平台,用户只需一句话简单描述需求,AI能自动生成小程序、APP或H5网页应用,无需编写代码。

Vora

Vora

免费创建高清无水印Sora视频

Vora是一个免费创建高清无水印Sora视频的AI工具

下拉加载更多