Paper deep dive
Prompting is not enough: supervised baselines and leakage control for measuring shared decision-making with LLMs in pediatric encounters
Bernardo Modenesi, Jody Lin, Kimberly Kaphingst, Angela Zhu, Maya Wheeler, Peilu Zhang, Angela Fagerlin
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 94%
Last extracted: 8/18/2026, 4:41:37 AM
Summary
This study evaluates the efficacy of zero-shot Large Language Model (LLM) prompting versus supervised learning for detecting Shared Decision-Making (SDM) behaviors in pediatric surgical encounters. Using 21 audio-recorded encounters from 19 unique patients, the authors compared a zero-shot Qwen 2.5 32B model, a supervised classifier using frozen sentence embeddings, and a hybrid logistic stack. Results showed that zero-shot prompting (macro Cohen's kappa = 0.139) significantly underperformed the supervised classifier (kappa = 0.227) and the hybrid approach (kappa = 0.242). The study also identified critical data leakage paths, including sibling recording grouping and precomputed prompt exemplar leakage, emphasizing that patient-level grouping alone is insufficient to prevent information leakage in nested evaluation pipelines.
Entities (6)
Relation Signals (6)
Qwen-2.5-32B â achievedperformance â 0.139
confidence 98% · The zero-shot LLM reached macro kappa = 0.139 (95% CI 0.111-0.164).
Supervised classifier â achievedperformance â 0.227
confidence 98% · The supervised classifier reached kappa = 0.227 (0.186-0.262)
Hybrid Logistic Stack â achievedperformance â 0.242
confidence 98% · A logistic stack of the two reached kappa = 0.242 (0.198-0.284).
Supervised classifier â outperforms â Qwen-2.5-32B
confidence 95% · The supervised classifier reached kappa = 0.227... a paired improvement of 0.088... Zero-shot prompting alone is not sufficient to measure SDM behavior as reliably as a small supervised model
Qwen3-Embedding-0.6B â usedby â Supervised classifier
confidence 95% · Supervised. Frozen Qwen3-Embedding-0.6B representations... feeding twelve independent class-balanced logistic regressions
Patient-grouped evaluation â insufficienttoprevent â Data Leakage
confidence 92% · patient-level grouping alone does not prevent leakage when labeled prompt exemplars are precomputed outside the outer evaluation loop.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Objectives: To determine whether zero-shot prompting of a large language model (LLM) is sufficient to detect shared decision-making (SDM) behaviors in real clinical encounters, and whether supervised learning adds value under patient-grouped, nested evaluation. Methods: We analyzed 21 audio-recorded outpatient surgical decision encounters (19 unique patients; 7,566 utterance segments; ~6.1 hours) between families of children with multiple long-term conditions and their surgical providers. Trained coders labeled segments for 12 SDM behaviors (human-human macro Cohen's kappa = 0.695). We compared a zero-shot local LLM (Qwen 2.5 32B), a supervised classifier over frozen sentence embeddings, and their logistic stack, under patient-grouped outer folds with inner cross-fitted thresholds and patient-resampled confidence intervals. Results: The zero-shot LLM reached macro kappa = 0.139 (95% CI 0.111-0.164). The supervised classifier reached kappa = 0.227 (0.186-0.262), a paired improvement of 0.088 (0.051-0.119). A logistic stack of the two reached kappa = 0.242 (0.198-0.284). We identified multiple corpus-specific leakage paths, including grouping sibling recordings separately and allowing labels from an outer held-out patient to enter few-shot exemplars used while fitting downstream models. Conclusion: Zero-shot prompting alone is not sufficient to measure SDM behavior as reliably as a small supervised model, and patient-level grouping alone does not prevent leakage when labeled prompt exemplars are precomputed outside the outer evaluation loop. Reported performance is sensitive to the unit of data splitting and to where labeled exemplars enter the pipeline. External validation is needed before these findings generalize beyond this population, model, prompt, and codebook.
Tags
Links
- Source: https://arxiv.org/abs/2608.14792v1
- Canonical: https://arxiv.org/abs/2608.14792v1
Trouble viewing inline? Open PDF directly â
Full Text
21,130 characters extracted from source content.
Expand or collapse full text
Prompting is not enough: supervised baselines and leakage control for measuring shared decision-making with LLMs in pediatric encounters Bernardo Modenesi Affiliation: Department of Population Health Sciences, University of Utah Spencer Fox Eccles School of Medicine, Salt Lake City, UT, USA Affiliation: Kahlert School of Computing, University of Utah, Salt Lake City, UT, USA Jody L. Lin Affiliation: Division of Hospital Medicine, Department of Pediatrics, University of Utah Spencer Fox Eccles School of Medicine, Salt Lake City, UT, USA Kimberly A. Kaphingst Affiliation: Department of Communication and Huntsman Cancer Institute, University of Utah, Salt Lake City, UT, USA Angela Zhu Affiliation: Division of Hospital Medicine, Department of Pediatrics, University of Utah Spencer Fox Eccles School of Medicine, Salt Lake City, UT, USA Maya Wheeler Affiliation: Division of Hospital Medicine, Department of Pediatrics, University of Utah Spencer Fox Eccles School of Medicine, Salt Lake City, UT, USA Peilu Zhang Affiliation: Department of Population Health Sciences, University of Utah Spencer Fox Eccles School of Medicine, Salt Lake City, UT, USA Angela Fagerlin Affiliation: Department of Population Health Sciences, University of Utah Spencer Fox Eccles School of Medicine, Salt Lake City, UT, USA Abstract Objectives. To determine whether zero-shot prompting of a large language model (LLM) is sufficient to detect shared decision-making (SDM) behaviors in real clinical encounters and whether supervised learning adds value under patient-grouped, nested evaluation. Materials and Methods. We analyzed 21 audio-recorded outpatient surgical decision encounters (19 unique patients; 7,566 utterance segments; approximately 6.1 hours) between families of children with multiple long-term conditions and their surgical providers. Trained coders labeled segments for 12 SDM behaviors (humanâhuman macro Cohenâs Îș=0.695Îș=0.695). We compared a zero-shot local LLM (Qwen 2.5 32B), a supervised classifier over frozen sentence embeddings, and their logistic stack under patient-grouped outer folds. Model fitting and threshold selection used inner patient-grouped predictions, and confidence intervals resampled patients. Results. The zero-shot LLM reached macro Îș=0.139Îș=0.139 (95% CI 0.111â0.164). The supervised classifier reached Îș=0.227Îș=0.227 (0.186â0.262), a paired improvement of ÎâÎș=0.088 Îș=0.088 (0.051â0.119). A logistic stack of the zero-shot and supervised scores reached Îș=0.242Îș=0.242 (0.198â0.284). We identified multiple corpus-specific leakage paths, including grouping sibling recordings separately and allowing labels from an outer held-out patient to enter few-shot exemplars used while fitting downstream models. Discussion. In this corpus and model configuration, zero-shot prompting underperformed a modest supervised baseline. Patient-level grouping alone was insufficient to prevent leakage when labeled prompt exemplars were precomputed outside the outer evaluation loop. Conclusion. In this single-site corpus, zero-shot prompting alone is not sufficient to measure SDM behavior as reliably as a small supervised model. Reported performance is sensitive to the unit of data splitting and to where labeled prompt exemplars enter the evaluation pipeline. External validation is needed before these findings generalize beyond this population, model, prompt, and codebook. 1 Background and Significance Children with medical complexity (CMC) make up fewer than 5% of pediatric patients but account for over 30% of pediatric health expenditures [1, 2], and randomized evidence to guide their care is hard to generate because of heterogeneous comorbidities and medical fragility. In the face of limited evidence, treatment decisions skew toward high-intensity, high-risk options even when less intense options are equally reasonable [3, 4]. Shared decision-making (SDM) is a promising but understudied approach to align decisions with family values instead of defaulting to high intensity [5, 6], and CMC specifically receive lower-quality SDM than non-complex children [6]. Our own clinical observations further motivated automated measurement in this population. Measuring SDM currently requires human coding of recorded encounters using structured schemes such as the Clayman et al. coding system [7], which is expensive, slow, and retrospective. This is the bottleneck that keeps SDM measurement out of routine care and out of feedback loops that could change clinician behavior, and it persists even when efficacious SDM interventions exist [8]. Recent work suggests large language models (LLMs) may help approximate human SDM ratings from transcripts [9, 10, 11], raising the question of whether prompting alone is sufficient. We identify three unexamined assumptions in that reading. Setting: much of this prior work uses simulated, scripted, or narrowly scoped encounters, while real pediatric surgical consultations are fragmented, multi-party, and full of backchannel. Privacy: identifiable clinical audio and transcripts require approved safeguards, motivating local inference. Evaluation: small-n clinical corpora are especially vulnerable to optimistic estimates when recordings, patients, and labeled prompt exemplars are not separated consistently. This paper makes three contributions: (i) a head-to-head comparison of zero-shot prompting, supervised learning, and their hybrid on real encounters, entirely on-premises; (i) an audit of corpus-specific leakage paths involving repeated patients and labeled prompt exemplars; and (i) a descriptive patient-grouped learning curve for the supervised component. 2 Objectives To determine whether zero-shot LLM prompting is sufficient to detect SDM behaviors in real clinical encounters and whether supervised learning adds value under patient-grouped, nested evaluation. 3 Materials and Methods 3.1 Setting and data Twenty-one audio-recorded outpatient encounters in which families of children with neuromuscular scoliosis and their surgical providers discussed operative management. Recordings come from 19 unique patients: two patients contributed two recordings each. Audio was transcribed and diarized locally (Whisper [12] + pyannote.audio [13]), producing 7,566 speaker-attributed utterance segments across approximately 6.1 hours. Treating the 21 recordings as 21 independent units is incorrect and is one of the leakage sources audited in Section 4.2. 3.2 Labels Trained coders labeled excerpts in Dedoose against a 12-behavior SDM codebook (Table 1). Labels are multi-label: a segment may carry zero or several behaviors, and behaviors are coded as contiguous spans rather than isolated utterances. For model training and evaluation, all available coder labels were aligned to transcript segments and merged by union. Twenty recordings had labels from both principal coders; one had labels from one principal coder. Humanâhuman agreement on the 18 original double-coded recordings was macro Cohenâs Îș=0.695Îș=0.695 (per-behavior range 0.41â0.83). This is an estimate of how reproducibly two people applied the codebook. It is contextual rather than a model ceiling because the model target is the union of available labels and the model and human comparisons use different reference constructions. Table 1: SDM behaviors and human agreement on the 18 original double-coded recordings. Segment counts are shown separately for the two coders. # Behavior Human Îș Coder 1 Coder 2 0 rationale for option 0.692 1,572 1,458 1 patient outcome expectations 0.785 625 572 2 definition of option 0.415 175 191 3 risks/cons 0.740 631 534 4 benefits/pros 0.751 132 143 5 patient preferences & values 0.662 441 524 6 patient understanding confirmed 0.605 1,642 2,074 7 plan for follow-up 0.833 765 885 8 provider preferences & values 0.628 1,430 1,639 9 degree of decision sharing 0.803 108 125 10 process or procedure 0.668 998 1,390 11 patient self-efficacy 0.764 34 47 Macro 0.695 3.3 Approaches compared All three operate on the same 7-utterance sliding window centered on the segment being classified, with speaker roles marked inline. (A) Zero-shot LLM. Qwen 2.5 32B [14] (4-bit), served locally via Ollama. The prompt supplies the 12-behavior codebook and brief sub-theme cues, and requests a JSON object mapping each present behavior to a graded confidence in [0,1][0,1]. Graded output (rather than binary yes/no) gives the downstream combiner a richer feature. Generation used temperature 0. (B) Supervised. Frozen Qwen3-Embedding-0.6B [15] representations of the window, concatenated with speaker-role features, feeding twelve independent class-balanced logistic regressions (one per behavior). Each used C=1.0C=1.0, class balancing, and the liblinear solver. (C) Hybrid. For each behavior, a class-balanced logistic regression combines the log-odds of the zero-shot LLM and supervised probabilities. The stacker is fit only on inner patient-grouped predictions. We separately audited a four-shot configuration with four deterministic, rare-topic-first labeled exemplars. Although each query excluded exemplars from its own patient, the precomputed cache was not fully nested with respect to the outer folds; those estimates are therefore not used as primary results. Everything runs on-premises. No transcript, audio, or derived text leaves the institution at any stage. 3.4 Evaluation protocol This is treated as a first-class component of the method, not boilerplate. 1. Patient-grouped outer folds. Each outer fold holds out every recording belonging to one patient (19 folds). 2. Inner cross-fitting. Within each outer training set, 5-fold patient-grouped cross-fitting produces out-of-fold supervised probabilities. Combiner weights and per-behavior decision thresholds are fit on those out-of-fold probabilities only, never on in-sample supervised predictions. Thresholds are selected from 0.05 to 0.95 in increments of 0.05 by maximizing training-fold Îș. 3. Cluster bootstrap. 95% CIs resample whole patients (n=1,000n=1,000), not utterances or recordings, because segments within a patient are not independent. Primary metric is macro Cohenâs Îș [16] across the 12 behaviors, computed after pooling all outer-fold predictions and averaged over behaviors that are not structurally undefined. Marginal intervals use 1,000 patient-cluster bootstrap resamples; paired model differences use 5,000 resamples of the same patient clusters. 4 Results 4.1 Zero-shot prompting alone is the weakest approach Table 2: Performance under the patient-grouped nested protocol (19 patient groups, 7,566 segments). Confidence intervals are marginal patient-bootstrap intervals; the humanâhuman value is contextual and not directly comparable. Approach Macro Îș 95% CI Î vs. LLM Zero-shot LLM (Qwen 2.5 32B) 0.139 0.111â0.164 â Supervised only 0.227 0.186â0.262 +0.088 Hybrid, zero-shot logistic stack 0.242 0.198â0.284 +0.103 Humanâhuman reference 0.695 â â The supervised model improved macro Îș over zero-shot prompting by 0.0880.088; the 95% paired patient-bootstrap interval was 0.051â0.119. The zero-shot logistic stack had a higher point estimate than the supervised model, but its marginal interval overlapped substantially; we do not claim a paired improvement for that contrast. Per-behavior point estimates (Table 3) show why the macro average matters. The zero-shot LLM was strongest for definition of option, while the supervised model was markedly stronger for behaviors such as patient outcome expectations, plan for follow-up, and provider preferences & values. These are descriptive contrasts; no per-behavior uncertainty intervals were computed. Table 3: Per-behavior Îș point estimates under the primary zero-shot protocol. Behavior Zero-shot LLM Supervised Logistic stack rationale for option 0.093 0.274 0.281 patient outcome expectations 0.061 0.380 0.388 definition of option 0.302 0.198 0.293 risks/cons 0.404 0.448 0.428 benefits/pros 0.290 0.255 0.370 patient preferences & values 0.101 0.121 0.140 patient understanding confirmed 0.007 0.098 0.119 plan for follow-up 0.146 0.337 0.338 provider preferences & values 0.008 0.246 0.249 degree of decision sharing 0.207 0.205 0.132 process or procedure 0.055 0.191 0.182 patient self-efficacy 0.000 â0.023-0.023 â0.014-0.014 An honest failure. patient self-efficacy is not reliably detected by any approach, despite high human agreement (Îș=0.764Îș=0.764, Table 1). It has 126 labeled segments but only 10 contiguous spans across 6 patients in the full union reference: the segment count badly overstates the number of independent examples. We report this as insufficient independent positive events for stable model assessment, not as evidence the behavior is inherently undetectable; it needs targeted data collection before another modeling attempt is informative. 4.2 A leakage audit We found three ways in which apparently patient-aware evaluation could still allow label information to cross an evaluation boundary. Because these issues interact and the affected pipelines do not expose identical predictions, we do not assign a numerical effect to each one. âą Sibling recordings. Two patients contributed two recordings each. Under recording-level folds, one recording of a patient trains a model evaluated on the other. âą Exemplar leakage. Few-shot exemplars selected by excluding the held-out recording still admitted a sibling recording of the same patient. Replaying the deterministic selection showed this fired for 3 of 21 recordings. âą Outer-fold leakage through a precomputed prompt cache. Excluding the patient being predicted is not sufficient when those predictions are later used to fit a stacker. For three of 19 outer folds, labeled exemplars from the outer held-out patient had entered cached predictions for patients in the outer training set. The cache was therefore valid for leave-one-patient-out standalone prompting but not for nested downstream fitting. We exclude the affected few-shot stack and metadata-gate estimates from the primary results. These failures are easy to miss because the final test prediction can exclude its own patient while the training features used by a downstream model still contain information from that patient. Future evaluations should generate labeled prompt exemplars inside each outer fold and should report patient counts alongside recording counts. 4.3 Descriptive supervised learning curve We subsampled patient groups (not recordings) at 6, 9, 12, 15, and 18 patients, repeated each size three times, and refit the supervised branch under the nested protocol in Section 3.4. Mean macro Îș was 0.113, 0.202, 0.178, 0.200, and 0.214, respectively; the full 19-patient estimate was 0.227 (Figure 1). Across the 15 subsampled runs, Spearmanâs Ï between patient count and Îș was 0.70. This positive descriptive association suggests that additional labeled data may improve the supervised model, but it does not establish a learning-curve shape or absence of saturation. There were only three replicates per size, subsamples overlap, training and evaluation cohorts shrink together, and patient count is a coarse proxy for data volume: the 6-patient subsets ranged from 909 to 3,358 segments. Figure 1: Supervised-model macro Îș versus number of coded patients, using three random patient-group subsamples per size. Error bars show ±1± 1 SD; 19 patients is the full corpus and therefore has zero variance. The curve is descriptive and is not an extrapolation beyond the observed sample. 5 Discussion Why zero-shot prompting may underperform here. The behavior-level pattern suggests two hypotheses for future testing. Several SDM behaviors are defined by interactional structure (for example, a clinician checks understanding and a family member responds) rather than by topic words alone. In addition, span labels reflect clinic-specific realizations that a general model has not observed. The present study does not isolate these mechanisms. What this does and does not say about LLMs. It is not a claim that LLMs are unsuited to this task. It is a claim that zero-shot prompting of a general model was insufficient in this dataset and configuration, and that a small supervised model over frozen representations was a stronger baseline. The study evaluates one local LLM, one zero-shot prompt family, one codebook, and one clinical population; it does not establish a general ranking of LLM and supervised approaches. Evaluation is part of the model. Grouping by patient is necessary but not sufficient for few-shot pipelines. Every labeled artifact used to create training features, including prompt exemplars and cached LLM outputs, must be generated inside the appropriate outer fold. This requirement becomes easy to violate when expensive model outputs are cached once and reused. Limitations. This was a single-site study of 19 patients with no external test set; all configurations were developed using this corpus, so the intervals do not capture uncertainty from prior model and prompt selection. The union reference favors sensitivity and is not an adjudicated consensus. Per-behavior estimates lack uncertainty intervals. Offline evaluation uses symmetric future context and does not establish streaming or clinical performance. The descriptive learning curve uses only three overlapping subsamples per size. Finally, the results apply to one quantized LLM and one prompt; external and prospective evaluation are required. 6 Conclusion In these real pediatric encounters, a small supervised model agreed with the SDM reference labels more strongly than zero-shot Qwen 2.5 32B under paired, patient-grouped evaluation. The result supports supervised learning as a necessary baseline for clinical-dialogue measurement and shows that leakage control must extend to labeled prompt exemplars and prediction caches. Larger, externally validated cohorts are needed before drawing conclusions about clinical use or about LLMs beyond this model and prompt. References [1] Cohen E, Kuo DZ, Agrawal R, et al. Children with medical complexity: an emerging population for clinical and research initiatives. Pediatrics. 2011;127(3):529â538. doi:10.1542/peds.2010-0910 [2] Simon TD, Berry J, Feudtner C, et al. Children with complex chronic conditions in inpatient hospital settings in the United States. Pediatrics. 2010;126(4):647â655. doi:10.1542/peds.2009-3266 [3] Wennberg JE. Unwarranted variations in healthcare delivery: implications for academic medical centres. BMJ. 2002;325(7370):961â964. doi:10.1136/bmj.325.7370.961 [4] Wennberg JE. Forty years of unwarranted variationâand still counting. Health Policy. 2014;114(1):1â2. doi:10.1016/j.healthpol.2013.11.010 [5] Charles C, Gafni A, Whelan T. Shared decision-making in the medical encounter: what does it mean? (or it takes at least two to tango). Soc Sci Med. 1997;44(5):681â692. [6] Lin JL, Cohen E, Sanders LM. Shared decision making among children with medical complexity: results from a population-based survey. J Pediatr. 2018;192:216â222. doi:10.1016/j.jpeds.2017.09.001 [7] Clayman ML, Makoul G, Harper M, Koby DG, Williams AR. Development of a shared decision making coding system for analysis of patient-healthcare provider encounters. Patient Educ Couns. 2012;88(3):367â372. doi:10.1016/j.pec.2012.06.011 [8] Stacey D, Lewis KB, Smith M, et al. Decision aids for people facing health treatment or screening decisions. Cochrane Database Syst Rev. 2024;1(1):CD001431. doi:10.1002/14651858.CD001431.pub6 [9] Waddell A, Vu T, Pollock W, et al. Automatic evaluation of shared decision making in maternity care with natural language processing. BMJ Evid Based Med. 2024;29(Suppl 1):A136. doi:10.1136/bmjebm-2024-SDC.286 [10] Oh LA, Ma W, Barr PJ, Vosoughi S. Predicting patient perceptions in clinical interactions: an NLP approach to enhanced understanding of patient-doctor communication. BMJ Evid Based Med. 2024;29(Suppl 1):A86. doi:10.1136/bmjebm-2024-SDC.185 [11] Pandi Selvaraj SP, Yen RW, Forcino RC, Elwyn G. Using large language models to evaluate the offer of options in clinical encounters by using a single item of Observer OPTION-5, a measure of shared decision-making. BMJ Evid Based Med. 2024;29(Suppl 1):A90. doi:10.1136/bmjebm-2024-sdc.191 [12] Radford A, Kim JW, Xu T, Brockman G, McLeavey C, Sutskever I. Robust speech recognition via large-scale weak supervision. arXiv:2212.04356 [preprint]. 2022. doi:10.48550/arXiv.2212.04356 [13] Bredin H, Yin R, Coria JM, et al. pyannote.audio: neural building blocks for speaker diarization. In: ICASSP 2020. 2019. doi:10.48550/arXiv.1911.01255 [14] Yang A, Yang B, Zhang B, et al. Qwen2.5 technical report. arXiv:2412.15115 [preprint]. 2024. doi:10.48550/arXiv.2412.15115 [15] Zhang Y, Li M, Long D, et al. Qwen3 embedding: advancing text embedding and reranking through foundation models. arXiv:2506.05176 [preprint]. 2025. doi:10.48550/arXiv.2506.05176 [16] Cohen J. A coefficient of agreement for nominal scales. Educ Psychol Meas. 1960;20(1):37â46. doi:10.1177/001316446002000104