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

RACE - Rapid Amplification of cDNA Ends02:35

RACE - Rapid Amplification of cDNA Ends

Rapid Amplification of cDNA Ends, or RACE, is one of the most effective methods to obtain a full-length cDNA from an mRNA sequence between a known internal region to the unknown sequence at the 5’ or 3’ end. The unknown region is cloned in the cDNA by a gene-specific primer that binds the known end, and a hybrid primer that attaches a predefined anchor sequence to the unknown end of the cDNA. The sequence in between is amplified by PCR with an anchor primer and a gene-specific primer.
Since the...

You might also read

Related Articles

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

Sort by
Same author

Fine-Tuning, Retrieval-Augmented Generation, and Hybrid Large Language Models for Postoperative Decision Support: A Comparative Analysis.

Journal of medical Internet research·2026
Same author

Federated target trial emulation for time-to-event outcomes via POLARIS: Pooled-equivalent One-shot Likelihood Aggregation for Real-world Inference in Survival.

Research square·2026
Same author

From "negative" trial to positive clinical impact: mitigating eligibility criteria-induced temporal selection bias in emulated clinical trials.

npj health systems·2026
Same author

AI-Generated Avatar Videos for Postoperative Patient Education Among Health Care Workers: Pilot Randomized Controlled Trial.

JMIR perioperative medicine·2026
Same author

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

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

Assessment of frontier Large Language Models in sleep medicine.

Frontiers in digital health·2026
Same journal

Human factors methods for designing safe health information technology: what do the experts think?

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

Equity-by-design for socially assistive robots as digital health tools.

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

Orchestrator multi-agent clinical decision support system for secondary headache diagnosis in primary care.

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

CUI-Curate: a GraphRAG-based framework for automated clinical concept curation for NLP applications.

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

Malfunctions in distributed clinical decision support: 3 cases from a multi‑component clinical decision support system.

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

The importance of clinical context in evaluating algorithmic fairness: insights from a medication adherence prediction algorithm.

Journal of the American Medical Informatics Association : JAMIA·2026
See all related articles

Related Experiment Video

Updated: Jun 6, 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

Optimizing Retrieval-Augmented Generation (RAG) in clinical medicine: methods and performance evaluation.

Pengze Li1, Anshum Patel2, Sai Krishna Vallamchetla3

  • 1Department of Artificial Intelligence and Informatics, Mayo Clinic, Jacksonville, FL, United States.

Journal of the American Medical Informatics Association : JAMIA
|June 4, 2026
PubMed
Summary
This summary is machine-generated.

Retrieval-Augmented Generation (RAG) improves AI in sleep medicine, but its effectiveness hinges on data structure and retrieval methods. Structured data and hybrid retrieval are key for accurate AI diagnostics.

Keywords:
Retrieval-Augmented Generationinformation retrievallarge language modelsnatural language processingsleep medicine

More Related Videos

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

Related Experiment Videos

Last Updated: Jun 6, 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

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

Area of Science:

  • Artificial Intelligence in Medicine
  • Medical Informatics
  • Natural Language Processing

Background:

  • Large Language Models (LLMs) show promise for medical knowledge retrieval.
  • Optimizing Retrieval-Augmented Generation (RAG) architecture is crucial for accurate medical applications.
  • Sleep medicine presents unique challenges for AI due to specialized terminology and complex case data.

Purpose of the Study:

  • To evaluate the impact of RAG architecture components on LLM performance in sleep medicine.
  • To assess how corpus structure, retrieval strategy, and pipeline complexity influence medical problem-solving.
  • To benchmark open-source LLMs within a sleep medicine knowledge domain.

Main Methods:

  • Benchmarked four LLMs (Llama-3-8B, Llama-3-70B, Qwen 2.5-14B, Qwen 2.5-235B) using a sleep medicine textbook knowledge base.
  • Compared performance across corpus structures (raw text vs. table-of-contents aligned), retrieval strategies (dense vs. hybrid sparse-dense), and pipeline complexity (baseline vs. augmented).
  • Evaluated using multiple-choice question (MCQ) accuracy and clinical case vignette diagnostic ranking.

Main Results:

  • RAG enhanced MCQ accuracy for all tested LLMs, with gains up to 25.5% (Llama-8B: 61.8% to 72.4%, Qwen-235B: 87.3%).
  • Structured corpora improved primary diagnosis accuracy by 6.1% on average, with Qwen-235B showing a peak 10.2% increase.
  • Hybrid retrieval and structured data corrected context noise issues seen with dense retrieval on raw text, particularly for smaller models.

Conclusions:

  • RAG effectiveness is a balance between LLM size and data structure; smaller models benefit significantly from structured data.
  • Hybrid retrieval is essential for precision with specialized medical terms in sleep medicine.
  • A structured corpus with a baseline hybrid pipeline offers optimal stability and speed for clinical AI deployment.