paper-with-me

홈 › Papers

Do We Still Need Clinical Language Models?

2023-02-16 · Eric Lehman, Evan Hernandez, Diwakar Mahajan, Jonas Wulff, Micah J. Smith, Zachary Ziegler, Daniel Nadler, Peter Szolovits, Alistair Johnson, Emily Alsentzer

Although recent advances in scaling large language models (LLMs) have resulted in improvements on many NLP tasks, it remains unclear whether these models trained primarily with general web text are the right tool in highly specialized, safety critical domains such as clinical text. Recent results have suggested that LLMs encode a surprising amount of medical knowledge. This raises an important question regarding the utility of smaller domain-specific language models. With the success of general-domain LLMs, is there still a need for specialized clinical models? To investigate this question, we conduct an extensive empirical analysis of 12 language models, ranging from 220M to 175B parameters, measuring their performance on 3 different clinical tasks that test their ability to parse and reason over electronic health records. As part of our experiments, we train T5-Base and T5-Large models from scratch on clinical notes from MIMIC III and IV to directly investigate the efficiency of clinical tokens. We show that relatively small specialized clinical models substantially outperform all in-context learning approaches, even when finetuned on limited annotated data. Further, we find that pretraining on clinical tokens allows for smaller, more parameter-efficient models that either match or outperform much larger language models trained on general text. We release the code and the models used under the PhysioNet Credentialed Health Data license and data use agreement.

📄 PDF Abstract BibTeX arXiv:2302.08091

Code (1)

yli-z/ml4h_are_clinical_t5_models_better_for_clinical_text

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

How to Train Private Clinical Language Models: A Comparative Study of Privacy-Preserving Pipelines for ICD-9 Coding

2025-11-18 · Mathieu Dufour, Andrew Duncan arxiv

Large language models trained on clinical text risk exposing sensitive patient information, yet differential privacy (DP) methods often severely degrade the diagnostic accuracy needed for deployment. Despite rapid progre…

Knowledge DistillationText Generation

Launching into clinical space with medspaCy: a new clinical text processing toolkit in Python

2021-06-14 · Hannah Eyre, Alec B Chapman, Kelly S Peterson, Jianlin Shi 외

Despite impressive success of machine learning algorithms in clinical natural language processing (cNLP), rule-based approaches still have a prominent role. In this paper, we introduce medspaCy, an extensible, open-sourc…

BIG-bench Machine Learning

CLIMB: A Benchmark of Clinical Bias in Large Language Models

2024-07-07 · Yubo Zhang, Shudi Hou, Mingyu Derek Ma, Wei Wang 외

Large language models (LLMs) are increasingly applied to clinical decision-making. However, their potential to exhibit bias poses significant risks to clinical equity. Currently, there is a lack of benchmarks that system…

counterfactualDecision Making

The use of large language models to enhance cancer clinical trial educational materials

2024-12-02 · Mingye Gao, Aman Varshney, Shan Chen, Vikram Goddla 외

Cancer clinical trials often face challenges in recruitment and engagement due to a lack of participant-facing informational and educational resources. This study investigated the potential of Large Language Models (LLMs…

MisinformationMultiple-choiceOne-Shot LearningZero-Shot Learning

Distilling Large Language Models for Efficient Clinical Information Extraction

2024-12-21 · Karthik S. Vedula, Annika Gupta, Akshay Swaminathan, Ivan Lopez 외

Large language models (LLMs) excel at clinical information extraction but their computational demands limit practical deployment. Knowledge distillation--the process of transferring knowledge from larger to smaller model…

Knowledge Distillationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1