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.

编辑推荐精选

iTerms

iTerms

企业专属的AI法律顾问

iTerms是法大大集团旗下法律子品牌,基于最先进的大语言模型(LLM)、专业的法律知识库和强大的智能体架构,帮助企业扫清合规障碍,筑牢风控防线,成为您企业专属的AI法律顾问。

SimilarWeb流量提升

SimilarWeb流量提升

稳定高效的流量提升解决方案,助力品牌曝光

稳定高效的流量提升解决方案,助力品牌曝光

Sora2视频免费生成

Sora2视频免费生成

最新版Sora2模型免费使用,一键生成无水印视频

最新版Sora2模型免费使用,一键生成无水印视频

Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

热门AI辅助写作AI工具讯飞绘文内容运营AI创作个性化文章多平台分发AI助手
TRAE编程

TRAE编程

AI辅助编程,代码自动修复

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
商汤小浣熊

商汤小浣熊

最强AI数据分析助手

小浣熊家族Raccoon,您的AI智能助手,致力于通过先进的人工智能技术,为用户提供高效、便捷的智能服务。无论是日常咨询还是专业问题解答,小浣熊都能以快速、准确的响应满足您的需求,让您的生活更加智能便捷。

imini AI

imini AI

像人一样思考的AI智能体

imini 是一款超级AI智能体,能根据人类指令,自主思考、自主完成、并且交付结果的AI智能体。

Keevx

Keevx

AI数字人视频创作平台

Keevx 一款开箱即用的AI数字人视频创作平台,广泛适用于电商广告、企业培训与社媒宣传,让全球企业与个人创作者无需拍摄剪辑,就能快速生成多语言、高质量的专业视频。

即梦AI

即梦AI

一站式AI创作平台

提供 AI 驱动的图片、视频生成及数字人等功能,助力创意创作

下拉加载更多