paper-with-me

Papers

IvyGPT: InteractiVe Chinese pathwaY language model in medical domain

2023-07-20 · Rongsheng Wang, Yaofei Duan, ChanTong Lam, Jiexi Chen, Jiangsheng Xu, Haoming Chen, Xiaohong Liu, Patrick Cheong-Iao Pang, Tao Tan

General large language models (LLMs) such as ChatGPT have shown remarkable success. However, such LLMs have not been widely adopted for medical purposes, due to poor accuracy and inability to provide medical advice. We propose IvyGPT, an LLM based on LLaMA that is trained and fine-tuned with high-quality medical question-answer (QA) instances and Reinforcement Learning from Human Feedback (RLHF). After supervised fine-tuning, IvyGPT has good multi-turn conversation capabilities, but it cannot perform like a doctor in other aspects, such as comprehensive diagnosis. Through RLHF, IvyGPT can output richer diagnosis and treatment answers that are closer to human. In the training, we used QLoRA to train 33 billion parameters on a small number of NVIDIA A100 (80GB) GPUs. Experimental results show that IvyGPT has outperformed other medical GPT models.

📄 PDF Abstract BibTeX arXiv:2307.10512

Code (1)

WangRongsheng/IvyGPT 공식 구현

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Residual Connection 설명 없음
Adam 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Chinese Medical Question Answer Matching Based on Interactive Sentence Representation Learning

2020-11-27 · Xiongtao Cui, Jungang Han

Chinese medical question-answer matching is more challenging than the open-domain question answer matching in English. Even though the deep learning method has performed well in improving the performance of question answ…

Representation LearningSentence

T-Know: a Knowledge Graph-based Question Answering and Infor-mation Retrieval System for Traditional Chinese Medicine

2018-08-01 · COLING 2018 8 · Ziqing Liu, Enwei Peng, Shixing Yan, Guozheng Li 외

T-Know is a knowledge service system based on the constructed knowledge graph of Traditional Chinese Medicine (TCM). Using authorized and anonymized clinical records, medicine clinical guidelines, teaching materials, cla…

Information RetrievalQuestion AnsweringRetrieval

BioInsight: Multi-Agent Orchestration for Interactive Biomedical Knowledge Discovery

2026-06-19 · Jieyi Wang, Bingxuan Li, Nanyi Jiang, Desong Meng 외 hf

Biomedical researchers increasingly use AI-generated analyses and reports to interpret protein-level signals, but static outputs are often insufficient for research decision-making, where users need to inspect evidence, …

BenCao: An Instruction-Tuned Large Language Model for Traditional Chinese Medicine

2025-10-20 · Jiacheng Xie, Yang Yu, Yibo Chen, Hanyao Zhang 외 arxiv

Traditional Chinese Medicine (TCM), with a history spanning over two millennia, plays a role in global healthcare. However, applying large language models (LLMs) to TCM remains challenging due to its reliance on holistic…

Image Classification

Conceptualized Representation Learning for Chinese Biomedical Text Mining

2020-08-25 · Ningyu Zhang, Qianghuai Jia, Kangping Yin, Liang Dong 외

Biomedical text mining is becoming increasingly important as the number of biomedical documents and web data rapidly grows. Recently, word representation models such as BERT has gained popularity among researchers. Howev…

Language ModelingLanguage ModellingRepresentation Learning