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

Pharmacovigilance01:19

Pharmacovigilance

1.6K
Post-marketing surveillance is a critical component of pharmaceutical regulation, often uncovering unanticipated adverse drug reactions (ADRs) once a drug is widely used over an extended period.
This process, termed pharmacovigilance, aims to detect, evaluate, and minimize harmful effects related to medication use. The data collection for pharmacovigilance depends on spontaneous reporting systems, where healthcare professionals or patients voluntarily report suspected ADRs.
In some cases, there...
1.6K

You might also read

Related Articles

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

Sort by
Same author

Agentic RAG for Maritime AIoT: Natural Language Access to Structured Data.

Sensors (Basel, Switzerland)·2026
Same author

Drug-Induced QT Prolongation: Associations Between Risk Classifications in a Swedish Clinical Decision Support System and Clinical Outcomes.

Clinical pharmacology and therapeutics·2025
Same author

Domain-Specific Pretraining of NorDeClin-Bidirectional Encoder Representations From Transformers for <i>International Statistical Classification of Diseases, Tenth Revision,</i> Code Prediction in Norwegian Clinical Texts: Model Development and Evaluation Study.

JMIR AI·2025
Same author

Artificial Intelligence to Improve Clinical Coding Practice in Scandinavia: Crossover Randomized Controlled Trial.

Journal of medical Internet research·2025
Same author

The future of healthcare-associated infection surveillance: Automated surveillance and using the potential of artificial intelligence.

Journal of internal medicine·2025
Same author

Primary Care Nurses' Experiences of Structured Documentation: A Qualitative Interview Study.

Global qualitative nursing research·2025
Same journal

Effects of Virtual Reality on Postoperative Pain Management Following Minimally Invasive Gynecologic Surgery: Randomized Controlled Trial.

JMIR formative research·2026
Same journal

Prediction of Clinically Significant Depressive Symptoms at 2-Year Follow-Up in Older Adults: Machine Learning Study Using the English Longitudinal Study of Ageing.

JMIR formative research·2026
Same journal

Awareness, Educational Needs, and Curriculum Preferences Regarding AI and Medical Big Data Education Among Clinical Medicine Undergraduates: Cross-Sectional Survey Study.

JMIR formative research·2026
Same journal

Stakeholder Experiences With the Pneumococcal Conjugate Vaccine Chatbot as a Complementary Capacity-Building Tool for Frontline Health Workers in India: Qualitative Study.

JMIR formative research·2026
Same journal

Acceptability and Perceived Usefulness of a Digital Gambling Harm Minimisation Tool: A Cross-Sectional Study.

JMIR formative research·2026
Same journal

Knowledge Graphs Based on Meta-Analysis Papers Improve the Quality of Case Formulation: Mixed Methods Design.

JMIR formative research·2026
See all related articles

Related Experiment Video

Updated: Jan 18, 2026

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

1.0K

Identifying Adverse Drug Events in Clinical Text Using Fine-Tuned Clinical Language Models: Machine Learning Study.

Elizaveta Kopacheva1, Aron Henriksson2, Hercules Dalianis2

  • 1Department of Computer Science and Media Technology, Faculty of Technology, Linnaeus University, Universitetsplatsen 1, Växjö, 352 52, Sweden, 46 737033730.

JMIR Formative Research
|September 11, 2025
PubMed
Summary
This summary is machine-generated.

This study fine-tuned the SweDeClin-BERT model to automatically detect adverse drug events (ADEs) in Swedish clinical notes, achieving higher accuracy than previous methods. The integrated approach improved identification of ADEs, crucial for patient safety.

Keywords:
BERTSweDeClin-BERTadverse drug eventsdomain-specific language modelselectronical health records

More Related Videos

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

16.4K
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

1.3K

Related Experiment Videos

Last Updated: Jan 18, 2026

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

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

16.4K
Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems
05:47

Evidence-based Knowledge Synthesis and Hypothesis Validation: Navigating Biomedical Knowledge Bases via Explainable AI and Agentic Systems

Published on: June 13, 2025

1.3K

Area of Science:

  • Natural Language Processing (NLP) in Healthcare
  • Clinical Informatics
  • Pharmacovigilance

Background:

  • Adverse drug events (ADEs) are a significant healthcare concern, often undocumented in structured electronic health records (EHRs).
  • Manual review of clinical notes for ADE detection is labor-intensive and time-consuming.
  • Automated extraction of ADE information from clinical text is needed for efficient detection.

Purpose of the Study:

  • To fine-tune the Swedish Deidentified Clinical Bidirectional Encoder Representations from Transformers (SweDeClin-BERT) model for Named Entity Recognition (NER) and Relation Extraction (RE).
  • To implement an integrated NER-RE pipeline for improved ADE identification in Swedish clinical notes.
  • To compare the performance of the fine-tuned model against traditional machine learning methods (CRFs and RF).

Main Methods:

  • A subset of clinical notes with suspected ADEs (ICD-10 codes A.1, A.2) from the Stockholm EPR Corpus (2009-2010) was sampled and annotated.
  • The SweDeClin-BERT model was fine-tuned for NER and RE tasks.
  • An integrated NER-RE pipeline was developed and evaluated on 395 clinical notes, followed by an error analysis.

Main Results:

  • 62% of notes contained explicit ADE descriptions, highlighting limitations of relying solely on ICD-10 codes.
  • The fine-tuned SweDeClin-BERT achieved high performance: F1-score of 0.845 for NER and 0.81 for RE.
  • The integrated NER-RE pipeline achieved an overall F1-score of 0.81, significantly outperforming baseline models.

Conclusions:

  • Domain-specific language models like SweDeClin-BERT significantly improve ADE detection in clinical notes compared to conventional machine learning.
  • The fine-tuned model shows promise but requires further validation across different hospital settings for generalizability.
  • Recommendations include revising annotation guidelines and addressing challenges with compound/split entities in Swedish.