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

Methods of Documentation VI: Case Management Model01:15

Methods of Documentation VI: Case Management Model

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 illness...

You might also read

Related Articles

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

Sort by
Same author

Semantic analysis of SNOMED CT concept co-occurrences in clinical documentation using MIMIC-IV.

Digital health·2026
Same author

Optimizing large language models for ontology-based annotation: a study on gene ontology in biomedical texts.

BioData mining·2025
Same author

Large Language Models in Bio-Ontology Research: A Review.

Bioengineering (Basel, Switzerland)·2025
Same author

A deep semantic matching approach for identifying relevant messages for social media analysis.

Scientific reports·2023
Same author

Editorial: AI and data science in drug development and public health: Highlights from the MCBIOS 2022 conference.

Frontiers in big data·2023
Same author

A Gated Recurrent Unit based architecture for recognizing ontology concepts from biological literature.

BioData mining·2022

Related Experiment Video

Updated: Jun 26, 2026

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures
09:10

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures

Published on: August 5, 2021

AI-Driven Dental Procedure Coding: A Multi-Model Framework for CDT Extraction from Clinical Text.

Pranav Annareddy1, Ali Noori2, Deepthi Kollipara3

  • 1Department of Computer Science, University of Nebraska Omaha, Omaha, NE 68182, USA.

Dentistry Journal
|June 25, 2026
PubMed
Summary

This study developed an AI framework for automated dental procedure coding using large language models and deep learning. Hybrid approaches combining LLMs and traditional models show promise for accurate and scalable dental documentation.

Keywords:
Clinical Natural Language Processing (NLP)Large Language Models (LLMs)automated procedure codingdental informatics

More Related Videos

Guided Endodontics: Three-Dimensional Planning and Template-Aided Preparation of Endodontic Access Cavities
07:14

Guided Endodontics: Three-Dimensional Planning and Template-Aided Preparation of Endodontic Access Cavities

Published on: May 24, 2022

Reliability of Artificial Intelligence-Based Cone Beam Computed Tomography Integration with Digital Dental Images
05:49

Reliability of Artificial Intelligence-Based Cone Beam Computed Tomography Integration with Digital Dental Images

Published on: February 23, 2024

Related Experiment Videos

Last Updated: Jun 26, 2026

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures
09:10

Digital Hybrid Model Preparation for Virtual Planning of Reconstructive Dentoalveolar Surgical Procedures

Published on: August 5, 2021

Guided Endodontics: Three-Dimensional Planning and Template-Aided Preparation of Endodontic Access Cavities
07:14

Guided Endodontics: Three-Dimensional Planning and Template-Aided Preparation of Endodontic Access Cavities

Published on: May 24, 2022

Reliability of Artificial Intelligence-Based Cone Beam Computed Tomography Integration with Digital Dental Images
05:49

Reliability of Artificial Intelligence-Based Cone Beam Computed Tomography Integration with Digital Dental Images

Published on: February 23, 2024

Area of Science:

  • Artificial Intelligence in Healthcare
  • Natural Language Processing (NLP)
  • Dental Informatics

Background:

  • Dental procedure coding is crucial for billing and documentation but is manual and error-prone.
  • Automated coding using NLP has advanced medical fields, but dental applications, specifically Code on Dental Procedures and Nomenclature (CDT) extraction, are underexplored.
  • Developing AI for automated CDT code extraction from clinical notes is needed.

Purpose of the Study:

  • To develop and evaluate an AI framework for automating CDT code extraction from dental clinical notes.
  • To compare the performance of large language models (LLMs) and traditional deep learning methods for this task.
  • To assess strategies including zero-shot prompting, fine-tuning (QLoRA, PEFT LoRA), and a Bidirectional GRU (Bi-GRU) classifier.

Main Methods:

  • Evaluated three LLM strategies: zero-shot prompting, QLoRA fine-tuning, and parameter-efficient fine-tuning (PEFT) with LoRA.
  • Utilized a supervised Bidirectional GRU (Bi-GRU) classifier as a baseline.
  • Employed a synthetic dataset, structured JSON output schemas, few-shot prompting, and batch inference for evaluation.
  • Assessed performance using micro/macro F1 scores, precision, recall, exact-match accuracy, and Hamming loss.

Main Results:

  • Zero-shot LLM achieved high micro-F1 (0.9614) but struggled with rare codes and produced hallucinations.
  • Fine-tuned LLMs improved domain alignment but over-generated incorrect codes.
  • The Bi-GRU model offered balanced performance (micro-F1=0.9362, macro-F1=0.9377) with fewer hallucinations but missed some context-dependent codes.
  • PEFT LoRA outperformed QLoRA among fine-tuned LLMs.

Conclusions:

  • LLM-based and supervised approaches have complementary strengths for dental coding.
  • LLMs offer strong contextual understanding and rapid deployment.
  • Traditional models provide stable, precise multi-label classification.
  • Hybrid, schema-constrained systems are recommended for scalable dental procedure coding.