A Chinese medical LLM textbook, open-sourced and monthly-updated
ZJU's team is treating an AI-in-healthcare textbook like software: versioned releases, issue tracking, and a public paper list per chapter.

What it does
This repository hosts an open Chinese-language textbook on medical large language models, maintained by a Zhejiang University team. It covers 18 chapters across five parts: from AI history and Transformer basics to clinical decision support, drug discovery, and the ethics of algorithmic bias in healthcare. Each chapter ships as a PDF, and the authors commit to monthly updates driven by community feedback.
The interesting bit
The authors frame the book as a living document—version 1.0.0 with a badge, issue-driven corrections, and per-chapter paper lists to track “latest progress.” That is unusual rigor for an academic text in a space where most surveys go stale in six months.
Key highlights
- 18 chapters spanning foundations, vertical training, clinical applications, and ethics
- Monthly update cadence explicitly promised
- Each chapter includes a curated paper list for further reading
- PDFs available directly in the repository (
content/directory) - Contact email provided for direct feedback (wenqiaozhang@zju.edu.cn)
Caveats
- The README contains broken or inconsistent PDF filenames (e.g.,
chapter-7.pdfvschapter 11.pdfwith a space) - No explicit open-source license is currently shown (the license badge is commented out in HTML)
- Content is entirely in Chinese; no English translation is indicated
Verdict
Worth bookmarking if you read Chinese and need a structured on-ramp to medical LLMs—especially for the paper lists. Skip it if you need runnable code or English-language resources; this is a textbook repository, not a framework.