Each session carries three hidden severity signals in [0,1]:
D (depression cues from
text/voice),
A (anxiety cues) and
S (a rarer suicidality risk factor). The
classifier gate combines them into a single risk score with a logistic model:
R = Ο(w_dΒ·D + w_aΒ·A + w_sΒ·S β b), Ο(x) = 1 / (1 + e^-x)
Higher
Detection sensitivity lowers the decision threshold Ο, so more borderline
sessions get flagged. Sessions with R below Ο pass to a
digital therapist (CBT-style
chat, e.g. Woebot) for self-guided support; sessions above Ο are either escalated straight to
a human clinician, or β in Auto-respond mode β first triaged by the chatbot before a
high-confidence case is still escalated.
- Depression / Anxiety signal β mean severity of the simulated patient population
- Detection sensitivity β how aggressively the classifier flags borderline cases
- Therapist mode β auto-respond via chatbot first, or escalate flagged cases only
Illustrative model, not a clinical diagnostic tool.