paper-with-me

홈 › Papers

PMC-LLaMA: Towards Building Open-source Language Models for Medicine

2023-04-27 · Chaoyi Wu, Weixiong Lin, Xiaoman Zhang, Ya zhang, Yanfeng Wang, Weidi Xie

Recently, Large Language Models (LLMs) have showcased remarkable capabilities in natural language understanding. While demonstrating proficiency in everyday conversations and question-answering situations, these models frequently struggle in domains that require precision, such as medical applications, due to their lack of domain-specific knowledge. In this paper, we describe the procedure for building a powerful, open-source language model specifically designed for medicine applications, termed as PMC-LLaMA. Our contributions are threefold: (i) we systematically investigate the process of adapting a general-purpose foundation language model towards medical domain, this involves data-centric knowledge injection through the integration of 4.8M biomedical academic papers and 30K medical textbooks, as well as comprehensive fine-tuning for alignment with domain-specific instructions; (ii) we contribute a large-scale, comprehensive dataset for instruction tuning. This dataset encompasses medical question-answering (QA), rationale for reasoning, and conversational dialogues, comprising a total of 202M tokens; (iii) we conduct thorough ablation studies to demonstrate the effectiveness of each proposed component. While evaluating on various public medical question-answering benchmarks, our lightweight PMCLLaMA, which consists of only 13 billion parameters, exhibits superior performance, even surpassing ChatGPT. All models, codes, datasets can be found in https://github.com/chaoyi-wu/PMC-LLaMA.

📄 PDF Abstract BibTeX arXiv:2304.14454

Code (1)

chaoyi-wu/pmc-llama 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMedical Question AnsweringNatural Language UnderstandingQuestion Answering

Similar Papers 제목 키워드 기반

Towards Building Multilingual Language Model for Medicine

2024-02-21 · Pengcheng Qiu, Chaoyi Wu, Xiaoman Zhang, Weixiong Lin 외

The development of open-source, multilingual medical language models can benefit a wide, linguistically diverse audience from different regions. To promote this domain, we present contributions from the following: First,…

Domain AdaptationLanguage ModelingLanguage Modellingmodel+1

TinyLlama: An Open-Source Small Language Model

2024-01-04 · Peiyuan Zhang, Guangtao Zeng, Tianduo Wang, Wei Lu

We present TinyLlama, a compact 1.1B language model pretrained on around 1 trillion tokens for approximately 3 epochs. Building on the architecture and tokenizer of Llama 2, TinyLlama leverages various advances contribut…

Computational EfficiencyLanguage ModelingLanguage Modellingmodel+1

Towards Evaluating and Building Versatile Large Language Models for Medicine

2024-08-22 · Chaoyi Wu, Pengcheng Qiu, Jinxin Liu, Hongfei Gu 외

In this study, we present MedS-Bench, a comprehensive benchmark designed to evaluate the performance of large language models (LLMs) in clinical contexts. Unlike existing benchmarks that focus on multiple-choice question…

Multiple-choicenamed-entity-recognitionNamed Entity RecognitionQuestion Answering

UltraMedical: Building Specialized Generalists in Biomedicine

2024-06-06 · Kaiyan Zhang, Sihang Zeng, Ermo Hua, Ning Ding 외

Large Language Models (LLMs) have demonstrated remarkable capabilities across various domains and are moving towards more specialized areas. Recent advanced proprietary models such as GPT-4 and Gemini have achieved signi…

Building Real-World Meeting Summarization Systems using Large Language Models: A Practical Perspective

2023-10-30 · Md Tahmid Rahman Laskar, Xue-Yong Fu, Cheng Chen, Shashi Bhushan TN

This paper studies how to effectively build meeting summarization systems for real-world usage using large language models (LLMs). For this purpose, we conduct an extensive evaluation and comparison of various closed-sou…

Meeting Summarization