paper-with-me

Papers

Large Language Models are Few-Shot Clinical Information Extractors

2022-05-25 · Monica Agrawal, Stefan Hegselmann, Hunter Lang, Yoon Kim, David Sontag

A long-running goal of the clinical NLP community is the extraction of important variables trapped in clinical notes. However, roadblocks have included dataset shift from the general domain and a lack of public clinical corpora and annotations. In this work, we show that large language models, such as InstructGPT, perform well at zero- and few-shot information extraction from clinical text despite not being trained specifically for the clinical domain. Whereas text classification and generation performance have already been studied extensively in such models, here we additionally demonstrate how to leverage them to tackle a diverse set of NLP tasks which require more structured outputs, including span identification, token-level sequence classification, and relation extraction. Further, due to the dearth of available data to evaluate these systems, we introduce new datasets for benchmarking few-shot clinical information extraction based on a manual re-annotation of the CASI dataset for new tasks. On the clinical extraction tasks we studied, the GPT-3 systems significantly outperform existing zero- and few-shot baselines.

📄 PDF Abstract BibTeX arXiv:2205.12689

Code (0)

등록된 구현이 없습니다.

Tasks

Benchmarkingcoreference-resolutionCoreference ResolutionLanguage ModellingRelation Extractiontext-classificationText Classification

Methods 이 논문이 사용한 방법론

15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…

Similar Papers 제목 키워드 기반

Few-Shot Learning Pipeline for Monkeypox Skin Disease Classification Using CNN Feature Extractors

2026-05-06 · Md. Safirur Rashid, Sabbir Ahmed, Muhammad Usama Islam, Sumona Hoque Mumu 외 arxiv

Despite the strong performance of Convolutional Neural Networks (CNNs) in disease classification, their effectiveness often depends on access to large annotated datasets, which is an impractical requirement for emerging …

Few-Shot Learning

PrionNER: A Named Entity Recognition Dataset for Prion Disease Biomedical Literature

2026-05-27 · An Dao, Nhan Ly, Thao Tran, Yuji Matsumoto 외 arxiv

Prion diseases are rare, rapidly progressive, and fatal neurodegenerative disorders that remain difficult to diagnose, particularly in their early stages because of nonspecific clinical presentations. However, to our kno…

Information Extraction

When Raw Data Prevails: Are Large Language Model Embeddings Effective in Numerical Data Representation for Medical Machine Learning Applications?

2024-08-15 · Yanjun Gao, Skatje Myers, Shan Chen, Dmitriy Dligach 외

The introduction of Large Language Models (LLMs) has advanced data representation and analysis, bringing significant progress in their use for medical questions and answering. Despite these advancements, integrating tabu…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Revisiting Large Language Models as Zero-shot Relation Extractors

2023-10-08 · Guozheng Li, Peng Wang, Wenjun Ke

Relation extraction (RE) consistently involves a certain degree of labeled or unlabeled data even if under zero-shot setting. Recent studies have shown that large language models (LLMs) transfer well to new tasks out-of-…

Question AnsweringRelationRelation Extraction

On the Transferability of Visual Features in Generalized Zero-Shot Learning

2022-11-22 · Paola Cascante-Bonilla, Leonid Karlinsky, James Seale Smith, Yanjun Qi 외

Generalized Zero-Shot Learning (GZSL) aims to train a classifier that can generalize to unseen classes, using a set of attributes as auxiliary information, and the visual features extracted from a pre-trained convolution…

Generalized Zero-Shot LearningKnowledge DistillationRepresentation LearningSelf-Supervised Learning+1