Abstract
Background: Open-source, mid-scale large language models (LLMs) have emerged as scalable, privacy-preserving alternatives to ultra-large foundation models (eg, GPT-4) in health care systems. Techniques such as retrieval-augmented generation (RAG) enable sub-100-billion-parameter models to address highly specialized medical domains such as anesthesiology. However, studies evaluating RAG architectures on complex medical examinations remain scarce, highlighting the need for rigorous benchmarking to bridge the gap between raw parametric knowledge and clinically relevant application.
Objective: This study aimed to systematically evaluate RAG pipelines for answering anesthesiology board-style questions, quantify the effects of key design choices including hyperparameter settings, embedding models, source complexity, and chunking strategies, and compare the performance of reasoning-oriented models with that of conventional LLMs.
Methods: We conducted large-scale benchmarking using American Board of Anesthesiology-style multiple-choice questions to compare multiple RAG-enabled configurations with matched standalone LLM baselines. Configurations were first optimized on a 46-item diagnostic set and then validated on a 350-item corpus. Additional experiments on three 100-question subsets derived from the 350-item corpus were used to assess the effects of source selection, source complexity, information density, and chunking strategy on answer accuracy. Models including Llama-3-8B-Instruct, Llama-3.1-8B-Instruct, Llama-3.2-3B-Instruct, Llama-3.3-70B-Instruct, Qwen2.5-7B and Qwen2.5-72B, and Qwen3-8B and Qwen3-32B reasoning models were evaluated under this framework. Self-reflective RAG (self-RAG) with adaptive retrieval techniques was also implemented and evaluated. Cochran Q and McNemar tests were used to assess performance differences across configurations and model pairs.
Results: The RAG framework increased the number of correct answers. System stability peaked under highly deterministic sampling configurations (temperature=0.1, top-p [nucleus sampling]=0.1). High-capacity general-text embeddings and applying context-preserving semantic chunking further improved accuracy. Standard RAG provided only modest gains over nonaugmented baselines, improving accuracy from 50.29% to 56.57%, and self-RAG yielded similarly limited gains of up to 4.85 percentage points. Overall, the Qwen family outperformed the Llama series. The 32-billion-parameter reasoning model Qwen-3-32B achieved an 89% correct ratio under complex distractor-heavy retrieval conditions and up to 96% with direct context, significantly outperforming the much larger 72-billion-parameter conventional model Qwen-2.5-72B-Instruct (84%). Smaller reasoning models also showed greater robustness to noise or suboptimal retrieved documents than larger conventional LLMs. Within the Llama family, increasing parameter size to 70 billion did not produce proportional performance gains on this benchmark.
Conclusions: RAG-based LLM systems improved performance on anesthesiology board-style questions, but gains depended strongly on retrieval design. Careful optimization of retrieval settings, embeddings, and chunking strategies improved robustness and answer accuracy. Reasoning-oriented models demonstrated that multistep reasoning can, in some settings, compensate for larger parameter scale. These findings provide a methodological foundation for developing locally deployable LLM systems for anesthesiology education within structured examination settings.
doi:10.2196/97902
Keywords
Introduction
Large language models (LLMs), ranging from millions to trillions of parameters, have evolved from general-purpose chatbots to tools under active study across health care delivery, research, and education, with early evidence synthesized across multiple domains []. Reviews emphasize both the promise of LLMs to support clinical workflow and answer medical examination questions, as well as the need to mitigate risks such as bias and hallucinations []. Methodological guidance calls for transparent, task-representative benchmarking, standardized reporting, and reproducible evaluation to determine clinical or educational utility []. A meta-analysis of ChatGPT (OpenAI) versions across medical licensing examinations found that newer techniques tend to achieve higher pass rates, yet performance varied by different question types [].
A comprehensive review of 16 LLMs across 198 medical exams reported that GPT-4 outperformed many peers, passing 131 of 262 exam sets (50%) []. On United States Medical Licensing Examination (USMLE) question sets (AMBOSS Step 1/2 and NBME Free Step 1/2), ChatGPT achieved 42%‐64.4% accuracy and exceeded the 60% passing threshold on NBME-Free-Step1 []. In a separate analysis, ChatGPT approached or met the passing threshold across USMLE Steps 1, 2 CK, and 3, indicating potential for clinical education []. More recently, GPT-4 Omni had outscored earlier models across USMLE disciplines and clinical skills but still showed content-area variability []. Collectively, these findings indicate that even state-of-the-art models can experience performance declines as item difficulty increases, underscoring the need to validate robustness across difficulty strata and exam blueprints.
LLMs demonstrated strong performance on general medical exams, with accuracy very close to the pass threshold, which has motivated experiments in the discipline-specific medical domain, such as the American Board of Anesthesiology (ABA) exam. In the ABA-style exam, an early study found that GPT-4 outperformed GPT-3.5 and Bard on review-book questions, yet still fell short of the 70% passing threshold, offering explanations that were not consistently aligned with medical consensus. This highlights the need for domain-aligned methods and evaluation []. In the Japanese Society of Anesthesiologists’ written exam, GPT-4 (~50%) outperformed GPT-3.5 but still fell below the passing cutoffs, with specialty-specific and item-format constraints limiting accuracy []. A human-benchmarked study on the Chilean anesthesiology certification exam revealed that reasoning models led (GPT-o1, 88.7%), with accuracy declining as items became more challenging; most errors occurred in application or understanding tasks and involved flawed reasoning or incorrect application of knowledge []. For the ABA exam specifically, GPT-4 was reported to pass BASIC and ADVANCED sections with scores of 78% and 80%, but performance still varied by topic area []. In parallel, a letter from the Royal College of Anesthetists, reporting 27 questions, noted that GPT4 achieved a significantly higher average score of 67% correct than GPT3.5’s 43%, and flagged concerns about bias, transparency, and the explainability of generated answers []. While another study found LLMs exceeding the 70% threshold on ABA BASIC-style sets, these analyses, which use publicly available BASIC items and assumptions about item reuse, complicate inferences about actual ABA readiness and its effects on physicians’ training and assessment [,].
Augmenting models with domain-specific sources via retrieval-augmented generation (RAG) improved internal medicine board performance for GPT-3.5/4 by approximately 4.5%‐7.5% when accessed via the application programming interface. However, the interface choice itself affected scores, with application programming interface results 3.2%‐5.3% lower than chatbot results []. A multilingual benchmark with gold rationales further showed that, even with state-of-the-art RAG, English accuracy plateaued around 75% and was about 10 percentage points lower in other languages, highlighting persistent challenges in retrieving the proper evidence and in evaluating reasoning quality []. RAG can improve the accuracy of smaller models and narrow the gap to larger models; however, current evidence does not show consistent parity across medical exams [,]. Model sizes were not consistently reported, and neither study establishes size-based parity [,]. Smaller models can also support on-premises or locally hosted deployment, which may better align with privacy-preserving requirements and regulatory expectations in clinical settings [].
Together, these observations define the gap: comprehensive, reliability-focused studies in anesthesiology that directly test when and how advanced RAG, through source selection, source complexity, and chunking, improves performance on ABA-style questions remain scarce. Accordingly, we evaluate LLM performance on an extensive ABA-style question bank, quantify the incremental gains of RAG over bare generation, and systematically vary source selection and complexity while contrasting naive versus semantic chunking with exam-aligned materials []. We also evaluate recently released reasoning models that integrate a unified, multistep reasoning approach to quantify their incremental value over conventional models, thereby strengthening the applicability and generalizability of our study [].
This study makes 3 main contributions. First, we provide a systematic procedure for tuning and optimizing retrieval hyperparameters, as well as for selecting and implementing chunking strategies in RAG-enabled systems for medical education, with a focus on anesthesiology. Second, we conduct a comprehensive benchmark on an ABA-style question bank, evaluating multiple RAG configurations under standardized prompts and across graded retrieval-complexity tiers (bare, direct, combined easy, medium, and hard). Third, we demonstrate the incremental value of reasoning models over conventional language models on the same benchmark, quantifying their added benefit for medical examination question answering.
Accordingly, the aim of this study is to systematically benchmark RAG pipelines for answering anesthesiology board-style multiple-choice questions. Specifically, we evaluate how key design choices, including hyperparameter settings, embedding models, retrieval strategies, and chunking approaches, influence model performance. In addition, we compare reasoning-oriented models with conventional LLMs under varying retrieval complexity conditions. This study is positioned as a controlled benchmarking evaluation rather than a clinical validation, with the goal of providing methodological insights into optimizing RAG systems for medical education tasks.
Methods
Ethical Considerations
This study did not involve human participants, patient data, protected health information, biological specimens, or animal subjects. The study evaluated computational models using publicly available anesthesiology board-style educational materials. Therefore, institutional review board approval and informed consent were not required in accordance with institutional and applicable regulations. No personally identifiable information was collected, analyzed, or reported.
Study Design
To identify optimal configurations and establish a comprehensive benchmark, we conducted comparative experiments between RAG pipeline configurations and their nonaugmented baseline counterparts. To ensure robust evaluation, the study implemented and tested a diverse range of retrieval techniques and current model advancements. summarizes the overall experimental framework, benchmark datasets, and the relationship between the 5 experiments.

Experiment 1: Searching for an Optimal Creativity Control
RAG Pipeline Architecture
The RAG architecture, illustrated in , comprised five components: document parsing, embedding generation, vector storage, prompt engineering, and response generation. The workflow began with a parser module that segments the source documents into discrete semantic chunks. Subsequently, the embedding model transformed these segments into high-dimensional vector representations, which were indexed in a vector database to facilitate efficient semantic similarity search []. While higher vector dimensions correlate with increased text expressiveness, they also incur higher computational costs; therefore, our model selection balanced performance with efficiency. Relevant context is subsequently retrieved and integrated into the prompt template to guide the generation model.

During the retrieval stage, input queries (exam questions) were projected into the vector space, and relevant document chunks were retrieved based on cosine similarity scores. These retrieved contexts were integrated into a structured prompt template and forwarded to the generation model. Generated answers were evaluated against the ground truth to calculate accuracy metrics (ie, the percentage of correct answers). For comparison, a baseline evaluation was conducted in a standalone setting (), relying solely on the LLM’s internal parameters to generate responses.
Hyperparameter Optimization and System Configuration
In knowledge-intensive domains such as clinical anesthesiology, it is essential that language models demonstrate strict adherence to instructions, ensure factual grounding in retrieved data, and maintain consistency and explainability. To optimize for these requirements, we implemented a grid search strategy across four parameters: top-probability (top-p), temperature (temp), retrieval depth (top-k), and the embedding model ().

The combination of top-p (nucleus sampling) and temp (temperature) regulates the stochasticity and “creativity” of the generation model by reshaping the output logit distribution [,]. As illustrated in the heatmap in , we stratified the parameter space into three stability zones: normal, fine, and very fine, which correspond to high, medium, and low levels of output variability, respectively. This stratification enables assessment of model reliability across varying degrees of deterministic constraint.
The retrieval component was tuned using the top-k parameter, which dictates the number of relevant document chunks retrieved and ranked by similarity. We evaluated three retrieval depths (top-k=4, 8, and 12) to analyze the trade-off between maximizing information recall and minimizing context noise. Additionally, four embedding models were benchmarked: a general-purpose text embedding (GTE) model (Stella_en_400M_v5) and 3 domain-specific models fine-tuned on clinical and biomedical corpora: BioBERT-mnli-snli-scinli-scitail-mednli-stsb, MedEmbed-large-v0.1, and pubmedbert-base-embeddings.
Meta-Llama-3-8B-Instruct was selected as the generation model for all RAG configurations. This model was chosen for its optimal balance of performance and efficiency, featuring a compact size of 8 billion parameters, support for prequantization, and state-of-the-art reasoning capabilities across diverse benchmarks [].
To identify the optimal configuration, we used the BASIC exam sample questions, a set of practice items designed for the American Board of Anesthesiology examination, as the ground-truth benchmark []. The original dataset comprises 47 questions; however, question 25 was excluded due to its reliance on visual data interpretation, which is unsupported by the text-only structure of the Llama-3 models. Consequently, the final evaluation was performed on 46 validated items. (Table S1 in ) Because hyperparameter tuning was conducted on a relatively small 46-question subset, the selected parameter combinations should be interpreted as reference settings for the present experimental framework rather than universally optimal values. For the retrieval component, the textbook Miller’s Anesthesia [] served as the external knowledge source, processed via a PDF parsing pipeline to facilitate vector indexing.
Experiment 2: Large-Scale Benchmark Evaluation of Embedding-and-Retrieval-Depth-Evaluation
To assess the external validity of the RAG configurations on a comprehensive dataset, we assembled a 350-item evaluation set from Anesthesiology Examination and Board Review (7th ed) []. (Table S2 in ) The question pool was primarily derived from summary chapters 10 and 20, selected for their breadth and topical heterogeneity, and supplemented with items from other chapters to yield a balanced distribution. ()
| Chapter | Topic | Total questions (n=350) | Question indices |
| 10 | Practice test | 132 | 1‐31, 35‐62, 65‐127, 130‐135, 138‐141 |
| 17 | Anesthesia for miscellaneous procedures | 10 | 397‐399, 404, 405, 410, 413‐414; 423‐424 |
| 18 | Critical care medicine | 5 | 457‐460, 462 |
| 19 | Acute and chronic pain | 70 | 531‐600 |
| 20 | Practice test | 133 | 1‐7, 9‐60, 63‐67, 69‐89, 92‐139 |
aGaps in question indices (eg, questions requiring visual or tabular interpretation) were excluded from the dataset.
The prompt templates originally depicted in were adapted to support a uniform 5-option format (A–E), replacing the 3-option format (A–C) used in the preliminary 46-item question set. To maintain structural consistency across the dataset, questions originally containing only four options (A–D) were normalized by appending a null placeholder (“E. Not a valid option”). This ensured that the prompt structure remained invariant for all 350 items.
To facilitate direct comparison with Experiment 1, the core architecture was preserved, using the Meta-Llama-3-8B-Instruct generation model and the same retrieval corpus (Miller’s Anesthesia).
Experiment 3: Evaluation on the Self-RAG Pipeline
To assess the efficacy of adaptive retrieval strategies, we implemented a modified self-reflective RAG (self-RAG) architecture. This approach applies a single-generation model to answer questions and perform self-critique []. For the purpose of controlled comparison, we simplified the setup by removing web-search and postgeneration critique modules, focusing solely on internal knowledge retrieval.
The workflow, illustrated in , uses a single LLM (Meta-Llama-3-8B) to function as both the relevance evaluator and the final answer generator. Consistent with previous experiments, the stella-en_400M_v5 embedding model is used for vector retrieval.

Following the initial retrieval, a document grader module evaluates the semantic alignment between the user query and the retrieved document chunks. As detailed in the prompt template in , the grader is instructed to assign a binary relevance score (“Yes” or “No”) via a JSON output. This decision node dictates the generation strategy: if the retrieved content is deemed relevant (“Yes”), the system executes the “Generate with Context” protocol (standard RAG). Conversely, if the retrieved content is classified as irrelevant (“No”), the system triggers a fallback mechanism, executing “Generate without Context” (Baseline), thereby relying exclusively on the model’s parametric knowledge to prevent hallucination induced by irrelevant context.
Experiment 4: Investigation of Retrieval Dynamics and Model Scaling
This section details a granular analysis of the RAG pipeline’s retrieval components to evaluate their impact on system performance and enhance explainability. To facilitate a controlled assessment, a representative subset of 10 questions is selected from the evaluation question set. These 10 questions were selected from the 350-question set (), where these specific questions were answered incorrectly (WRONG) across all or most settings (eg, question 139 is answered incorrectly across all tested RAG configurations) for deep retrieval analysis. The detailed locations for each question are presented in below.
| Question | Chapter | Topics | Question indices (in 350-question set) |
| 1 | 20 | Practice test | 120 |
| 2 | 20 | 121 | |
| 3 | 20 | 122 | |
| 4 | 20 | 123 | |
| 5 | 20 | 124 | |
| 6 | 20 | 138 | |
| 7 | 20 | 139 | |
| 8 | 18 | Critical care medicine | 457 |
| 9 | 18 | 458 | |
| 10 | 20 | Practice test | 47 |
Given the high complexity of the primary corpus (Miller’s Anesthesia), we established a controlled environment to isolate the generation model’s reasoning capabilities from retrieval noise. The corresponding answers and explanations from the Anesthesiology Examination and Board Review served as a new retrieval source, categorized into two experimental conditions:
- Direct (oracle context): the correct explanation is injected directly into the prompt’s context field. This serves as an upper-bound baseline, providing the model with explicit ground truth.
- Combined (distractor analysis): all ten explanations are aggregated into a single text block. The system must use the embedding model to correctly retrieve the specific segment relevant to the query from this aggregated source, simulating a “needle-in-a-haystack” retrieval task.
Concurrently, we examined the impact of model scaling on performance. As illustrated in , the experimental setup included large embedding models (scaling up to 1.5 billion parameters) and generation models (up to 72 billion parameters) to test the hypothesis that increased parameter count correlates with improved accuracy. For these experiments, generation hyperparameters were fixed at the optimal values identified from the result of experiment 1 (temperature=0.1; top-p=0.1).

Finally, we evaluated the influence of text segmentation on retrieval quality. Beyond varying the retrieval depth (top-k), we compared two distinct chunking paradigms:
- Naive recursive chunking: a mechanical approach that iteratively splits text using fixed character limits and overlap windows.
- Semantic chunking: an advanced strategy designed to preserve semantic coherence. This method aggregates sentences based on cosine similarity scores and dynamic splitting thresholds defined by statistical measures (percentile, SD, or IQR) or gradient analysis. The latter specifically identifies boundaries by monitoring the rate of change in semantic dissimilarity between consecutive sentences. This approach mitigates the risk of fragmenting contextually related information [,]. In our study, percentile was selected as the threshold metric for its simplicity and practicality in our implementation in terms of graphics processing unit (GPU) video random access memory.
Experiment 5: Evaluation of Reasoning Models Under Retrieval Complexity Constraints
Building upon the optimal configurations identified in Experiments 1‐4, this phase integrates the most effective RAG components to benchmark the next generation of reasoning-oriented LLMs. The pipeline uses the high-capacity embedding model, gte-Qwen2-1.5B-instruct, and uses semantic chunking (threshold set at the 95th percentile) to maximize context coherence.
As illustrated in , the study evaluates two distinct model categories. Conventional instruction-tuned models include the Llama series (Llama-3 to 3.3) and Qwen2.5-72B. Reasoning-enhanced models include the Qwen3 series (8B and 32B), which incorporate advanced chain-of-thought capabilities.

To ensure statistical robustness, evaluation was conducted on three randomly sampled subsets of 100 questions each, drawn from the 350-item corpus. (Table S3 in ) Unique random seeds were applied to ensure reproducible, independently generated sampling trials; because each 100-question subset was sampled from the same 350-item corpus, some questions could appear in more than one subset, and results are reported as the mean accuracy across the three trials. The combined 300-question analysis was used to provide more stable model-level comparisons across related retrieval-complexity conditions rather than to imply a single homogeneous statistical population.
To rigorously assess model robustness against retrieval noise, we designed a 6-level complexity spectrum. The “Bare” condition represents answers solely based on intrinsic parametric knowledge, without external context. The “Direct” condition injects the specific ground-truth explanation directly into the prompt. The “Combined” (needle-in-a-haystack) condition embeds the ground truth within a consolidated block of relevant clinical explanations. Because multiple questions in the 350-item corpus share the same source explanation block (eg, multipart vignette items that reference a common explanatory passage), the consolidated source corpus contains 263 unique explanations rather than 350. To simulate varying degrees of retrieval difficulty, the combined source is fused with increasing amounts of irrelevant distractor content (from unrelated ASA questions). This creates three graded difficulty tiers: easy, medium, and hard. With the above base combined set contains 263 explanations; we then inject 50, 125, and 274 additional (irrelevant) explanations, yielding totals of 313, 388, and 537 explanations for easy, medium, and hard, respectively. This stratification enables a granular analysis of how reasoning models distinguish relevant signals from clinical noise compared to conventional architectures.
Statistical Analysis (Experiment 2 and 5)
The primary outcome measure was the accuracy rate, defined as the percentage of correctly answered questions. Evaluation results are presented as the mean across the randomized test subsets. To analyze performance differences across multiple model configurations, the Cochran Q test was first used to detect any overall statistically significant differences among the classifiers on the same dataset. Subsequently, the McNemar test was used for post-hoc pairwise comparisons to identify specific performance improvements between model pairs. To account for multiple hypothesis testing, a Bonferroni correction was applied to the significance threshold. All analyses were performed using Python (scipy.stats library), and a 2-tailed P value of <.05 was considered statistically significant.
This statistical analysis was conducted on the results obtained from experiments 2 and 5. In experiment 2, we analyzed performance differences among RAG configurations that varied in embedding models, while holding the hyperparameters (top-k, top-p, and temperature) constant. For instance, Cochran Q and McNemar tests were applied to compare the answer patterns of 350 questions between the Baseline model and the RAG0 configuration, with the hyperparameters set to top-k=4, top-p=0.1, and temperature=0.1. In contrast, Experiment 5 involved three distinct 100-question test sets for each RAG configuration, each corresponding to a different LLM model. To enhance the statistical power, the answers from these three test sets were aggregated into a single array of 300 answers (wrong or correct), enabling a more robust statistical analysis. For each analysis (eg, comparing different embedding models under the same RAG hyperparameters), we report the post-hoc pairwise McNemar results, including each configuration’s win count, Bonferroni-corrected α, and the computed P value.
Computational Environment and Implementation
All retrieval and generation experiments were conducted in a Rocky Linux 8.4 environment using Python (version 3.6.8). The implementation of the RAG pipeline and model inference used a combination of the HuggingFace, Transformer, and LangChain libraries, along with the PyTorch framework. The workstation server was equipped with eight V100 GPUs (32 GB each) and 767 GB of RAM. Models with fewer than 32 billion parameters were executed on a single GPU, whereas larger models, such as the Qwen2.5-72B, required up to 4 V100 GPUs to run both the LLM and the embedding model concurrently.
Results
Experiment 1: Searching for an Optimal Creativity Control
To provide an overview of the hyperparameter optimization results, we first summarize the distribution of top-performing temperature and top-p configurations across all experimental settings (). Overall, the RAG-empowered framework consistently achieved higher accuracy, as indicated by the brighter colors in . Across the 15 evaluated configurations, 30 maximum-performance occurrences were identified due to ties in peak accuracy; among these, 9 were observed at the (temperature, top-p) pair (0.1, 0.1) in the NORMAL zone. This finding is supported by the frequency distribution of optimal hyperparameter configurations (temperature and top-p) across different embedding models and top-k values (). In general, peak performance aligned with the most conservative pair within each region: (0.1, 0.1), (0.05, 0.01), and (0.005, 0.001) for the normal, fine, and very fine zones, respectively. The (0.1, 0.1) pair achieves the maximum accuracy 9 times, which is significantly higher than any other configuration. Additionally, this pair achieves the highest overall accuracy of 71.74%, using the MedEmbed embedding model with a top-k of 8. Based on these comprehensive results, the 3 temperature and top-p pairs, (0.1, 0.1), (0.05, 0.01), and (0.005, 0.001), were selected for subsequent experiments.

Experiment 2: Large-Scale Benchmark Evaluation of Embedding-and-Retrieval-Depth-Evaluation
In contrast to the strong performance observed on the 46-question set, the larger, more topic-diverse set yields markedly different results (). The baseline (no-RAG) model achieved 50.29%, representing a decrease of 6.21 percentage points compared to its performance on the 46-question set (Table S1 in ). Furthermore, the performance gains achieved via RAG were modest on this corpus: the best configuration (stella-en_400M_v5 with top-k=12 across all three pairs of temperature and top-p) yielded a maximum improvement of 6.28 percentage points over the baseline, while other settings delivered marginal improvements ranging from 2 to less than 5 percentage points.
Although Experiment 1 indicated that a medical-tuned embedding (eg, MedEmbed-large-v0.1, top-k=12) could outperform a general-text embedding, Stella_en_400M_v5, on a narrower set (71.7% vs 65.2% for top-p=0.1, temperature=0.1, and top-k=8; ), this advantage did not transfer to the larger 350-question benchmark. Embeddings trained on published biomedical corpora or clinical-note–style data may not be explicitly aligned with the specific nuances of anesthesiology question-answering, resulting in relative underperformance (), which is consistent with a domain and topic mismatch.
Cochran Q and post-hoc McNemar test results for Experiment 2 under retrieval depths top-k=4, 8, and 12 are demonstrated in Table S4 in . For the most conservative retrieval setting (top-k=4) combined with the empirically stable sampling regime (temperature=0.1, top-p=0.1), Cochran Q was not significant (P=.06). This indicates that varying the embedding model does not produce a statistically detectable change in the 350-question answer pattern. By contrast, all other Cochran Q tests reached statistical significance.
After Bonferroni correction (corrected α=.005), most pairwise McNemar comparisons between Baseline and individual RAG configurations were not significant. (Table S4 in ) This indicates that conventional RAG does not consistently induce a statistically reliable shift relative to baseline (ie, unaugmented) generation on this heterogeneous 350-item set. Nevertheless, among the tested embedders, Stella exhibits the most pronounced divergence from the baseline in several settings (demonstrating larger discordant “win” counts and comparatively smaller McNemar P values), which is coherent with its generally higher observed accuracy across configurations. Specifically, at a retrieval depth of top-k=12, the performance of the Stella embedding model diverged significantly from the Baseline under the two more deterministic sampling regimes (P value<.01 and P value<.01, for temp=0.05 with top-p=0.01 and temp=0.005 with top-p=0.001, respectively), surviving the Bonferroni correction.

Experiment 3: Evaluation on the Self-RAG Pipeline
The performance of the Self-RAG pipeline compared with the baseline model is illustrated in . As shown in , the self-RAG implementation yielded only marginal improvements ranging from 2.28 to 4.85 percentage points, relative to the best baseline accuracy of 50.29%. This indicates no substantial benefit over the conventional RAG system ().

Experiment 4: Investigation of Retrieval Dynamics and Model Scaling
Performance Across Different Configurations
reports the accuracy for each configuration under direct and combined conditions. In the direct condition, Qwen2.5-72B-Instruct had higher accuracy than Llama-3.1-8B-Instruct and Qwen2.5-7B-Instruct. In the combined condition, pairing a large LLM with a high-capacity embedding model yielded the highest accuracy. Specifically, Qwen2.5-72B-Instruct attained an 80% accuracy rate with Stella (top-k=4), MedEmbed (top-k=4), and GTE-Qwen2 (top-k=1 and 2). Furthermore, its generated answers were identical to those of the direct condition (), demonstrating both effective retrieval and stable reasoning capabilities on this subset. By contrast, smaller LLMs and lower-capacity embeddings exhibited lower accuracy in the combined condition across the same settings. Specifically, Qwen2.5-7B-Instruct achieved an accuracy of 60% with Stella when top-k=4, 60% with MedEmbed when top-k=2, and 60% with GTE-Qwen2 when top-k=2. In this diagnostic experiment, large-scale LLMs demonstrated a substantial advantage in overall accuracy compared with smaller architectures.
| Generation model | Direct | Combined | ||||
| top-k | Stella | BioBERT | MedEmbed | GTE-Qwen2 | ||
| Qwen2.5-7B-Instruct | 60% | 1 | 50% | 30% | 40% | 60% |
| 2 | 60% | 50% | 60% | 60% | ||
| 4 | 60% | 40% | 50% | 50% | ||
| Llama-3.1-8B-Instruct | 70% | 1 | 60% | 40% | 30% | 60% |
| 2 | 30% | 30% | 30% | 60% | ||
| 4 | 50% | 60% | 50% | 60% | ||
| Qwen2.5-72B-Instruct | 80% | 1 | 70% | 50% | 60% | 80% |
| 2 | 70% | 50% | 70% | 80% | ||
| 4 | 80% | 70% | 80% | 70% | ||
| Question | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| Ground truth | E | D | E | B | D | C | B | C | D | E |
| Direct | E | D | D | B | D | C | B | C | D | A |
| Combined | E | D | D | B | D | C | B | C | D | A |
Retrieval Inspection
To evaluate retrieval precision, we assessed top-1 retrieval accuracy on the 10-item diagnostic set (top-k=1) using a medical-tuned embedder (BioBERT) and a high-capacity general-text embedder (GTE-Qwen2). As presented in , the bracketed indices indicate the specific explanation passage retrieved from the Anesthesiology Examination and Board Review for each question. GTE-Qwen2 achieved a 90% (9 out of 10) match rate, with a single error in which it retrieved the first question’s explanation for the second question. In contrast, BioBERT retrieved only 40% (4 out of 10) of the correct documents. Consequently, we adopted GTE-Qwen2 as the default embedding model for subsequent comparisons between conventional and reasoning-oriented LLM pipelines.
| Questions | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| Ground truth | [] | [] | [] | [] | [] | [] | [] | [] | [] | [] |
| BioBERT | [] | [] | [] | [] | [] | [] | [] | [] | [] | [] |
| GTE-Qwen2 | [] | [] | [] | [] | [] | [] | [] | [] | [] | [] |
Chunking Strategies and Semantic Chunking
We compared naïve recursive chunking (fixed chunk size and overlap) with semantic chunking (context-aware segmentation) on the Miller’s Anesthesia textbook, which is highly formatted and prone to page-layout artifacts []. As demonstrated by a representative question (), naïve recursive chunking produced fragmented out-of-context segments (eg, clipped phrases and header remnants) that propagate into the vector store and prompts, thereby diluting retrieval precision. In contrast, semantic chunking yielded a contextually coherent paragraph (page 1781) that is topically aligned with and adjacent to the gold-standard evidence for Question 6 (page 1782). Although primarily illustrative, this example highlights the expected advantages of preserving discourse boundaries in complex medical texts: fewer spurious tokens, greater passage relevance, and cleaner context injection. Accordingly, we adopted semantic chunking as the default strategy in subsequent experiments and evaluated its broader impact in the following sections.
To further quantify retrieval quality, we performed a focused retrieval relevance comparison using the 10-question diagnostic retrieval subset. () Under identical retrieval settings, semantic chunking achieved successful retrieval in all 10 questions (10/10, 100%), whereas recursive chunking achieved successful retrieval in 8 of 10 questions (8/10, 80%). In addition, semantic chunking consistently retrieved more contextually complete passages with higher overlap to the reference explanations, whereas recursive chunking frequently produced fragmented or only partially overlapping text segments. (Table S5 in ).

Experiment 5: Evaluation of Reasoning Models Under Retrieval Complexity Constraints
reports the mean accuracy across three 100-item sets for 7 LLMs as retrieval complexity increases. As demonstrated in the figure, accuracy consistently declined as the retrieved evidence became longer and contextually denser, progressing from the direct to the combined (hard) conditions.

The reasoning-oriented Qwen3-32B model achieved the highest accuracy, exceeding the largest tested conventional model, Qwen2.5-72B-Instruct by 1‐6 percentage points across conditions (eg, increasing from 92% to 96% in the Direct, from 86% to 89% in the combined, and from 81% to 87% in the Combined Medium setting). Following Qwen2.5-72B-Instruct, the Qwen3-8B model also demonstrated strong performance, achieving 67% in the Bare, 90% in the direct, and 84% in the combined setting, higher than all models in the Llama family. Within the Llama family, while the Llama-3.3-70B model outperformed the smaller Llama-3-8B-Instruct, Llama-3.1-8B-Instruct, and Llama-3.2-3B-Instruct models across all conditions (eg 80% vs 70%, 76%, and 56% in the combined condition; 69% vs 63% and 67%, and 48% in the hard condition), the gains were diminished when the retrieval difficulty increased, especially against Llama-3.1-8B-Instruct variant.
shows the relationship between model scale, reasoning capability, and accuracy across all retrieval conditions. Across the evaluated settings, larger models generally achieved higher correct ratios than smaller models within the same model family (ie, Llama or Qwen). This performance gap by model size became more pronounced as retrieval complexity increased. In addition, reasoning-enabled models maintained accuracy levels comparable to those of larger conventional models and exhibited a more stable accuracy across different retrieval conditions.

Experiment 5’s Cochran Q and post hoc McNemar comparisons across the 7 LLM-based RAG systems at multiple retrieval-complexity tiers are reported in Table S6 in . Cochran Q was highly significant across all tiers (P<.05). Pairwise McNemar results demonstrated that the Qwen family, especially the reasoning models (Qwen3-8B and Qwen3-32B), exhibited the most consistent and substantial divergence from the Llama series. Specifically, Qwen3-32B significantly outperformed 4 nonreasoning models (Llama-3-8B-Instruct, Llama-3.1-8B-Instruct, Llama-3.2-3B-Instruct, and Llama-3.3-70B-Instruct) in bare, combined, and easy conditions, 5 models in direct, medium, and hard conditions (Llama-3-8B-Instruct, Llama-3.1-8B-Instruct, Llama-3.2-3B-Instruct, Llama-3.3-70B-Instruct, and Qwen3-8B), but nonsignificantly outperformed nonreasoning Qwen2.5-72B-Instruct model.
Discussion
Principal Findings
We compared a RAG pipeline with an unaugmented baseline LLM and evaluated variations in core components (generator scale, embedding model, chunking strategy, sampling hyperparameters, and reasoning capability). On our benchmarks, the RAG framework delivered higher and more consistent accuracy than baseline generation when sampling temperature and top-p were tuned for stability; among the tested low-stochasticity configurations, temperature=0.1 and top-p=0.1 frequently yielded comparatively stable performance across experiments, although the exact optimal configuration varied across retrieval settings and embedding models. ( and ) These findings suggest that lower-stochasticity sampling settings may improve performance stability in structured medical question-answering benchmarks, as excessively high parameter values can introduce variability that compromises factual consistency, whereas overly restrictive settings may reduce necessary inferential flexibility.
Retrieval quality emerged as the primary determinant of overall performance. As retrieval depth increased, configuration-dependent differences in model reasoning were amplified, highlighting the delicate balance between information recall and context noise. Although medical-tuned embedders demonstrated strong performance on narrow topical subsets, their advantage did not transfer to the broader 350-item corpus, a finding that is consistent with a domain and task mismatch. In contrast, a high-capacity GTE model (gte-Qwen2-1.5B-instruct) achieved higher retrieval precision and improved end-to-end accuracy. Table S4 in suggests that model capacity, combined with broad pretraining, can outweigh narrow biomedical fine-tuning when the target data distribution shifts, providing richer, more discriminative vector representations for precise knowledge extraction.
The choice of chunking strategy also critically influenced context quality. Naïve recursive chunking (fixed windows) produced fragmented, out-of-context segments from the Miller’s Anesthesia textbook [], injecting headers and incomplete sentences into the vector store. Semantic chunking reduced these fragmentary chunks and retrieved passages with greater semantic alignment to the gold-standard evidence in illustrative cases. ( and Table S5 in ) Consequently, we adopted it as the default processing method in subsequent experiments. Furthermore, our evaluation of a simplified Self-RAG variant demonstrated that simply increasing the architectural complexity of the pipeline does not necessarily yield clinically meaningful improvements, as the underlying generation models often inherit fundamental limitations in deep medical knowledge representation. () Therefore, within the present implementation, optimization of retrieval quality and contextual refinement appeared to contribute more substantially to performance than the additional postretrieval grading mechanism.
Reasoning-oriented LLMs demonstrated robust competitive performance. Among the conventional (nonreasoning) models, Qwen2.5-72B-Instruct served as the strongest baseline, achieving higher scores than its Llama model family counterparts, which is consistent with prior anesthesia benchmarks []. On the studied datasets, the reasoning-centric Qwen3-32B achieved even higher accuracy than the conventional Qwen2.5-72B-Instruct model. ( and ) These findings suggest that reasoning-oriented training and related model characteristics may improve robustness under complex retrieval settings, as increases in raw parameter capacity do not guarantee proportional performance gains on highly specialized anesthesiology examination benchmarks. Across increasing levels of retrieval difficulty, reasoning-oriented models demonstrated greater robustness to noisier and denser contextual inputs. This points to a complementary architectural approach, where a reasoning model, combined with optimized retrieval, can improve performance in structured medical question-answering benchmarks and may inform future development of medically oriented retrieval systems. However, these differences should not be interpreted as arising solely from reasoning capability, as variations in architecture, pretraining data, instruction tuning, and posttraining optimization may also contribute.
To further characterize failure modes, we reviewed all eligible cases in which Qwen3-32B answered correctly under the Direct condition but incorrectly under the Combined condition in Experiment 5. Among the 24 reviewed cases, 19 were associated with retrieval mismatch, in which the retrieved passages did not contain the key evidence needed to support the correct answer. Four additional cases reflected insufficient or only partially relevant retrieval, while 1 case reflected failure to correctly use partially relevant retrieved information despite the presence of related contextual evidence. These findings suggest that most residual errors under retrieval-complexity settings were primarily associated with retrieval quality and distractor-heavy contextual inputs rather than solely reflecting lack of underlying question-answering capability. Detailed examples and retrieved contexts are provided in Table S7 ().
Comparison With Prior Work
Initial explorations of LLMs in anesthesiology primarily evaluated the intrinsic parametric knowledge of standalone models. For instance, Shay et al [] assessed ChatGPT-3.5 on ABA–style practice questions, reporting an overall accuracy of 56.2%, falling short of standard passing thresholds. Similarly, Angel et al [] demonstrated that while early models like Bard (46.7%) and GPT-3 (58.3%) failed to pass the ABA written examination, the advanced closed-source GPT-4 achieved 78.3%. These findings closely mirror our baseline results; our unaugmented, open-source Llama-3-8B-Instruct, Llama-3.1-8B-Instruct, and Llama-3.2-3B models achieved comparable 49%, 54%, and 42% accuracies, respectively. () In addition, our larger-scale Qwen2.5-72B-Instruct also achieved a comparable 72% accuracy. () This comparison confirms that the raw parametric knowledge of smaller models aligns with earlier foundation models and is insufficient for complex anesthesiology examinations.
More recently, the literature has demonstrated how RAG and reasoning can elevate model accuracy on medical licensing thresholds. Recent research by Elkin et al [] on the USMLE revealed that while large Llama-3-70B models passed the exams natively and achieved up to 92% accuracy with RAG, integrating semantic clinical knowledge was necessary to help a smaller Llama-2-13B model cross the 60% passing threshold on Step 3 (scoring 60.2%). This scale-dependent benefit closely aligns with our findings: our unaugmented Llama-3.1-8B-Instruct baseline (54%) saw only modest gains with RAG (76%), whereas our larger conventional Qwen2.5-72B-Instruct model equipped with RAG achieved 72% and 86% accuracies without and with RAG, respectively (). Concurrently, meta-analyses of global medical exams show that advanced reasoning models dominate medical examination benchmarks, with models like GPT-o1 and DeepSeek-R1 achieving overall accuracy rates of 95.4% and 92%, respectively []. This emphasizes the critical role of robust test-time reasoning in specialized medical contexts []. Similarly, our reasoning Qwen3-32B model integrated with an optimized RAG pipeline achieved up to 89% accuracy on complex, distractor-heavy retrieval tasks ().
Limitations
Although this work evaluates model accuracy on curated anesthesia question sets, it does not constitute clinical validation in real-world patient care scenarios. In terms of document complexity control, the Direct context setting estimates a theoretical performance ceiling under perfect retrieval and is not deployable in practical applications. Several findings (eg, table-level retrieval metrics or single-question chunking illustrations) are based on small diagnostic subsets; broader replication is needed to confirm generalizability. Moreover, this study did not exhaustively audit failure modes (eg, hallucination typology and reasoning chain validity) or conduct clinical expert adjudication of the generated rationales. Finally, evaluations of model safety, bias, and calibration were out of scope and require a significant dedicated study before any clinical deployment can be considered. In addition, the evaluated benchmark consisted of structured text-based anesthesiology board-style questions. Accordingly, the present findings are most directly applicable to controlled medical question-answering benchmarks and may not generalize to open-ended clinical dialogue, real-time guideline retrieval, or multimodal anesthesiology tasks involving images, physiologic waveforms, or tabular data.
Conclusions
In conclusion, our results demonstrate that a RAG-powered LLM pipeline can achieve greater than 80% accuracy on complex anesthesiology board-style examinations under controlled retrieval conditions (oracle or curated context in experiments 4 and 5), whereas under open RAG retrieval on the heterogeneous 350-question benchmark in experiment 2, gains over the unaugmented baseline were modest (50.29% to 56.57%). These findings suggest its potential utility in benchmark-oriented evaluation settings. The relatively compact size of the evaluated open-source models (eg, 8 billion to 72 billion parameters), compared with massive, proprietary foundation LLMs like GPT-4, may facilitate local deployment and real-time responses. This mitigates critical infrastructural issues such as network latency, server overload, and patient privacy concerns. Moreover, the RAG framework facilitates dynamic knowledge updates, allowing new medical guidelines to be integrated into the document corpus without requiring expensive, computationally intensive model retraining. By explicitly outputting both the generated reasoning steps and the retrieved context, the system provides partial transparency into the mechanisms driving its final answer. However, optimizing a RAG system requires significant methodological effort to tune hyperparameters and test retrieval strategies to ensure reliable, accurate results in structured benchmarking settings.
Acknowledgments
The authors attest that there was no use of generative artificial intelligence (AI) technology in the generation of text, figures, or other informational content of this manuscript.
Funding
This study was supported by grants from Far Eastern Memorial Hospital, Taiwan (grants FEMH-2024-C-052 and FEMH-2025-C-017). The funders had no role in study design; data collection, analysis, or interpretation; manuscript writing; or the decision to submit for publication.
Data Availability
The 46-question, 350-question, and three 100-question benchmark sets can be found in Table S1-S3 in . The small 46-question set was taken from the 47-question BASIC exam sample questions [], whereas the 350-item set and its random 100-item subsets are sourced from Anesthesiology Examination and Board Review []. All detailed experimental outputs, evaluation logs, retrieval sources, and statistical analysis results are publicly available at [].
Authors' Contributions
NQP helped with investigation, visualization, methodology, formal analysis, data curation, writing the original draft, and writing review and editing. SJR helped with supervision, writing review and editing. PC helped with conceptualization, methodology, investigation, resources, validation, writing review and editing, and funding acquisition.
Conflicts of Interest
None declared.
Multimedia Appendix 1
Question sets, retrieval and chunking analyses, statistical comparisons, and item-level failure analyses for benchmarking retrieval-augmented large language models on anesthesiology board-style questions.
XLSX File, 24897 KBMultimedia Appendix 2
Heatmap visualization of hyperparameter optimization results (Experiment 1). This appendix includes the heatmap visualization for the correct ratio between different RAG system configuration. The grid is organized by embedding model (columns) and retrieval depth (top-k; rows). Within each individual heatmap, the horizontal and vertical axes represent the temperature (temp) and top-p values, respectively. The color gradient indicates the model’s accuracy, expressed as the percentage of correct responses out of 46 benchmark questions. (correct ratio %).
PNG File, 854 KBReferences
- Iqbal U, Tanweer A, Rahmanti AR, Greenfield D, Lee LTJ, Li YCJ. Impact of large language model (ChatGPT) in healthcare: an umbrella review and evidence synthesis. J Biomed Sci. May 7, 2025;32(1):45. [CrossRef] [Medline]
- Omiye JA, Gui H, Rezaei SJ, Zou J, Daneshjou R. Large language models in medicine: the potentials and pitfalls: a narrative review. Ann Intern Med. Feb 2024;177(2):210-220. [CrossRef] [Medline]
- Bedi S, Liu Y, Orr-Ewing L, et al. Testing and evaluation of health care applications of large language models. JAMA. Jan 28, 2025;333(4):319-328. [CrossRef] [Medline]
- Liu M, Okuhara T, Chang X, et al. Performance of ChatGPT across different versions in medical licensing examinations worldwide: systematic review and meta-analysis. J Med Internet Res. Jul 25, 2024;26:e60807. [CrossRef] [Medline]
- Zong H, Wu R, Cha J, et al. Large language models in worldwide medical exams: platform development and comprehensive analysis. J Med Internet Res. Dec 27, 2024;26:e66114. [CrossRef] [Medline]
- Gilson A, Safranek CW, Huang T, et al. How does ChatGPT perform on the United States Medical Licensing Examination (USMLE)? The implications of large language models for medical education and knowledge assessment. JMIR Med Educ. Feb 8, 2023;9:e45312. [CrossRef] [Medline]
- Kung TH, Cheatham M, Medenilla A, et al. Performance of ChatGPT on USMLE: potential for AI-assisted medical education using large language models. PLOS Digit Health. Feb 2023;2(2):e0000198. [CrossRef] [Medline]
- Bicknell BT, Butler D, Whalen S, et al. ChatGPT-4 omni performance in USMLE disciplines and clinical skills: comparative analysis. JMIR Med Educ. Nov 6, 2024;10:e63430. [CrossRef] [Medline]
- Khan AA, Yunus R, Sohail M, et al. Artificial intelligence for anesthesiology board-style examination questions: role of large language models. J Cardiothorac Vasc Anesth. May 2024;38(5):1251-1259. [CrossRef] [Medline]
- Kinoshita M, Komasaka M, Tanaka K. ChatGPT’s performance on JSA-certified anesthesiologist exam. J Anesth. Apr 2024;38(2):282-283. [CrossRef] [Medline]
- Altermatt FR, Neyem A, Sumonte NI, Villagrán I, Mendoza M, Lacassie HJ. Evaluating the performance of large language models on the CONACEM anesthesiology certification exam: a comparison with human participants. Appl Sci. 2025;15(11):6245. [CrossRef]
- Angel MC, Rinehart JB, Cannesson MP, Baldi P. Clinical knowledge and reasoning abilities of AI large language models in anesthesiology: a comparative study on the American Board of Anesthesiology Examination. Anesth Analg. Aug 1, 2024;139(2):349-356. [CrossRef] [Medline]
- Aldridge MJ, Penders R. Artificial intelligence and anaesthesia examinations: exploring ChatGPT as a prelude to the future. Br J Anaesth. Aug 2023;131(2):e36-e37. [CrossRef] [Medline]
- Patel S, Ngo V, Wilhelmi B. Evaluating large language models on American Board of Anesthesiology-style anesthesiology questions: accuracy, domain consistency, and clinical implications. J Cardiothorac Vasc Anesth. Sep 2025;39(9):2511-2515. [CrossRef] [Medline]
- Macario A, Minhaj MM, Keegan MT, Harman AE. Large language models and the American Board of Anesthesiology Examination. Anesth Analg. Jan 1, 2025;140(1):e7-e8. [CrossRef] [Medline]
- Tarabanis C, Zahid S, Mamalis M, Zhang K, Kalampokis E, Jankelson L. Performance of publicly available large language models on internal medicine board-style questions. PLOS Digit Health. Sep 2024;3(9):e0000604. [CrossRef] [Medline]
- Alonso I, Oronoz M, Agerri R. MedExpQA: Multilingual benchmarking of large language models for medical question answering. Artif Intell Med. Sep 2024;155:102938. [CrossRef] [Medline]
- Minssen T, Vayena E, Cohen IG. The challenges for regulating medical use of ChatGPT and other large language models. JAMA. Jul 25, 2023;330(4):315-316. [CrossRef] [Medline]
- Dershwitz M, Walz JM. Anesthesiology Examination and Board Review 7/E. McGraw Hill Professional; 2014. ISBN: 978-0-07-180153-9
- Yang A, Li A, Yang B, et al. QWEN3 technical report. arXiv. Preprint posted online on May 14, 2025. [CrossRef]
- Gao Y, Xiong Y, Gao X, et al. Retrieval-augmented generation for large language models: a survey. arXiv. Preprint posted online on Dec 18, 2023. [CrossRef]
- Holtzman A, Buys J, Du L, Forbes M, Choi Y. The curious case of neural text degeneration. arXiv. Preprint posted online on Apr 22, 2019. [CrossRef]
- Al-Onaizan Y, Bansal M, Chen YN. Findings of the association for computational linguistics: EMNLP 2024. Presented at: The 2024 Conference on Empirical Methods in Natural Language Processing | Findings of the Association for Computational Linguistics; Nov 12-16, 2024. [CrossRef]
- Grattafiori A, Dubey A, Jauhri A, et al. The llama 3 herd of models. arXiv. Preprint posted online on Jul 31, 2024. [CrossRef]
- BASIC exam sample questions. The American Board of Anesthesiology. 2022. URL: https://www.theaba.org/wp-content/uploads/2022/12/BASIC_Questions.pdf [Accessed 2026-07-14]
- Gropper MA, Eriksson LI, Fleisher LA, Cohen NH, Wiener-Kronish JP, Leslie K. Miller’s Anesthesia, 2-Volume Set. Elsevier; 2019. ISBN: 978-0323596046
- Asai A, Wu Z, Wang Y, Sil A, Hajishirzi H. Self-RAG: learning to retrieve, generate, and critique through self-reflection. arXiv. Preprint posted online on Oct 17, 2023. [CrossRef]
- McCormick Z. Solving the out-of-context chunk problem for RAG. D-Star Solutions. Jul 17, 2024. URL: https://d-star.ai/solving-the-out-of-context-chunk-problem-for-rag/ [Accessed 2026-01-04]
- Semantic chunker. LlamaIndex. Jan 11, 2024. URL: https://developers.llamaindex.ai/python/examples/node_parsers/semantic_chunking/ [Accessed 2026-01-04]
- Feng X, Jiang W, Wang Z, et al. AnesSuite: a comprehensive benchmark and dataset suite for anesthesiology reasoning in LLMs. arXiv. Preprint posted online on Apr 3, 2025. [CrossRef]
- Shay D, Kumar B, Bellamy D, et al. Assessment of ChatGPT success with specialty medical knowledge using anaesthesiology board examination practice questions. Br J Anaesth. Aug 2023;131(2):e31-e34. [CrossRef] [Medline]
- Elkin PL, Mehta G, LeHouillier F, et al. Semantic clinical artificial intelligence vs native large language model performance on the USMLE. JAMA Netw Open. Apr 1, 2025;8(4):e256359. [CrossRef] [Medline]
- Kasagga A, Sapkota A, Changaramkumarath G, et al. Performance of CHATGPT and large language models on medical licensing exams worldwide: a systematic review and network meta-analysis with meta-regression. Cureus. Oct 2025;17(10):e94300. [CrossRef] [Medline]
- Chen P. RAG-LLM-anesthesia-benchmark. GitHub. URL: https://github.com/andy698087/RAG-LLM-Anesthesia-Benchmark [Accessed 2026-04-07]
Abbreviations
| ABA: American Board of Anesthesiology |
| GPU: graphics processing unit |
| GTE: general-text embedding |
| Llama: Large Language Model Meta AI |
| LLM: large language model |
| RAG: retrieval-augmented generation |
| USMLE: United States Medical Licensing Examination |
Edited by Amaryllis Mavragani; submitted 11.Apr.2026; peer-reviewed by Bairong Shen, Xing Liu; final revised version received 04.Jun.2026; accepted 01.Jul.2026; published 11.Aug.2026.
Copyright© Nguyen Quang Phuong, Shanq-Jang Ruan, Pei-Fu Chen. Originally published in JMIR Formative Research (https://formative.jmir.org), 11.Aug.2026.
This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Formative Research, is properly cited. The complete bibliographic information, a link to the original publication on https://formative.jmir.org, as well as this copyright and license information must be included.

