Zing Forum

Reading

Exploration of the Application of Large Language Models in Clinical Diagnosis and Treatment Recommendations

A bachelor's degree project study that uses the MIMIC-IV database to evaluate the performance of large language models in clinical diagnosis support and treatment recommendation systems.

大语言模型临床诊断医疗AIMIMIC-IV智慧医疗机器学习
Published 2026-05-13 02:17Recent activity 2026-05-13 02:31Estimated read 6 min
Exploration of the Application of Large Language Models in Clinical Diagnosis and Treatment Recommendations
1

Section 01

[Introduction] Exploration of the Application of Large Language Models in Clinical Diagnosis and Treatment Recommendations

Nina-Voj's bachelor's degree project uses the MIMIC-IV database as a benchmark to explore the performance of large language models (LLMs) in clinical diagnosis support and treatment recommendations, analyze their advantages, limitations, and significance for smart healthcare, and provide practical experience for AI-assisted medical decision-making.

2

Section 02

Research Background and Motivation

Clinical diagnosis requires integrating multi-source information such as patient symptoms, test results, and medical history. However, the uneven distribution of medical resources and excessive workload of doctors are common global issues. With their strong natural language understanding and knowledge integration capabilities, LLMs are expected to become intelligent assistants for doctors. The core questions of this project are: How do current LLMs perform in real clinical scenarios? Can they reliably assist in diagnostic decisions? The MIMIC-IV (an authoritative public intensive care dataset) was selected as the evaluation benchmark.

3

Section 03

Introduction to the MIMIC-IV Database

MIMIC-IV is maintained by the MIT Laboratory for Computational Physiology and contains hundreds of thousands of de-identified health records of real patients, covering demographic data, diagnostic codes, laboratory results, medication records, etc. Advantages: The data comes from real clinical environments, with strong representativeness and complexity; de-identification protects privacy, supports academic research, and allows model performance evaluation close to real scenarios.

4

Section 04

Research Methods and Experimental Design

A systematic evaluation framework was adopted:

  1. Prompt Engineering Strategies: Role setting (experienced clinician), structured prompts (organizing patient information), chain-of-thought prompts (guiding step-by-step reasoning);
  2. Diagnosis Support Task: Generate diagnostic recommendations based on patient information, evaluate accuracy, completeness, and consistency with clinical guidelines, and compare with actual diagnoses in MIMIC-IV;
  3. Treatment Recommendation Task: Evaluate the model's performance in recommending drug therapy, surgical intervention, nursing measures, etc.
5

Section 05

Technical Implementation Details

The code structure is clear and includes multiple modules:

  • Data Preprocessing: Text cleaning and standardization, numerical feature normalization, time series alignment and interpolation, diagnostic code mapping and conversion;
  • Model Interface: A unified layer supports access to different LLMs (e.g., GPT, LLaMA series);
  • Clinical Accuracy Evaluation: Combines expert manual review and automatic verification with medical knowledge bases, not relying solely on NLP metrics like BLEU.
6

Section 06

Research Findings and Insights

Advantages: LLMs can understand complex clinical descriptions, integrate multi-source information, generate structured diagnostic thinking, and perform stably in common disease scenarios; Limitations: Insufficient recognition of rare diseases, prone to errors in numerical reasoning, medical knowledge has timeliness issues, and occasionally generates dangerous recommendations that require strict manual review.

7

Section 07

Significance for Smart Healthcare and Future Outlook

Significance: LLMs cannot completely replace doctors, but can serve as auxiliary tools; promote human-machine collaboration (AI undertakes tasks like information integration to free up doctors' energy); establish multi-dimensional evaluation standards (clinical practicality, safety, interpretability); Outlook: Explore multi-modal fusion (imaging + laboratory tests + text), personalized diagnosis and treatment recommendations, and stricter clinical verification processes.