Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Language and Cognition01:27

Language and Cognition

308
Language serves as a bridge between ideas and communication, influencing how individuals perceive and interact with the world. Psychologists have long debated whether language shapes thought or vice versa. This discussion gained grip with Edward Sapir and Benjamin Lee Whorf in the 1940s, who proposed that language determines thought, a concept known as linguistic determinism. They suggested that the vocabulary and structure of a language influence how its speakers think and perceive reality.
308
Nursing Clinical Information System01:27

Nursing Clinical Information System

744
Nursing Clinical Information System (NCIS)
A Nursing Clinical Information System (NCIS) is a specialized type of healthcare information system tailored to meet the unique needs of nursing practice. It incorporates the principles of nursing informatics to streamline information management and improve the quality of care delivery.
Critical attributes of NCIS include:
744
Language Development01:22

Language Development

299
Children master language quickly and with relative ease, supported by both biological predisposition and reinforcement. B. F. Skinner (1957) proposed that language is learned through reinforcement, while Noam Chomsky (1965) argued that language acquisition mechanisms are biologically determined.
The critical period for language acquisition suggests that the ability to acquire language is at its peak early in life. As people age, this proficiency decreases. Language development begins very...
299
Methods of Documentation VI: Case Management Model01:15

Methods of Documentation VI: Case Management Model

557
The case management model is a multidisciplinary approach that involves healthcare professionals from diverse disciplines, such as physicians, nurses, therapists, social workers, and pharmacists, working collaboratively to address the various needs of patients. Each healthcare professional brings unique expertise and perspectives, contributing to a more comprehensive understanding of the patient's condition and tailoring treatment plans accordingly.
For example, a patient with a chronic...
557
Purposive Learning01:22

Purposive Learning

96
E. C. Tolman emphasized the purposiveness of behavior — the idea that much of our behavior is goal-directed. For instance, employees who aim for a promotion work diligently to meet their targets. Tolman argued that when classical conditioning and operant conditioning occur, the organism acquires certain expectations. In classical conditioning, a child might fear a dog because they expect it to bite. In operant conditioning, a person might consistently work overtime because they expect a...
96

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Synthesized annotation guidelines are knowledge-lite boosters for clinical information extraction.

Journal of the American Medical Informatics Association : JAMIA·2026
Same author

Education Research: Integration of Trainee and Faculty Clinics at an Academic Medical Center: Improving Quality of Care and Education.

Neurology. Education·2026
Same author

Hootation: A GUI and API library for ontology validation and verbalization.

Proceedings. IEEE International Conference on Semantic Computing·2026
Same author

Impact of Prescribed and Self-Selected Music Interventions on Stress, Sleep, Heart Rate Variability, and Brain Connectivity in Surgeons Using 7-Tesla Functional Magnetic Resonance Imaging and Wearable Actigraphy: Multimodal Feasibility Randomized Controlled Trial.

JMIR formative research·2026
Same author

Clinical document metadata extraction: A scoping review.

Journal of biomedical informatics·2026
Same author

Facilitating Clinical Information Extraction with Synthetic Data and Ontology using Large Language Models.

AMIA ... Annual Symposium proceedings. AMIA Symposium·2026

Related Experiment Video

Updated: May 23, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

474

Leveraging large language models for knowledge-free weak supervision in clinical natural language processing.

Enshuo Hsu1,2,3, Kirk Roberts4

  • 1McWilliams School of Biomedical Informatics, University of Texas Health Science Center at Houston, Houston, TX, USA.

Scientific Reports
|March 11, 2025
PubMed
Summary

This study introduces a novel method for clinical natural language processing using large language models (LLMs) to generate weakly labeled data, significantly improving performance with minimal gold-standard data.

Keywords:
Electronic health recordsLarge language modelsNatural language processingWeak supervision

More Related Videos

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
07:35

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports

Published on: October 13, 2023

1.5K
A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts
07:50

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts

Published on: September 20, 2018

15.7K

Related Experiment Videos

Last Updated: May 23, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
03:14

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness

Published on: December 6, 2024

474
A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
07:35

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports

Published on: October 13, 2023

1.5K
A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts
07:50

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts

Published on: September 20, 2018

15.7K

Area of Science:

  • Natural Language Processing
  • Machine Learning in Healthcare
  • Clinical Data Analysis

Background:

  • Deep learning for clinical NLP requires extensive labeled data, which is scarce and costly.
  • Current methods like weak supervision and in-context learning with LLMs show promise but lag behind supervised approaches.
  • LLM inference is computationally intensive, posing a barrier to widespread clinical adoption.

Purpose of the Study:

  • To develop an efficient and effective approach for clinical named entity recognition (NER) using LLMs and weak supervision.
  • To reduce the reliance on large amounts of gold-standard clinical data.
  • To achieve superior performance compared to existing methods, even with limited labeled data.

Main Methods:

  • Leveraging fine-tuned LLMs (Llama2-13B) to generate weakly labeled data via a prompt-based approach.
  • Training a downstream BERT model using this weakly labeled data.
  • Further fine-tuning the BERT model on a small set of gold-standard clinical notes.
  • Evaluating the approach on three i2b2/n2c2 clinical NER datasets.

Main Results:

  • The proposed weakly supervised BERT models consistently outperformed out-of-the-box PubMedBERT across three clinical NER tasks.
  • Performance gains ranged from 4.7% to 47.9% in F1 scores with only 10 gold-standard notes.
  • With 50 gold-standard notes, the models achieved performance comparable to fully supervised systems.

Conclusions:

  • Fine-tuning LLMs for weak supervision offers a powerful solution to data scarcity in clinical NLP.
  • This method significantly enhances the performance of BERT models for clinical NER.
  • The approach demonstrates a viable path towards more accessible and high-performing clinical NLP tools.