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

Encoding01:19

Encoding

247
Information enters the brain through encoding, which is the input of information into the memory system. Once sensory information is received from the environment, the brain labels or codes it. The information is then organized with similar information and connected to existing concepts. Encoding occurs through automatic processing and effortful processing.
Automatic processing involves the encoding of details like time, space, frequency, and the meaning of words, usually done without conscious...
247
Transducer Mechanism: Enzyme-Linked Receptors01:27

Transducer Mechanism: Enzyme-Linked Receptors

2.8K
Enzyme-linked receptors are cell-surface receptors acting as an enzyme or associating with an enzyme intracellularly. They make excellent drug targets. Drugs can bind to the extracellular ligand-binding domain or directly affect their enzymatic domain and alter their activity.
Major types that are helpful drug targets include:
2.8K
Improving Translational Accuracy02:07

Improving Translational Accuracy

11.9K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
11.9K

You might also read

Related Articles

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

Sort by
Same author

Relation Extraction with Instance-Adapted Predicate Descriptions.

AMIA ... Annual Symposium proceedings. AMIA Symposium·2026
Same author

Knowledge-Driven Cross-Document Relation Extraction.

Findings of ACL. ACL·2026
Same author

How important is domain-specific language model pretraining and instruction finetuning for biomedical relation extraction?

Natural language processing and information systems : ... International Conference on Applications of Natural Language to Information Systems, NLDB ... revised papers. International Conference on Applications of Natural Language to Info...·2025
Same author

Comparison of pipelines, seq2seq models, and LLMs for rare disease information extraction.

Natural language processing and information systems : ... International Conference on Applications of Natural Language to Information Systems, NLDB ... revised papers. International Conference on Applications of Natural Language to Info...·2025
Same author

A survey of NLP methods for oncology in the past decade with a focus on cancer registry applications.

Artificial intelligence review·2025
Same author

A Case Demonstration of the Open Health Natural Language Processing Toolkit From the National COVID-19 Cohort Collaborative and the Researching COVID to Enhance Recovery Programs for a Natural Language Processing System for COVID-19 or Postacute Sequelae of SARS CoV-2 Infection: Algorithm Development and Validation.

JMIR medical informatics·2024
Same journal

Designing Software for Genomics Medicine Service Leaders to Engage Stakeholders.

Proceedings. IEEE International Conference on Healthcare Informatics·2025
Same journal

Lab-AI: Using Retrieval Augmentation to Enhance Language Models for Personalized Lab Test Interpretation in Clinical Medicine.

Proceedings. IEEE International Conference on Healthcare Informatics·2025
Same journal

What to consider when developing a new molecular HIV surveillance tool: Perspectives of key stakeholders working in HIV prevention and treatment.

Proceedings. IEEE International Conference on Healthcare Informatics·2025
Same journal

Online Transfer Learning for RSV Case Detection.

Proceedings. IEEE International Conference on Healthcare Informatics·2025
Same journal

An Ethical Approach to Genomic Privacy Preserving Technology Development.

Proceedings. IEEE International Conference on Healthcare Informatics·2025
Same journal

Learning to Rank Complex Biomedical Hypotheses for Accelerating Scientific Discovery.

Proceedings. IEEE International Conference on Healthcare Informatics·2025
See all related articles

Related Experiment Video

Updated: Sep 11, 2025

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

1.3K

Do LLMs Surpass Encoders for Biomedical NER?

Motasem S Obeidat1, Md Sultan Al Nahian2, Ramakanth Kavuluru2

  • 1Department of Computer Science, University of Kentucky, Lexington, KY USA.

Proceedings. IEEE International Conference on Healthcare Informatics
|August 11, 2025
PubMed
Summary
This summary is machine-generated.

Large language models (LLMs) show improved performance in biomedical named entity recognition (NER), especially for longer entities. However, traditional encoder models remain more efficient for real-time applications.

Keywords:
encoder modelslarge language modelsnamed entity recognition

More Related Videos

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

681
Author Spotlight: Advancing Large-Scale Neural Dynamics Through HD-MEA Technology
09:44

Author Spotlight: Advancing Large-Scale Neural Dynamics Through HD-MEA Technology

Published on: March 8, 2024

5.1K

Related Experiment Videos

Last Updated: Sep 11, 2025

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches
09:47

Author Spotlight: Advancing Alzheimer's Research – Exploring Early Detection and Multi-Omics Approaches

Published on: December 15, 2023

1.3K
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

681
Author Spotlight: Advancing Large-Scale Neural Dynamics Through HD-MEA Technology
09:44

Author Spotlight: Advancing Large-Scale Neural Dynamics Through HD-MEA Technology

Published on: March 8, 2024

5.1K

Area of Science:

  • Biomedical Informatics
  • Natural Language Processing
  • Computational Linguistics

Background:

  • Biomedical Named Entity Recognition (NER) is crucial for information extraction.
  • Transformer-based encoder models (e.g., BERT) are the current standard for NER.
  • Large Language Models (LLMs) are emerging in information extraction but may ignore positional information and are computationally expensive.

Purpose of the Study:

  • To evaluate the performance and efficiency of LLMs for biomedical NER compared to encoder models.
  • To assess the trade-offs between performance gains and computational costs of LLMs.
  • To investigate the impact of entity length on NER performance using the BIO tagging scheme.

Main Methods:

  • Utilized five diverse biomedical datasets with varying proportions of longer entities.
  • Employed the BIO (Beginning, Inside, Outside) entity tagging scheme to retain positional information.
  • Compared LLMs (Mistral, Llama 8B) against state-of-the-art encoder models (BERT, BiomedBERT, DeBERTav3 300M).

Main Results:

  • LLMs outperformed encoder models by 2-8% in F-scores on most datasets.
  • Performance gains were more significant for longer entities (≥ 3 tokens).
  • LLMs exhibited inference times one to two orders of magnitude higher than encoder models.

Conclusions:

  • LLMs offer superior performance in biomedical NER, particularly for complex entities.
  • Encoder models may be more suitable when computational efficiency and real-time processing are critical.
  • The choice between LLMs and encoder models depends on specific application requirements and resource constraints.