paper-with-me

Papers

Zhongjing: Enhancing the Chinese Medical Capabilities of Large Language Model through Expert Feedback and Real-world Multi-turn Dialogue

2023-08-07 · Songhua Yang, Hanjie Zhao, Senbin Zhu, Guangyu Zhou, Hongfei Xu, Yuxiang Jia, Hongying Zan

Recent advances in Large Language Models (LLMs) have achieved remarkable breakthroughs in understanding and responding to user intents. However, their performance lag behind general use cases in some expertise domains, such as Chinese medicine. Existing efforts to incorporate Chinese medicine into LLMs rely on Supervised Fine-Tuning (SFT) with single-turn and distilled dialogue data. These models lack the ability for doctor-like proactive inquiry and multi-turn comprehension and cannot align responses with experts' intentions. In this work, we introduce Zhongjing, the first Chinese medical LLaMA-based LLM that implements an entire training pipeline from continuous pre-training, SFT, to Reinforcement Learning from Human Feedback (RLHF). Additionally, we construct a Chinese multi-turn medical dialogue dataset of 70,000 authentic doctor-patient dialogues, CMtMedQA, which significantly enhances the model's capability for complex dialogue and proactive inquiry initiation. We also define a refined annotation rule and evaluation criteria given the unique characteristics of the biomedical domain. Extensive experimental results show that Zhongjing outperforms baselines in various capacities and matches the performance of ChatGPT in some abilities, despite the 100x parameters. Ablation studies also demonstrate the contributions of each component: pre-training enhances medical knowledge, and RLHF further improves instruction-following ability and safety. Our code, datasets, and models are available at https://github.com/SupritYoung/Zhongjing.

📄 PDF Abstract BibTeX arXiv:2308.03549

Code (1)

suprityoung/zhongjing 공식 구현

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

TCMBench: A Comprehensive Benchmark for Evaluating Large Language Models in Traditional Chinese Medicine

2024-06-03 · Wenjing Yue, Xiaoling Wang, Wei Zhu, Ming Guan 외

Large language models (LLMs) have performed remarkably well in various natural language processing tasks by benchmarking, including in the Western medical domain. However, the professional evaluation benchmarks for LLMs …

BenchmarkingQuestion AnsweringText Generation

MedGo: A Chinese Medical Large Language Model

2024-10-27 · HaiTao Zhang, Bo An

Large models are a hot research topic in the field of artificial intelligence. Leveraging their generative capabilities has the potential to enhance the level and quality of medical services. In response to the limitatio…

Language ModelingLanguage ModellingLarge Language ModelMedical Question Answering+2

Leveraging Group Relative Policy Optimization to Advance Large Language Models in Traditional Chinese Medicine

2025-10-20 · Jiacheng Xie, Shuai Zeng, Yang Yu, Xiaoting Tang 외 arxiv

Traditional Chinese Medicine (TCM) presents a rich and structurally unique knowledge system that challenges conventional applications of large language models (LLMs). Although previous TCM-specific LLMs have shown progre…

Reinforcement Learning

Continuous Training and Fine-tuning for Domain-Specific Language Models in Medical Question Answering

2023-11-01 · Zhen Guo, Yining Hua

Large language models exhibit promising general capabilities but often lack specialized knowledge for domain-specific tasks. Developing domain experts from a base model enables a range of applications without prohibitive…

Medical Question AnsweringQuestion Answering

PromptCBLUE: A Chinese Prompt Tuning Benchmark for the Medical Domain

2023-10-22 · Wei Zhu, Xiaoling Wang, Huanran Zheng, Mosha Chen 외

Biomedical language understanding benchmarks are the driving forces for artificial intelligence applications with large language model (LLM) back-ends. However, most current benchmarks: (a) are limited to English which m…

Dialogue GenerationDialogue UnderstandingKnowledge ProbingLanguage Modeling+5