Paper deep dive
Pedagogical AI in Mental Health: A Tri-Stream Fine-Tuned LLM Framework for Automated Clinical Supervision and Risk Triage
Shreeya Sharma, Ravish Gupta, Saket Kumar, Abhishek Aggarwal
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 93%
Last extracted: 8/20/2026, 4:32:48 AM
Summary
This paper introduces a Pedagogical AI framework for automated clinical supervision in mental health, addressing the 'supervision gap' where novice therapists lack timely oversight. The system utilizes a fine-tuned Mistral-7B-instruct Large Language Model within a multi-modal VAL (Visual-Acoustic-Linguistic) architecture to analyze therapy sessions from the DAIC-WOZ dataset. It performs tri-stream analysis to track therapeutic alliance, predict latent risks, and generate a Dynamic Clinical Urgency Index (D-CUI) for risk triage. The framework reduces supervisory triage latency from 72 hours to approximately 10 seconds, achieving 95% technique identification accuracy and demonstrating the feasibility of real-time, automated clinical supervision using accessible hardware (Tesla T4 GPU).
Entities (10)
Relation Signals (7)
VAL Framework â addresses â Supervision Gap
confidence 95% · That is the gap we address here. The system we built treats the LLM as an automated supervisor-in-the-loop
VAL Framework â analyzes â DAIC-WOZ
confidence 95% · By leveraging 106 sessions from the DAIC-WOZ dataset, the model performs a tri-stream analysis
Mistral-7B-Instruct â isfinetunedusing â QLoRA
confidence 95% · The LLM backbone is Mistral-7B fine-tuned with QLoRA at 4-bit quantization
Mistral-7B-Instruct â runson â Tesla T4
confidence 95% · Training converged in 105 steps with 85.2% loss reduction on a single Tesla T4 GPU.
Dynamic Clinical Urgency Index â iscomponentof â VAL Framework
confidence 90% · Fused session-level representations from all three streams feed the D-CUI
VAL Framework â uses â OpenFace
confidence 90% · video (30fps OpenFace), and transcript simultaneously
VAL Framework â uses â COVAREP
confidence 90% · A tri-stream VAL architecture processes each session across audio (100Hz COVAREP)
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Modern mental healthcare faces a critical shortage of senior supervisory oversight, leading to a "supervision gap" where novice therapists manage high-stakes risks with delayed professional feedback. This paper proposes a new framework utilizing a fine-tuned Mistral-7B-instruct model as an automated "Supervisor-in-the-Loop" system. By leveraging 106 sessions from the DAIC-WOZ dataset, the model performs a tri-stream analysis: (1) Therapeutic Alliance tracking via semantic adherence, (2) Latent risk prediction using attention-weighted analytics, and (3) Supervisory Triage via a Dynamic Clinical Urgency Index (D-CUI). Our multi-modal VAL (Visual-Acoustic-Linguistic) framework achieves 95% technique identification accuracy [95% CI: 75.1%-99.9%], alliance assessment MAE of 0.105 on a 5-point scale [95% CI: 0.059-0.151], therapeutic fidelity alpha = 0.423, and mean D-CUI of 0.370 [95% CI: 0.322-0.419]. Training converged in 105 steps with 85.2% loss reduction on a single Tesla T4 GPU. The system reduces supervisory triage latency from 72 hours to real time (~10 seconds per session), enabling proactive intervention in high-risk cases. The system addresses the cold-start problem through Bayesian priors and implements timestamp-based modality synchronization for robust multi-modal fusion.
Tags
Links
- Source: https://arxiv.org/abs/2608.18438v1
- Canonical: https://arxiv.org/abs/2608.18438v1
Trouble viewing inline? Open PDF directly â
Full Text
35,413 characters extracted from source content.
Expand or collapse full text
Pedagogical AI in Mental Health: A Tri-Stream Fine-Tuned LLM Framework for Automated Clinical Supervision and Risk TriageThanks: Accepted for publication in Advances in Information Communication Technology and Computing (AICTC 2026), Lecture Notes in Networks and Systems, vol. 2165, Springer Nature Switzerland AG. This is the authorsâ preprint; the final authenticated version will be available at https://doi.org/10.1007/978-3-032-35270-5Ë38. Shreeya Sharma1 Ravish Gupta2 Saket Kumar3 Abhishek Aggarwal4 E-mail: shreeya2304@gmail.com E-mail: ravishgupta@ieee.org E-mail: saketkmr.dev@gmail.com E-mail: 0111abhi@gmail.com Abstract Modern mental healthcare faces a critical shortage of senior supervisory oversight, leading to a âsupervision gapâ where novice therapists manage high-stakes risks with delayed professional feedback. This paper proposes a new framework utilizing a fine-tuned Mistral-7B-instruct model as an automated âSupervisor-in-the-Loopâ system. By leveraging 106 sessions from the DAIC-WOZ dataset, the model performs a tri-stream analysis: (1) Therapeutic Alliance tracking via semantic adherence, (2) Latent risk prediction using attention-weighted analytics, and (3) Supervisory Triage via a Dynamic Clinical Urgency Index (D-CUI). Our multi-modal VAL (VisualâAcousticâLinguistic) framework achieves 95%95\% technique identification accuracy [95%95\% CI: 75.1%75.1\%â99.9%99.9\%], alliance assessment MAE of 0.1050.105 on a 5-point scale [95%95\% CI: 0.0590.059â0.1510.151], therapeutic fidelity α=0.423α=0.423, and mean D-CUI of 0.3700.370 [95%95\% CI: 0.3220.322â0.4190.419]. Training converged in 105 steps with 85.2%85.2\% loss reduction on a single Tesla T4 GPU. The system reduces supervisory triage latency from 72 hours to real time (âŒ10 10 seconds per session), enabling proactive intervention in high-risk cases. The system addresses the cold-start problem through Bayesian priors and implements timestamp-based modality synchronization for robust multi-modal fusion. Keywords: M â institute: Senior Software Engineer, Microsoft and Lead Software Engineer, BigCommerce, IEEE Senior Member and University at Buffalo, The State University of New York, Buffalo, NY, USA and Senior Software Engineer, Amazon ental Health Supervision, Large Language Models, Fine-Tuning, Multi-Modal Analysis, DAIC-WOZ Dataset, Clinical Risk Triage, Therapeutic Alliance, Dynamic Clinical Urgency Index 1 Introduction Clinical supervision in mental health is structurally delayed. In most training clinics and big clinical organizations, supervisors review cases in weekly meetings, which means that urgent situationsâsuicidality disclosures, trauma revelations, therapeutic rupturesâmay sit for 72 hours before a senior clinician looks at them bernard2018fundamentals. The supervisor-to-trainee ratio in training programs often exceeds 1:12 bernard2018fundamentals. Separately, the World Health Organization has documented the scale of the mental health workforce shortage globally who2022mentalâa supply gap that makes adequate supervision ratios even harder to maintain in practice. The traditional modelâretrospective case review in weekly supervision meetings watkins2014handbookâserves professional development well enough, but it was not designed for urgent clinical needs. When a therapist encounters a client disclosing suicidal ideation on a Tuesday evening, waiting until Thursdayâs supervision meeting is not a quality assurance process; it is a gap in one. LLMs have landed mostly on the patient side of the mental health interaction: psychoeducation chatbots fitzpatrick2017delivering, documentation drafters, a few CBT-scripted conversational agents. The supervision layerâwhere quality failures get caught, where trainees learn to handle risk, and where the 1:12 ratio creates the most structural pressureâhas been largely ignored by the research community. That is the gap we address here. The system we built treats the LLM as an automated supervisor-in-the-loopânot a chatbot, not a documentation tool. It processes therapy sessions through Visual, Acoustic, and Linguistic (VAL) channels and produces structured supervision reports with risk-prioritized triage. Earlier work from our group shaped this system. That work was not therapy-specificâit addressed explainability for clinical AI decisions jiang2019explainable and identity and access management for AI systems in healthcare settings sharman2025iamâbut the methodological principles carry over directly: reasoning transparency for clinicians and secure data governance matter just as much in therapy supervision as anywhere else in clinical AI. The system has three moving parts. A tri-stream VAL architecture processes each session across audio (100Hz COVAREP), video (30fps OpenFace), and transcript simultaneously gratch2014distressâthe alignment problem between those three sampling rates is non-trivial and handled by snapping to utterance boundaries. The D-CUI is the routing mechanism: four inputs go in (risk probability, symptom severity, therapist experience inverted so inexperience amplifies urgency, and session-level sentiment volatility) and one decision comes outâimmediate escalation or routine queue. For a first-time therapist whose experience is unknown, a Bayesian prior of E0=0.3E_0=0.3 stands in until data says otherwise. The LLM backbone is Mistral-7B fine-tuned with QLoRA at 4-bit quantization dettmers2023qlora, achieving 95% technique identification accuracy on hardware accessible to training clinics (Section 4.1). Together these cut supervisory triage from a 72-hour queue to under 15 seconds per session. 2 Related Work 2.1 AI in Mental Health Therapy Woebot launched in 2017 as a scripted CBT chatbot that could deliver psychoeducation to students fitzpatrick2017delivering. It was a reasonable proof of concept and a harbinger. Since then: deep learning models for depression detection from speech cummins2015review; yoon2019detecting, transformer-based suicide risk screening from online text ji2020supervised, and now LLMs generating therapy-style responses that a non-specialist might not distinguish from a trained counsellor rashkin2019towards; abd2022perceptions. Less than a decade from rule trees to LLM therapist simulators is a steep curve. The scope of LLM applications in mental health has increased rapidly across domains. Diagnostic screening now uses GPT-4 and similar models for psychiatric assessments, with Thirunavukarasu et al. thirunavukarasu2023large demonstrating that LLMs can approximate clinical reasoning across specialties including psychiatry, with notable limitations in nuanced case formulation. Conversational agents have evolved beyond Woebotâs scripted CBT; systems such as Wysa and Youper use reinforcement learning to adapt therapeutic dialogue in real time, while open-domain empathetic models rashkin2019towards generate responses that approximate trained counsellor output. Risk detection has moved from keyword matching to contextual understanding. Ji et al. ji2020supervised demonstrated supervised learning for suicidal ideation detection in online text, and more recent work applies transformer architectures to longitudinal social media posts for early warning of mental health deterioration. Clinical documentation represents the most commercially deployed category: ambient AI scribes (e.g., Nuance DAX, Abridge) transcribe and summarize therapy sessions, reducing clinician documentation burden by up to 50%, but they remain pedagogically inertâdocumenting what happened without evaluating whether it was clinically appropriate. Two patterns are consistent across this literature. First, every system listed above operates on the patient side of the therapeutic interactionâscreening patients, talking to patients, monitoring patient-generated content, or documenting patient encounters. Second, none of them address the supervisory layer where clinical quality is actually governed. Abd-Alrazaq et al. abd2022perceptions reviewed technical metrics for health chatbots and found evaluation centered on user satisfaction and symptom reduction, with no published framework evaluating supervision quality, technique adherence, or supervisory triage. That heavy investment in patient-facing AI and near-zero investment in supervision-facing AI is the Supervisory Gap this work addresses. 2.2 DAIC-WOZ Dataset Applications The Distress Analysis Interview Corpus â Wizard-of-Oz (DAIC-WOZ) gratch2014distress provides semi-structured clinical interviews from 189 participants (audio, video, and transcript) annotated with PHQ-8 scores. If you work on mental health AI and need a multimodal benchmark, this is almost certainly the dataset you run on. Prior work on DAIC-WOZ concentrated almost entirely on classificationâmultimodal fusion al2018multimodal, attention mechanisms ma2016depressaudionetâall asking the same question: does this person have depression, at what severity? That is a reasonable question. But detection is not intervention. A PHQ-8 score crossing threshold tells a supervisor almost nothing about which session to review first, what the therapist did well or poorly, or whether the risk is compounded by that therapistâs inexperience. Those are the questions clinical supervision actually requires answers to. 2.3 Multimodal Fusion in Healthcare The empirical case for using three modalities is straightforward: text-only depression detection on DAIC-WOZ stalls around F1 = 0.67; adding audio pushes that to 0.77; the visual stream contributes incrementally beyond that al2018multimodal. The gains are real. The problem nobody writes enough about is that 100Hz audio, 30fps video, and utterance-level text do not naturally align, and misalignment at fusion time produces noise that can swamp the signal you gained from the additional modality baltrusaitis2018multimodal. Our VAL framework handles this through timestamp-based windowing. Frame-level cross-modal attention would be more powerful in principle, but it requires GPU memory we cannot assume clinical institutions have. The windowing approach is a deliberate trade-off, not an oversightâand it preserves the temporal structure of sessions in a way that clinically matters: a spike in acoustic distress markers at minute 23 of a session carries different meaning than the same spike at minute 3. 3 System Architecture 3.1 Overview Figure 1: Tri-Stream VAL Supervisor-in-the-Loop Architecture. Therapy sessions are processed through Visual, Acoustic, and Linguistic streams, fused at utterance boundaries, analyzed for fidelity, affect incongruence, and clinical risk, then routed via the D-CUI to either immediate escalation or routine developmental review. Figure 1 shows the full pipeline. The system is built on a VAL (VisualâAcousticâLinguistic) tri-stream architecture, where each stream targets a distinct signal class: âą Visual (V) Stream: Analyzes per-frame facial Action Units extracted by OpenFace (30 fps) to detect affective states, engagement patterns, and safety-critical incongruent affectâcases where verbal denial of distress is contradicted by facial distress markers (AU1, AU4 without AU12). âą Acoustic (A) Stream: Processes paralinguistic features from COVAREP (100 Hz), principally F0 standard deviation (pitch variability as a proxy for emotional expressivity) and Voice Unvoiced mean (speech fluency and pause density), capturing states such as flat affect and agitation that are invisible in transcript text alone. âą Linguistic (L) Stream: Applies the fine-tuned Mistral-7B-instruct model to session transcripts to identify therapeutic techniques (Reflective Listening, Open-Ended Questioning), Therapeutic Alliance markers, and risk indicators including suicidal ideation and hopelessness language. Fused session-level representations from all three streams feed the D-CUI (Dynamic Clinical Urgency Index)âa formula that combines patient risk, symptom severity, therapist experience, and within-session sentiment volatility to produce a single urgency score that routes each session to either immediate escalation or routine review. The pipeline runs in four sequential stages: the VAL Ingestion Engine aligns and normalizes the streams; the Therapeutic Fidelity Analyzer scores what the therapist did against clinical framework guidelines; the Risk Triage Module computes the D-CUI; and the Supervisory Guidance Generator writes the output and routes it. The sequencing is not arbitraryâfidelity analysis on misaligned data produces noise, and triage must complete before report generation. None of these stages make clinical decisions; they surface evidence and sort it. 3.2 The VAL Ingestion Engine 3.2.1 Modality Synchronization and Temporal Alignment The transcript drives the clock. DAIC-WOZ already provides start/stop markers for each utterance; we let those boundaries define the windows into which COVAREP audio (100Hz) and OpenFace video (30fps) are aggregated. Both streams sample faster than speech, so snapping them to utterance boundaries is a lossy but tractable compressionâand it keeps the temporal structure that matters clinically intact rather than averaging it away. For each participant turn tit_i with start time sis_i and end time eie_i, we compute: acoustic features as ÎŒ(COVAREP[si:ei])ÎŒ(COVAREP[s_i:e_i]) (mean-pooled over the utterance window), visual features as ÎŒ(AUs[si:ei])ÎŒ(AUs[s_i:e_i]) (mean-pooled Action Unit intensities), and linguistic features as raw transcript text. These utterance-level representations are concatenated into a session-level summary vector and serialized as natural language for the LLM backbone. 3.2.2 Linguistic Stream Transcript analysis is the primary task. The fine-tuned Mistral-7B reads each session and tags: therapeutic techniques (Reflective Listening and Open-Ended Questioning), alliance markers (collaborative language, empathetic responses, goal consensus, and rupture indicators), and risk indicators (suicidal ideation, self-harm references, hopelessness, and safety concerns). 3.2.3 Acoustic Stream From the acoustic side, we extract two features from COVAREP degottex2014covarep: F0 standard deviation (pitch variabilityâlow F0 variance is a known correlate of flat affect in depression) and Voice Unvoiced (VUV) mean (the fraction of voiced frames, tracking speech continuity versus silence; elevated values indicate hesitation or fragmentation). Both features pick up emotional states invisible in transcripts alone. 3.2.4 Visual Stream OpenFace baltrusaitis2018openface supplies per-frame Action Unit intensities; the visual stream tracks three clinically relevant groups: distress markers (AU1 inner brow raiser, AU4 brow lowerer, AU15 lip corner depressor), engagement indicators (AU12 lip corner puller/smile, AU26 jaw drop, gaze direction), and incongruent affect (mismatches between verbal safety statements and facial distress markers). Incongruent Affect Detection The visual streamâs most safety-critical function is catching patients who verbally deny distress while their face signals otherwise. The algorithm flags incongruence when: (Sverbal>0.3)â§((AâU01>0.5âšAâU04>0.5)â§AâU12<0.3)(S_verbal>0.3) ((AU_01>0.5 AU_04>0.5) AU_12<0.3 ) (1) where SverbalS_verbal is the VADER compound sentiment score. When incongruent affect fires, ÎâÏ Ï is set to 0.4, amplifying the D-CUI multiplicatively through the (1+ÎâÏ)(1+ Ï) term in Equation 3, triggering supervisory review even when other risk indicators are moderate. 3.3 Therapeutic Fidelity Analyzer The Therapeutic Fidelity Analyzer measures whether a session follows evidence-based method, defining Therapeutic Fidelity (α) as cosine similarity between session embeddings (VTV_T) and clinical manual embeddings (VMV_M): α=VTâ VMâVTâââVMâα= V_T· V_M\|V_T\|\|V_M\| (2) Sessions scoring α>0.5α>0.5 closely follow evidence-based technique; 0.3â€Î±â€0.50.3â€Î±â€ 0.5 reflects partial adherence (expected in semi-structured formats); below 0.30.3 flags deviation worth a supervisorâs attention. 3.4 Risk Triage Module 3.4.1 Dynamic Clinical Urgency Index (D-CUI) The D-CUI is the mechanism that decides which sessions get flagged for immediate supervisory attention and which can wait for routine review. It combines four factors: D-CUI=(w1âR+w2âS+w3â(1âE))â (1+ÎâÏ)D-CUI=(w_1R+w_2S+w_3(1-E))·(1+ Ï) (3) where R is risk probability (0â1), S is symptom severity (0â1) derived from PHQ-8 scores, E is therapist experience (0â1) as normalized years of practice, ÎâÏ Ï is sentiment volatility capturing emotional instability within the session, and weights w1,w2,w3w_1,w_2,w_3 are empirically tuned to 0.40, 0.35, 0.25 respectively. The (1âE)(1-E) term encodes the insight that a high-risk client seen by a novice is a categorically different situation from the same client seen by a veteran. Traditional risk models focus exclusively on patient factors and miss this. 3.4.2 Addressing the Cold-Start Problem When no experience data exists for a therapist, we default to a Bayesian prior of E0=0.3E_0=0.3 (early-career clinician), erring toward more supervisory coverage. As session data accumulates, E is updated via exponential moving average: Et=ÎČâEtâ1+(1âÎČ)âEobservedE_t=ÎČ E_t-1+(1-ÎČ)E_observed (4) where ÎČ=0.7ÎČ=0.7 is the smoothing factor and EobservedE_observed is the therapistâs documented experience level once available. 3.4.3 Sentiment Volatility (ÎâÏ Ï) Sentiment volatility captures rapid emotional shifts within a session indicating crisis states or therapeutic ruptures, computed as the mean absolute rate of change in sentence-level sentiment scores: ÎâÏ=1Nâ1ââi=1Nâ1|Ïi+1âÏi| Ï= 1N-1 _i=1^N-1| _i+1- _i| (5) where Ïi _i is the sentiment score for sentence i, emphasizing sequential emotional transitions rather than overall dispersion. 3.5 Supervisory Guidance Generator The D-CUI score determines qualitatively different outputs across three tiers. When D-CUI exceeds 0.7 (Immediate), the supervisor receives an alert with exact transcript lines that drove the escalation and a mapped safety protocolâactual source material, not a summary, so the supervisor can disagree before acting. When D-CUI falls between 0.4 and 0.7 (Elevated), the session is flagged for prioritized review within the current supervisory cycleânot an emergency, but above the threshold for routine handling. When D-CUI falls below 0.4 (Routine), the output shifts to developmental feedback: which techniques the therapist used effectively, which were absent, and what the session suggests about skill progression. 4 Implementation 4.1 Model Selection Rationale Mistral-7B-instruct jiang2023mistral was selected for three reasons aligned with clinical deployment constraints. Hardware accessibility. At 4-bit quantization, the model requires approximately 2 GB of storage and 5.6 GB of GPU memory during inference, fitting within the Tesla T4 (15.6 GB)âthe most commonly available GPU in institutional cloud environments. A system requiring an A100 or H100 is not deployable in most training clinics; hardware constraint is not a secondary concern but a primary design requirement. Open-source licensing and on-premise deployment. Clinical environments handling protected health information under HIPAA cannot route session data through third-party APIs (e.g., OpenAI, Anthropic). Mistral-7Bâs Apache 2.0 license permits on-premise deployment with full model auditability, ensuring that therapy transcripts never leave the institutionâs controlled infrastructure. Instruction-following capability. The -instruct variantâs alignment produces structured, format-consistent supervision reports without additional prompt engineering, making it suitable for the templated output required by supervisory workflows. Of the 7.2B total parameters, 167,772,160 (2.3%) are trainable under QLoRA. Inference uses 5.61 GB GPU memory (9.18 GB with caching); the CPU side needs 2 cores and 13.6 GB RAM. The software stack is PyTorch 2.9.0+cu128 with CUDA 12.8. 4.2 Fine-Tuning Methodology Data Preparation Preparing DAIC-WOZ for supervision training took several steps. We diarized the audio recordings to extract per-speaker transcripts, pulled COVAREP acoustic features and OpenFace visual features from the corresponding streams, and aligned everything to utterance boundaries using the windowing described in Section 3.2. Labels were produced by running rule-based pattern matching over transcripts to tag therapeutic techniques, alliance markers, and clinical concerns. We then generated additional supervision-focused prompts and responses synthetically using Claude Sonnet 4.6 Thinking and converted the full dataset to Alpaca instruction-tuning format. Training Strategy QLoRA dettmers2023qlora handles the fine-tuning: learning rate 2e-4, batch size 4, LoRA rank 64 with alpha 16, 5 training epochs, paged AdamW 32-bit optimizer. Training completed in 2 hours 44 minutes on a single Tesla T4 (105 steps across 5 epochs). 2 hours 44 minutes on a T4 means a clinic could retrain this on their own session data over a weekend, on hardware they likely already have. 4.3 Ethical and Privacy Considerations Therapy session recordings contain things a patient has said to no one else, in a context designed for disclosure. That warrants specific handling: identifying information is stripped before any session enters the pipeline, storage and transmission are encrypted end-to-end, and access is role-gated so only the supervising clinician can reach session data sharman2025iam. Every access event is logged. Clients are told AI tools are involved before their first session, not buried in a consent form footnote. The systemâs own outputs are also constrained. When confidence falls below threshold, the system flags uncertainty and defers rather than producing a low-confidence recommendation that looks authoritative. Sessions that surface suicidal ideation or abuse disclosures bypass the triage queue entirely and generate immediate alertsârouting automation is not appropriate when those signals are present. 5 Experimental Evaluation 5.1 Dataset and Experimental Setup We evaluated on 106 sessions from the DAIC-WOZ dataset gratch2014distress (after matching participants to labels from the full 189 recordings), split into training (80%, 84 sessions) and test (20%, 22 sessions) with random seed 42. Two questions drove the evaluation: whether the model reliably identifies therapeutic techniques in held-out sessions, and how much faster the automated pipeline routes urgent cases compared to traditional weekly supervision review. 5.2 Results 5.2.1 Training Convergence The model converged in 105 steps (2 hours 44 minutes on a Tesla T4), with cross-entropy loss decreasing from 1.6547 to 0.2451âan 85.2% reduction. End-to-end, the pipeline completes in under 15 seconds per session (8â12 seconds for analysis, under 1 millisecond for D-CUI computation), reducing supervisory triage from a 72-hour queue to near real time. 5.2.2 Supervision Report Quality Table 1 presents the evaluation results on the held-out test set (n=22n=22). Table 1: Supervision Report Quality Metrics (n=22n=22 test sessions) Metric Score 95% CI Technique Identification Accuracy 95.5% [75.1%, 99.9%] Risk Identification Accuracy 63.6% [40.8%, 84.6%] Alliance Assessment MAE 0.105 [0.059, 0.151] Therapeutic Fidelity (α) 0.423 â Mean D-CUI 0.370 [0.322, 0.419] Note: ClopperâPearson exact 95% CIs for accuracy metrics; normal approximation CIs for continuous metrics. The model correctly recognized Reflective Listening and Open-Ended Questioning in nearly all cases (95.5%, CI [75.1%, 99.9%]). Risk identification accuracy was 63.6% (CI [40.8%, 84.6%]). Alliance assessment error was low (MAE = 0.105, CI [0.059, 0.151]). Mean therapeutic fidelity landed at α=0.423α=0.423âmoderate adherence, expected given that DAIC-WOZ sessions are conducted by a virtual agent running a screening protocol rather than a therapist following a CBT manual. 5.2.3 D-CUI Triage Stratification Table 2 shows how the D-CUI formula stratifies sessions across clinically meaningful urgency levels. Table 2: D-CUI Triage Stratification Across Clinical Profiles Profile R E ÎâÏ Ï D-CUI Triage Low risk, expert 0.10 0.80 0.0 0.125 Routine Moderate, mid-level 0.50 0.50 0.0 0.500 Elevated High risk, novice 0.90 0.20 0.3 1.000 Immediate Low risk + incongruent 0.21 0.50 0.4 0.395 Routine Note: R and S are both derived from PHQ-8 scores; in the screening context of DAIC-WOZ, RâSRâ S as both proxy from the same PHQ-8 instrument, so S is omitted from the table. D-CUI is clamped to [0,1][0,1]; the raw score for Row 3 is 1.1381.138, capped at 1.01.0. Row 4 is the case worth attention: a session with objectively low risk scores (R=0.21R=0.21) rises from D-CUI =0.283=0.283 to 0.3950.395 because the incongruent affect detection set ÎâÏ=0.4 Ï=0.4, pushing it near the Elevated threshold. Without the visual stream, this session would score well within the Routine band. In the DAIC-WOZ corpus, ÎâÏ Ï ranged from 0.00 to 0.02âreflecting stable screening dynamicsâwith correspondingly minimal D-CUI adjustment (<<2%). This is correct by design: the ÎâÏ Ï term activates in acute scenarios, not routine screening. 6 Discussion 6.1 What This Changes for Supervision Practice The practical implication is not that AI can supervise therapistsâit cannot. The implication is that the triage bottleneck can be addressed by automated screening: the system flags the 10â15% of sessions needing immediate attention and provides structured evidence, freeing supervisors for clinical judgment rather than routine monitoring. The 95% technique identification accuracy is a proof-of-concept result on two techniques and 22 sessions, not a clinical readiness claim. The D-CUIâs incorporation of therapist experience (E) alongside patient risk factors (R, S) is, to our knowledge, novel in clinical risk formulas. Traditional models treat risk as a property of the patient alone, ignoring that a high-risk client with a 20-year veteran is a fundamentally different supervisory situation from the same client with a first-year trainee. 6.2 Multimodal Fusion and Why It Matters Here The strongest argument for multimodal analysis is the incongruent affect case: a text-only system would miss it entirely, since the transcript reads as the patient denying distress. The visual stream catches facial markers that contradict verbal content, and the D-CUI amplifies urgency accordingly. The acoustic stream contributes differentlyâflat affect (low F0 variance) and speech fragmentation (elevated VUV) are clinically meaningful but invisible in transcripts. Prior work on DAIC-WOZ al2018multimodal demonstrated consistent improvement from single-modality to multimodal fusion; our contribution applies that principle to supervision triage rather than detection. Timestamp-based windowing resolves the sampling rate mismatch across streams without the compute cost of frame-level cross-modal attention. 6.3 Limitations We Want to Be Direct About Several limitations bound interpretation. The test set is small (22 sessions); the 95% accuracy is encouraging but cannot generalize without evaluation on 500+ sessions with broader technique taxonomies. DAIC-WOZ consists of semi-structured screening interviews conducted by a virtual agent (Ellie), which is structurally easier to analyze than naturalistic therapyâthe interviewerâs predictable patterns may inflate performance. We evaluated only two techniques (Reflective Listening and Open-Ended Questioning); clinical supervision requires identifying cognitive restructuring, behavioral activation, safety assessment, empathetic validation, psychoeducation, and goal-setting. The entire system relies on a single Mistral-7B model rather than an ensemble. Sessions are analyzed in isolation with no longitudinal context across a superviseeâs development over time. Finally, training data reflects CBT-oriented interactions only; supervision for psychodynamic, humanistic, or other modalities would require additional data and different evaluation criteria. The most important next step is naturalistic therapy session data, followed by expansion to a broader technique taxonomy, longitudinal tracking, and real-time monitoring integration. 6.4 External Validation To assess the clinical usability of the generated supervision reports, we conducted a preliminary expert review study. We used all 22 supervision reports generated from the DAIC-WOZ test sessions (not included in the training split) and asked five licensed clinical supervisors to rate each report on three dimensions using a 5-point Likert scale: (1) clinical relevance of identified techniques, (2) appropriateness of the urgency triage classification, and (3) actionability of the recommendations provided. Mean ratings were: Clinical Relevance 4.2/5.0, Triage Appropriateness 3.9/5.0, and Actionability 4.0/5.0. Inter-rater reliability reached Cohenâs Îș=0.61Îș=0.61 (substantial agreement landis1977measurement), indicating consistent evaluation across raters. These results provide preliminary evidence of clinical intelligibility, though the study is limited by sample size (22 reports, 5 raters) and a controlled setting that may not reflect real-world supervisory workflows. 6.5 Ethical Considerations Therapy sessions are among the most sensitive data any system can process. The system anonymizes, encrypts, and role-gates access sharman2025iam, but routing recordings through an AI pipeline creates new exposure points. Clients need direct disclosure before their first session, and organizations must verify HIPAA compliance before deployment. The supervisor-in-the-loop design keeps a human responsible for all clinical outputs, but that accountability only holds if supervisors genuinely evaluate recommendations rather than defaulting to them; override rates need tracking from day one. The DAIC-WOZ training data reflects specific demographic and clinical contexts; a model calibrated to that distribution may perform unevenly across populations, requiring ongoing bias monitoring. Clients who know sessions are AI-processed may change how they speak, affecting the therapeutic relationshipâhonest disclosure and a genuine opt-out path are the only appropriate responses. 7 Conclusion We built a tri-stream system that uses fine-tuned Mistral-7B to analyze therapy sessions across visual, acoustic, and linguistic modalities and produce structured supervision reports with automated risk triage. On 106 DAIC-WOZ sessions, it achieves 95% technique identification accuracy and reduces triage latency from 72 hours to under 15 seconds. The evaluation is proof-of-conceptâ22 test sessions, two techniques, one dataset of semi-structured interviewsâand every constraint needs addressing before clinical deployment. The supervision gap is real, the 72-hour delay is real, and the 1:12 ratio is real. A system that surfaces sessions needing immediate attention in seconds rather than days addresses a structural problem that hiring alone cannot solve. The clinical judgment, empathy, and accountability stay with the supervisor; the system removes the monitoring burden that prevents them from doing those things well. Disclosure of Interests This work was conducted independently and does not relate to the authorsâ positions at Microsoft, BigCommerce, or Amazon, nor does it represent the views or interests of these organizations. The authors have no competing interests to declare that are relevant to the content of this article. References (1) Gratch, J., et al.: The Distress Analysis Interview Corpus of human and computer interviews. In: Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC), p. 3123â3128 (2014) (2) World Health Organization: World mental health report: Transforming mental health for all. WHO, Geneva (2022) (3) Bernard, J.M., Goodyear, R.K.: Fundamentals of Clinical Supervision, 6th edn. Pearson, Boston (2018) (4) Watkins, C.E., Jr.: Handbook of Psychotherapy Supervision. Wiley, New York (1997) (5) Thirunavukarasu, A.J., et al.: Large language models in medicine. Nature Medicine 29(8), 1930â1940 (2023) (6) Fitzpatrick, K.K., Darcy, A., Vierhile, M.: Delivering cognitive behavior therapy to young adults with symptoms of depression and anxiety using a fully automated conversational agent (Woebot): A randomized controlled trial. JMIR Mental Health 4(2), e19 (2017) (7) Yoon, J., Kang, C., Kim, S., Han, J.: D-Vlog: Multimodal Vlog dataset for depression detection. In: AAAI Conference on Artificial Intelligence, vol. 36, p. 12226â12234 (2022) (8) Cummins, N., et al.: A review of depression and suicide risk assessment using speech analysis. Speech Communication 71, 10â49 (2015) (9) Ji, S., et al.: Supervised learning for suicidal ideation detection in online user content. Complexity 2018, Article ID 6157249 (2018) (10) Rashkin, H., Smith, E.M., Li, M., Boureau, Y.L.: Towards empathetic open-domain conversation models: A new benchmark and dataset. arXiv preprint arXiv:1811.00207 (2018) (11) Abd-Alrazaq, A., Safi, Z., Alajlani, M., Warren, J., Househ, M., Denecke, K.: Technical metrics used to evaluate health care chatbots: Scoping review. Journal of Medical Internet Research 22(6), e18301 (2020) (12) Ma, X., Yang, H., Chen, Q., Huang, D., Wang, Y.: DepAudioNet: An efficient deep model for audio based depression classification. In: Proceedings of the 6th International Workshop on Audio/Visual Emotion Challenge, p. 35â42 (2016) (13) Al Hanai, T., Ghassemi, M.M., Glass, J.R.: Detecting depression with audio/text sequence modeling of interviews. In: Interspeech, p. 1716â1720 (2018) (14) Baltrusaitis, T., Ahuja, C., Morency, L.P.: Multimodal machine learning: A survey and taxonomy. IEEE Transactions on Pattern Analysis and Machine Intelligence 41(2), 423â443 (2019) (15) Jiang, K., Chen, T., Huang, L., Gupta, R., Calix, R.A., Bernard, G.R.: Artificial intelligence in medicine: Knowledge representation and transparent and explainable systems. In: Lecture Notes in Computer Science, vol. 11979. Springer, Cham (2019) (16) Degottex, G., Kane, J., Drugman, T., Raitio, T., Scherer, S.: COVAREPâA collaborative voice analysis repository for speech technologies. In: IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), p. 960â964 (2014) (17) Baltrusaitis, T., Zadeh, A., Lim, Y.C., Morency, L.P.: OpenFace 2.0: Facial behavior analysis toolkit. In: IEEE International Conference on Automatic Face & Gesture Recognition, p. 59â66 (2018) (18) Jiang, A.Q., et al.: Mistral 7B. arXiv preprint arXiv:2310.06825 (2023) (19) Dettmers, T., Pagnoni, A., Holtzman, A., Zettlemoyer, L.: QLoRA: Efficient finetuning of quantized LLMs. arXiv preprint arXiv:2305.14314 (2023) (20) Landis, J.R., Koch, G.G.: The measurement of observer agreement for categorical data. Biometrics 33(1), 159â174 (1977) (21) Sharman, R., Kumar, S., Hipparge, S.: Context based IAM for AI Chatbots in healthcare: Enhancing Security in AI enabled Patient Navigation. Annual Symposium on Information Assurance (ASIA 25), vol. 20, p. 203â210 (2025)