paper-with-me

홈 › Papers

Qilin-Med: Multi-stage Knowledge Injection Advanced Medical Large Language Model

2023-10-13 · Qichen Ye, Junling Liu, Dading Chong, Peilin Zhou, Yining Hua, Fenglin Liu, Meng Cao, ZiMing Wang, Xuxin Cheng, Zhu Lei, Zhenhua Guo

Integrating large language models (LLMs) into healthcare holds great potential but faces challenges. Pre-training LLMs from scratch for domains like medicine is resource-heavy and often unfeasible. On the other hand, sole reliance on Supervised Fine-tuning (SFT) can result in overconfident predictions and may not tap into domain-specific insights. In response, we present a multi-stage training method combining Domain-specific Continued Pre-training (DCPT), SFT, and Direct Preference Optimization (DPO). In addition, we publish a 3Gb Chinese Medicine (ChiMed) dataset, encompassing medical question answering, plain texts, knowledge graphs, and dialogues, segmented into three training stages. The medical LLM trained with our pipeline, Qilin-Med, shows substantial performance improvement. In the CPT and SFT phases, Qilin-Med achieved 38.4% and 40.0% accuracy on the CMExam test set, respectively. It outperformed the basemodel Baichuan-7B (accuracy: 33.5%), by 7.5%. In the DPO phase, it scored 16.66 in BLEU-1 and 27.44 in ROUGE-1 on the Huatuo-26M test set, bringing further improvement to the SFT phase (12.69 in BLEU-1 and 24.21 in ROUGE-1). Additionally, we have further enhanced the model's performance through the Retrieval Augmented Generation (RAG) approach. Experiments demonstrate that Qilin-Med-RAG achieves an accuracy rate of 42.8% on CMExam. These results highlight the contribution of our novel training approach in building LLMs for medical applications.

📄 PDF Abstract BibTeX arXiv:2310.09089

Code (1)

williamliujl/Qilin-Med 공식 구현 pytorch

Tasks

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language ModelMedical Question AnsweringQuestion AnsweringRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

DPO 설명 없음
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.…

Similar Papers 제목 키워드 기반

Qilin: A Multimodal Information Retrieval Dataset with APP-level User Sessions

2025-03-01 · Jia Chen, Qian Dong, Haitao Li, Xiaohui He 외

User-generated content (UGC) communities, especially those featuring multimodal content, improve user experiences by integrating visual and textual information into results (or items). The challenge of improving user exp…

Information RetrievalRAGRetrievalRetrieval-augmented Generation

Qilin-Med-VL: Towards Chinese Large Vision-Language Model for General Healthcare

2023-10-27 · Junling Liu, ZiMing Wang, Qichen Ye, Dading Chong 외

Large Language Models (LLMs) have introduced a new era of proficiency in comprehending complex healthcare and biomedical topics. However, there is a noticeable lack of models in languages other than English and models th…

Language ModelingLanguage Modelling

Flooding Spread of Manipulated Knowledge in LLM-Based Multi-Agent Communities

2024-07-10 · Tianjie Ju, Yiting Wang, Xinbei Ma, Pengzhou Cheng 외

The rapid adoption of large language models (LLMs) in multi-agent systems has highlighted their impressive capabilities in various applications, such as collaborative problem-solving and autonomous negotiation. However, …

counterfactualFact CheckingPersuasivenessRetrieval-augmented Generation+1

A unified foundational framework for knowledge injection and evaluation of Large Language Models in Combustion Science

2026-02-27 · Zonglin Yang, Runze Mao, Tianhao Wu, Han Li 외 arxiv

To advance foundation Large Language Models (LLMs) for combustion science, this study presents the first end-to-end framework for developing domain-specialized models for the combustion community. The framework comprises…

Knowledge Graphs

Deep Learning-Based Knowledge Injection for Metaphor Detection: A Comprehensive Review

2023-08-08 · Cheng Yang, Zheng Li, Zhiyue Liu, Qingbao Huang

Metaphor as an advanced cognitive modality works by extracting familiar concepts in the target domain in order to understand vague and abstract concepts in the source domain. This helps humans to quickly understand and m…