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 Experiment Video

Updated: Apr 24, 2026

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

1.3K

Nested Named Entity Recognition using Multilayer BERT-based Model: Notebook for the BioASQ Lab at CLEF 2024.

Hasin Rehana1,2, Benu Bansal2,3, Nur Bengisu Çam4

  • 1School of Electrical Engineering & Computer Science, University of North Dakota, Grand Forks, North Dakota, 58202, USA.

CEUR Workshop Proceedings
|April 23, 2026
PubMed
Summary

Related Concept Videos

You might also read

Related Articles

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

Sort by
Same author

VO: The Vaccine Ontology.

Scientific data·2026
Same author

Target Trial Emulation of Vaccine Effectiveness in 5- to 17-years-olds with Prior SARS-CoV-2 Infection.

Nature communications·2026
Same author

Natural Killer Cell Dysregulation During ALS Disease Progression: A Gene Expression Analysis.

Neurology open access·2026
Same author

SEA CDM: Study-Experiment-Assay Common Data Model and Databases for Cross-Domain Data Integration and Analysis.

Scientific data·2026
Same author

Commonalities in gene expression and methylation changes across two rat models of acquired epilepsy.

Scientific reports·2026
Same author

The Ontology of Adverse Events in 2025.

Scientific data·2026
Same journal

<i>History</i> in the Basic Formal Ontology.

CEUR workshop proceedings.·2026
Same journal

Performance Summary Display Ontology: Feedback intervention content, delivery, and interpreted information.

CEUR workshop proceedings.·2025
Same journal

Ontology-based representation and analysis of conditional vaccine immune responses using Omics data.

CEUR workshop proceedings.·2024
Same journal

An Extendible Realism-Based Ontology for Kinship.

CEUR workshop proceedings.·2024
See all related articles
This summary is machine-generated.

This study presents a novel multilayer BERT model for biomedical named entity recognition (NER), effectively handling complex nested entities. The approach achieved top performance on the BioNNE dataset, improving nested NER accuracy.

Area of Science:

  • Biomedical Natural Language Processing
  • Computational Linguistics
  • Bioinformatics

Background:

  • Named Entity Recognition (NER) is vital in NLP for identifying and categorizing entities in text.
  • Biomedical text presents unique challenges for NER due to complex language structures and nested entities.
  • Existing NER models often struggle with the intricacies of nested and overlapping entities in specialized domains.

Purpose of the Study:

  • To introduce an innovative multilayer BERT-based model for Nested NER in the biomedical domain.
  • To effectively address the complexities of nested entities and overlapping mentions in biomedical literature.
  • To enhance the accuracy and thoroughness of entity detection in specialized scientific texts.

Main Methods:

  • Utilized a multilayer bidirectional encoder representation transformer (BERT) model, specifically pretrained PubMedBERT.
Keywords:
Bidirectional encoder representation transformer (BERT)Named entity recognition (NER)Natural language processing (NLP)Nested NER

Related Experiment Videos

Last Updated: Apr 24, 2026

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

1.3K
  • Implemented a multilayer tagging process combined with robust contextual embeddings from PubMedBERT.
  • Incorporated UMLS dictionaries to further refine biomedical entity recognition.
  • Main Results:

    • The proposed Multilayer NER Model (MultilayerNERModel) demonstrated superior performance in identifying nested entities.
    • Achieved the highest overall performance in the English-oriented track of the BioASQ competition's BioNNE dataset.
    • Obtained an F1 score of 67.30% and a macro F1 score of 56.36% on the BioNNE English Dataset.

    Conclusions:

    • A multilayer approach significantly enhances the capability of NER models for nested entity recognition in biomedical texts.
    • The MultilayerNERModel effectively manages overlapping entities, improving overall detection accuracy.
    • Combining PubMedBERT embeddings with a multilayer strategy and UMLS dictionaries offers a powerful solution for biomedical NER.