Research Article

Few-Shot and Zero-Shot Biomedical Named Entity Recognition: A Procedure for Enhancing BioBERT with Prompt-Based Learning and Large Language Models

DOI:

10.3791/69390

March 31st, 2026

In This Article

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

This article presents a protocol for biomedical named entity recognition using BioBERT, prompt-based learning, and large language models for low-resource scenarios.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Biomedical Named Entity Recognition (NER) plays a crucial role in extracting valuable information from clinical texts and biomedical literature. Traditional deep learning models, including BioBERT, ClinicalBERT, and RoBERTa, have demonstrated substantial improvements in NER tasks; however, they still struggle with low-resource biomedical terms, domain adaptation challenges, and unseen entity generalization. To address these limitations, this study introduces a hybrid framework combining BioBERT, prompt-based learning, and Large Language Models (LLMs) to enhance few-shot and zero-shot learning capabilities in biomedical NER. The proposed model effectively leverages contextual knowledge from pre-trained transformers, reducing dependency on extensive labelled datasets while maintaining high accuracy. After extensive experimental evaluation across multiple biomedical benchmark datasets, the proposed approach demonstrates consistently strong performance. Specifically, it achieves 89.8% accuracy, 88.7% precision, 90.5% recall, and an F1-score of 0.895, outperforming baseline methods and demonstrating its effectiveness for biomedical text mining tasks. Compared with other methods, prompt engineering helps the model adapt much better to the unique language of biomedical texts. Plus, boosting with a large language model (LLM) gives NER performance a serious lift by picking up on tricky semantic and grammatical details. These findings demonstrate the efficacy of few-shot and zero-shot learning in biomedical text mining, paving the way for better automated clinical data analysis and smarter decision-support systems.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The explosion of biomedical literature, electronic health records (EHRs), and clinical trial data really needs smart, robust Biomedical Named Entity Recognition (BioNER) systems. BioNER is a specialized task in Natural Language Processing (NLP) that aims to identify entities such as diseases, genes, proteins, drugs, and chemicals in unstructured biomedical text1. Being able to pick these entities out accurately is super important for a bunch of other uses, like mining biomedical knowledge, finding new drugs, supporting doctors with clinical decisions, or even automatically sorting through piles of research papers2.

Although significant advances have been achieved in deep learning–based models—such as BioBERT, ClinicalBERT, and BlueBERT- most existing supervised biomedical named entity recognition (BioNER) approaches continue to rely heavily on large-scale annotated datasets. This strong dependence on extensive labeled data limits their generalization capability when applied to novel or previously unseen biomedical texts3. The classic BioNER models need tons of annotated data just to fine-tune them, which becomes a real headache in areas where there just isn't enough data, think rare diseases, pharmacogenomics, or biomedical research published in languages other than English4. On top of that, manually tagging all this biomedical text is slow, expensive, and usually needs real experts in the field5. That's why developing few-shot and zero-shot BioNER models is so important: it could significantly reduce the need for labeled data while ensuring models work well across a wide range of biomedical content6.

Few-shot learning (FSL) enables models to achieve competitive entity recognition performance using only a small fraction of labeled data, typically between 1% and 10% of the full training dataset, making it particularly valuable for low-resource biomedical domains7. Zero-shot learning (ZSL) goes even further, letting a model recognize entities it's never even seen before, just by tapping the power of big, pre-trained language models (LLMs), without needing any extra training data8. Lately, advances in LLMs like GPT-4, LLaMA, and Falcon have demonstrated strong zero-shot performance across general NER tasks, but their use in actual biomedical texts remains largely uncharted territory. That's because the language in biomedical stuff is just so specialized and complicated9.

This research aims to close that gap by bringing together BioBERT fine-tuning, few-shot learning, zero-shot LLM inference, and prompt-based learning, all with the aim of raising the bar for BioNER in low-resource biomedical settings.

To give an idea of what's already out there: (1) BioBERT is a version of BERT that's been retrained on PubMed abstracts and full-text articles, so it’s better suited for biomedical content10. (2) ClinicalBERT is a BERT variant trained on EHRs, so it's specially tuned for making sense of clinical notes and doctors' reports11. (3) BlueBERT is another biomedical NLP model, trained on both PubMed and MIMIC-III datasets, and it's optimized for recognizing medical stuff in text12. (4) PubMedBERT is a transformer model trained only on PubMed data, which helps it really pick up on those unique patterns and terminology found in biomedical writing13.

While these models achieve state-of-the-art performance on BioNER benchmarks, their reliance on large, labeled datasets and supervised fine-tuning limits their adaptability to new biomedical domains14. Moreover, domain shifts between scientific biomedical literature (e.g., PubMed abstracts) and clinical notes (e.g., i2b2 2010 dataset) further degrade the performance of supervised BioNER systems15.

The primary limitations in current BioNER research include: Dependence on Annotated Data: Existing transformer-based models require extensive labeled datasets, which are scarce in specialized biomedical domains16. Lack of Generalization to Unseen Entities: Current models struggle to recognize rare or novel biomedical terms not present in the training data17. Limited Exploration of Few-Shot and Zero-Shot Learning: Most research focuses on fully supervised learning, with minimal investigation into low-data paradigms for BioNER18. Inefficient Adaptation of LLMs: Although LLMs like GPT-4 and LLaMA show strong zero-shot performance in general NLP, their application to biomedical NER remains underexplored due to terminological complexity and lack of domain-specific prompts19.

To address these gaps, this study explores the following key research questions: How can few-shot learning improve BioBERT's performance in biomedical NER with minimal labelled data? Can zero-shot inference using LLMs accurately recognize biomedical entities without domain-specific fine-tuning? How can prompt-based learning enhance zero-shot performance in biomedical NER tasks? What is the optimal hybrid approach combining BioBERT and LLM-generated pseudo-labels for improving BioNER in low-resource settings? How does adversarial training impact the robustness of few-shot and zero-shot BioNER models?

The purpose of this research is to develop a novel, adaptive biomedical NER framework that leverages few-shot and zero-shot learning to address the challenges posed by the scarcity of labeled data. The study aims to enhance the generalization capabilities of BioBERT and LLMs by exploring prompt engineering techniques, contrastive learning, and adversarial training.

The research is structured around the following objectives: (1) Developing a few-shot learning pipeline for biomedical NER by fine-tuning BioBERT on limited annotated data. (2) Evaluating zero-shot LLMs (e.g., GPT-4, LLaMA, Falcon) for biomedical NER using domain-specific prompt engineering. (3) Creating a hybrid approach that integrates BioBERT fine-tuning with LLM-generated pseudo-labels for improved entity recognition in low-resource biomedical datasets. (4) Conducting a comparative analysis of few-shot vs. zero-shot learning using standard biomedical benchmarks (MedMentions, BC5CDR, i2b2 2010, PharmaCoNER, BioASQ). (5) Implementing adversarial training (FGSM, PGD) to enhance model robustness against noisy biomedical text variations.

This study contributes to the field of biomedical NLP and entity recognition by introducing few-shot and zero-shot BioNER strategies to address label scarcity in biomedical datasets and demonstrating how LLMs can be leveraged for zero-shot biomedical NER via optimized prompt engineering. Proposing a hybrid framework combining BioBERT fine-tuning and LLM-generated synthetic annotations for better generalization. Evaluating the impact of adversarial training on BioNER models to improve robustness against domain shifts. Providing a comparative benchmark of BioNER performance across supervised, few-shot, and zero-shot paradigms.

Literature survey
Sivarajkumar and Wang20 developed HealthPrompt, a Zero-Shot Learning (ZSL) framework for clinical NLP that addresses the lack of annotated clinical datasets. Instead of fine-tuning a pre-trained language model (PLM), they employed prompt-based learning, where task definitions are tuned using structured templates. Their evaluation of six PLMs, including BioBERT and ClinicalBERT, on the MIMIC-III dataset showed that ClinicalBERT achieved the best accuracy (85%) and F1-score (86%) for clinical text classification. This study shows that prompt-based zero-shot learning (ZSL) can keep up with supervised models in clinical natural language processing (NLP), without requiring any training data.

Keming Lu and team21 developed BIODLM, a new approach to fine-tune discriminative language models (DLMs) for the biomedical domain via prompt-based continual pretraining. Their main goal was to improve performance on both few-shot and zero-shot tasks in biomedicine by leveraging clever prompt tuning and the Replaced Token Detection (RTD) method. To make it work, they play around with the vocabulary, deliberately mixing up domain-specific terms, and use PubMedBERT as a generator during pretraining. The results are solid: BIODLM actually beat the usual CLS-based fine-tuning, scoring a macro-average accuracy of 50.2% with full supervision and 43.4% in zero-shot mode.

Zonghai Yao and colleagues22 took a different approach, focusing on prompt generation that accounts for context variance. Their goal was to reduce the weird biases that can arise during prompt-based probing and to make the BioLAMA evaluation more transparent and interpretable. In other words, they’re trying to make sure these language models give us answers that make sense and aren’t just picking up on cleverly worded prompts.

They introduced a rank-change-based evaluation metric (UCM: Understand–Confuse–Misunderstand) instead of traditional Top-k accuracy to assess PLMs on biomedical entity recognition. Experiments on 12 PLMs, including BioBERT, ClinicalBERT, and RoBERTa-based models, showed improved BioLAMA performance for large-N-M relations and rare biomedical entities. BioBERT achieved an Accuracy@1 of 40.7% and UCM Understandability of 32.8%, outperforming traditional Top-k metrics.

Yeh et al.23 investigated prompting for biomedical relation extraction using the ChemProt dataset to enhance domain-specific few-shot and full-data fine-tuning. They designed prompt-based templates that incorporate scoring metrics such as frequency, specificity, and similarity to optimize label word selection. Using BioMed-RoBERTa-base, their method achieved an F1-score of 90.09, outperforming SciFive-Large by 1.14 F1 and surpassing regular fine-tuning by 14.21 F1. This confirms that prompt-based learning improves biomedical NER performance with fewer training examples.

Susanti and Holsmoelle 24 studied NLP-based verification of causal graphs, comparing fine-tuned language models and prompt-based LLMs. They trained BioBERT and GPT models for supervised causal relation classification and evaluated zero-shot and few-shot prompt-based LLMs. Results on biomedical and open-domain datasets revealed that fine-tuned models outperformed LLM prompts, achieving up to 20.5% higher F1 scores. The study highlights the need for advanced prompting and dataset-specific tuning to improve the accuracy of causal relation extraction.

Chen et al.25 proposed a knowledge-guided instance-generation and prompt-contrastive-learning framework for few-shot BioNER. Their approach leverages domain knowledge graphs to generate diverse biomedical entities and employs question-prompt-based contrastive learning to enhance entity recognition by measuring mutual information between query–answer pairs. Evaluated on fbenchmark datasets (NCBI, BC5CDR-Disease, BioNLP11EPI, BioNLP13GE), their model achieved up to a 7.1% F1-score improvement over state-of-the-art models in 20-shot scenarios. Their code is publicly available at: https://github.com/cpmss521/KGPC.

Chen et al.26also proposed a prompt-learning approach for biomedical claim detection by transforming text classification into a masked language modeling (MLM) task. Using BERT, RoBERTa, and T5 with hard and mixed templates, they improved claim prediction accuracy. On the BioClaim dataset, their T5 model with mixed templates achieved a 5.3% F1-score improvement over previous models, addressing the gap between pretraining and fine-tuning in PLMs using masked token prediction.

Ryan Shea Ying Cong Tan et al.27 assessed LLMs for cancer disease response inference from radiology reports using transformer models, Bi-LSTM, CNN, and classical ML. Their method included data augmentation (sentence permutation and consistency loss) and prompt-based fine-tuning. The GatorTron transformer achieved the best accuracy: 0.8916 on the test set and 0.8976 after augmentation. Prompt-based fine-tuning enabled effective performance with as few as 500 labeled reports.

Hu et al.28 evaluated GPT-3.5 and GPT-4 for clinical NER, enhancing performance via a four-part prompting framework: baseline prompts, guideline-based prompts, error-based instructions, and few-shot samples. On the MTSamples and VAERS datasets, GPT-3.5 and GPT-4 improved their relaxed F1 scores from 0.634/0.804 and 0.301/0.593 to 0.794/0.861 and 0.676/0.736, respectively. Though still behind BioClinicalBERT (F1: 0.901 on MTSamples, 0.802 on VAERS), these results show the growing effectiveness of LLMs in clinical NER with proper prompting strategies.

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

1. Procedure

  1. Data preprocessing and model fine-tuning
    The data was preprocessed from PubMed, BioASQ, MedQA, and MMLU using text normalization, tokenization (WordPiece/BPE), stopword removal, and IOB annotation. Conducted domain-specific fine-tuning of BioBERT using Masked Language Modeling (MLM) and a token classification head. Compared with adapter-based methods like LoRA.
  2. Implementing PROMPT-BASED Few-Shot and Zero-Shot learning
    For Zero-Shot Learning: Used LLMs (GPT-4, GPT-3.5, T5) with natural language prompts (e.g., "Extract biomedical entities from the following text: [Input sentence]. The entities to identify are diseases, drugs, genes, and chemicals. List each entity and its type.") and instruction tuning. Used 5–20 labeled examples per entity type with Pattern-Exploiting Training (PET) and Prefix-Tuning.
  3. Integrating LLMs and establishing a hybrid framework
    Contextual Embeddings Fusion and Multi-Stage NER Prediction (BioBERT detection + GPT-4 refinement) were performed. This framework used a two-stage, sequential fine-tuning approach (not end-to-end) to manage computational complexity. First, BioBERT was fine-tuned on the available few-shot data. Second, this frozen BioBERT model was integrated with the LLM component via the fusion layer, which was trained on the same data. Thus, it was incorporated using a two-stage fine-tuning strategy:
    Stage 1 – Supervised BioBERT fine-tuning for NER.
    Stage 2 – Prompt-based adaptation via GPT-4 outputs.
    Equation for hybrid model: H = αe<sub>BERT</sub> + (1-α)W<sub>p</sub>E<sub>LLM</sub>.
    where α is a learned coefficient, and Wp is the projection matrix.
    A weighted ensemble vote (WBioBERT=0.45, WGPT4=0.35, WClinicalBERT=0.20) was applied to merge predictions.
    The weights for each model (W_BioBERT=0.45, W_Hybrid=0.35, W_ClinicalBERT=0.20) were optimized on a held-out validation set using a grid search to maximize the micro F1-score. This weighting scheme reflects the relative contributions of each model: the fine-tuned BioBERT provides the strongest domain-specific signal, the hybrid model adds generalization, and ClinicalBERT offers complementary clinical context.
  4. Applying refinement and ontology linking
    GPT-4 was used for ontology-guided refinement, accepting corrections when the cosine similarity with ontology embeddings was ≥ 0.8 (only corrections with > 0.8 are already mentioned). The entities were linked to UMLS, MeSH, and HPO databases for synonym resolution.
  5. Deploying the system with optimized inference
    Adaptive confidence thresholding was implemented per entity class: TC =μC + βσC (β=0.5).
    A key component of the inference pipeline is the adaptive confidence threshold, which dynamically balances precision and recall across entity types. Rather than using a static threshold, the adaptive mechanism computed a class-specific threshold TC based on the empirical confidence distribution of predictions:
    Thermodynamics equation Tc=μc+βσc, formula illustrating phase transition diagram.
    where μC and σC represent the mean and standard deviation of confidence scores for entity class C, and β is a tunable scaling factor (empirically set to 0.5). Infrequent biomedical entity types (e.g., rare diseases) tend to exhibit high variance in confidence scores. The adaptive threshold ensured that these are retained when σC is large, thereby preventing the over-filtering of rare entities. Conversely, for frequent entities, the threshold is tightened to reduce false positives.
    The system was deployed using a Flask-based interface with Multi-GPU processing (PyTorch DDP) and 8-bit quantization for real-time inference.

2. Environmental setup

  1. Datasets
    The framework was tested on the standard biomedical NER datasets to make a fair comparison. The following datasets were employed, with their official splits preserved.
    BC5CDR: For Chemical and Disease entity recognition.
    NCBI Disease: Focused on Disease mentions.
    i2b2 2010: For clinical concept recognition in electronic health records (EHRs).
  2. Evaluation
    To ensure statistical robustness, we performed 5 independent runs for each few-shot experiment (K=5,10,15) with different random seeds for data sampling and weight initialization. The accuracy, Precision, Recall, and F1-score were reported across these runs. Zero-shot results, being deterministic, were reported from a single run.
    To evaluate the feasibility of deploying the proposed Few-Shot and Zero-Shot Biomedical NER system in real-time biomedical environments, a detailed computational efficiency and resource profiling analysis was conducted. The profiling was carried out on an NVIDIA A100 GPU (40 GB VRAM) with CUDA 12.1 and PyTorch 2.3.1, using mixed-precision (FP16) inference to balance speed and memory efficiency.
  3. Baseline models
    BioBERT (Fine-tuned): The BioBERT-v1.1 base model10was fine-tuned in a fully supervised fashion on the entire training data of each benchmark.
    ClinicalBERT & RoBERTa-base: Fine-tuned as domain-specific and general-domain baselines.
    GPT-3.5 & GPT-4 (Zero-Shot): Tested as described in step 3.3, without task-specific fine-tuning.
    HealthPrompt20: The current state-of-the-art prompt-based zero-shot clinical NER model.
    For the purpose of complete reproducibility, the core software libraries, model checkpoints, and hardware details used in this study are listed in Table of Materials. This includes specific versions of key components, such as the BioBERT model variant, LLM, deep learning framework, and computational environment.

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The evaluation of the Few-Shot and Zero-Shot Biomedical Named Entity Recognition (NER) model was conducted on a diverse biomedical dataset derived from PubMed abstracts, clinical notes, and biomedical question-answering corpora. A comparative performance analysis against established models, including BioBERT, ClinicalBERT, RoBERTa, PhenoBERT29, GPT-3.5, and GPT-4 was performed. The proposed model achieved a superior overall accuracy of 89.8%, with a precision of 88.7%, recall of 90.5%, and an F1-s...

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Conflicting results, unexpected findings, and discrepancies with other research
Despite the superior performance of the proposed model, certain conflicting results emerged when compared to existing studies. BioBERT-based models have traditionally demonstrated strong performance in biomedical Named Entity Recognition (NER), as reported in previous surveys and comparative studies of biomedical NER systems4,10. While transformer-based architec...

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors have nothing to disclose.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
Core ModelBioBERT-base (v1.1)Hugging Face: monologg/biobert-v1.1
Deep Learning FrameworkPyTorch 2.3.1https://pytorch.org/
GPU HardwareNVIDIA A100 (40GB VRAM)NVIDIA
Large Language Model (LLM)GPT-4OpenAI API
Operating SystemwindowsMicrosoft
Parameter-Efficient TuningLoRA (via PEFT library 0.6.2)https://github.com/huggingface/peft
Programming LanguagePython 3.9.18Python Software Foundation
Zero-Shot Baseline LLMGPT-3.5-TurboOpenAI API

References

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,
  1. Chen, P., Wang, J., Luo, L., Lin, H., Yang, Z. Learning to explain is a good biomedical few-shot learner. Bioinformatics. 40 (10), 589(2024).
  2. Moscato, V., Postiglione, M., Sperlí, G. Few-shot named entity recognition: definition, taxonomy and research directions. ACM Trans Intell Syst Technol. 14 (5), 1-46 (2023).
  3. Nerella, S., et al. Transformers in healthcare: A survey. arXiv. , (2023).
  4. Song, B., Li, F., Liu, Y., Zeng, X. Deep learning methods for biomedical named entity recognition: A survey and qualitative comparison. Briefings Bioinform. 22 (6), bbab282(2021).
  5. Badawi, M., Abushanab, M., Bhat, S., Maier, A. Review of zero-shot and few-shot AI algorithms in the medical domain. arXiv. , (2024).
  6. Jin, M., Sang-Min, C., Gun-Woo, K. Comcare: A collaborative ensemble framework for context-aware medical named entity recognition and relation extraction. Electronics Basel. 14 (2), 328(2025).
  7. Ge, Y., Guo, Y., Das, S., Al-Garadi, M. A., Sarker, A. Few-shot learning for medical text: a review of advances, trends, and opportunities. J Biomed Inform. 144, 104458(2023).
  8. Picco, G., et al. Description boosting for zero-shot entity and relation classification. arXiv. , (2024).
  9. Khan, W., et al. A comprehensive survey of foundation models in medicine. IEEE Rev Biomed Eng. 18, 1-25 (2025).
  10. Ngo, Q. H., Kechadi, T., Le-Khac, N. A. Domain specific entity recognition with semantic-based deep learning approach. IEEE Access. 9, 152892-152902 (2021).
  11. Li, M., Zhang, R. How far is language model from 100% few-shot named entity recognition in medical domain. arXiv. , (2023).
  12. Nerella, S., et al. Transformers and large language models in healthcare: A review. Artif Intell Med. 148, 102900(2024).
  13. Rodríguez, H. Natural language technologies in the biomedical domain. Governing Asia. 93, 1-15 (2022).
  14. Mobasher, G. Welt: Weighted loss trainer for biomedical joint entity and relation extraction. [PhD thesis]. , https://www.mathinf.uni-heidelberg.de/en/thesis-defenses/welt-weighted-loss-trainer-for-biomedical-joint-entity-and-relation-extraction-2025-01-23 (2025).
  15. Giorgi, J. A study on the application of natural language processing methods to scientific text. [PhD thesis]. , University of Toronto. Canada. https://utoronto.scholaris.ca/items/0b02984d-5b6f-4287-9461-5afde0ec6c4e (2024).
  16. Amin, S. Learning entity and relation representation for low-resource medical language processing. [PhD thesis]. , https://publikationen.sulb.uni-saarland.de/bitstream/20.500.11880/38051/1/PhD_final_Amin.pdf (2024).
  17. Almudaifer, A. I. Entity information extraction and normalization from scientific and clinical texts. [PhD thesis]. , https://digitalcommons.library.uab.edu/etd-collection/3906/ (2024).
  18. One-shot biomedical named entity recognition via knowledge-inspired large language model. Bian, J., Zheng, J., Zhang, Y., Zhou, H., Zhu, S. Proc ACM Int Conf Bioinform Comput Biol Health Inform, , 1-10 (2024).
  19. Alotaibi, A., Nadeem, F., Hamdy, M. Weakly supervised deep learning for Arabic tweet sentiment analysis on education reforms: leveraging pre-trained models and LLMs with Snorkel. IEEE Access. 13, 1-15 (2025).
  20. Sivarajkumar, S., Wang, Y. HealthPrompt: A zero-shot learning paradigm for clinical natural language processing. AMIA Annu Symp Proc. , 972-981 (2023).
  21. Prompt discriminative language models for domain adaptation. Lu, K., et al. Proc Clin Nat Lang Process Workshop, , 247-258 (2023).
  22. Yao, Z., Cao, Y., Yang, Z., Yu, H. Context variance evaluation of pretrained language models for prompt-based biomedical knowledge probing. AMIA Jt Summits Transl Sci Proc. 2023, 592-601 (2023).
  23. Yeh, H. S., Lavergne, T., Zweigenbaum, P. Decorate the examples: a simple method of prompt design for biomedical relation extraction. arXiv. , (2022).
  24. Susanti, Y., Holsmoelle, N. Prompt-based vs fine-tuned LLMs toward causal graph verification. arXiv. , (2024).
  25. Chen, P., Wang, J., Lin, H., Zhao, D., Yang, Z. Few-shot biomedical named entity recognition via knowledge-guided instance generation and prompt contrastive learning. Bioinformatics. 39 (8), 496-504 (2023).
  26. Improving biomedical claim detection using prompt learning approaches. Chen, T., Stefanidis, A., Jiang, Z., Su, J. IEEE Int Conf Pattern Recognit Mach Learn, , 369-376 (2023).
  27. Tan, R. S. Y. C., et al. Inferring cancer disease response from radiology reports using large language models with data augmentation and prompting. J Am Med Inform Assoc. 30 (10), 1657-1664 (2023).
  28. Hu, Y., et al. Improving large language models for clinical named entity recognition via prompt engineering. J Am Med Inform Assoc. 31 (9), 1812-1820 (2024).
  29. Yang, J., et al. Enhancing phenotype recognition in clinical notes using large language models: PhenoBCBERT and PhenoGPT. Patterns NY. 5 (1), 100891(2024).

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Few Shot LearningZero Shot LearningBiomedical NERClinical Text MiningDomain AdaptationPrompt Engineering

Related Articles