PHOBIA-EXPOS-003 mental-health data_error ai_generated true

AI recommends exposure therapy for specific phobia without creating a fear hierarchy or assessing for panic disorder

ID: mental-health/ai-recommends-exposure-for-phobia-without-hierarchy

Also available as: JSON · Markdown · 中文
80%Fix Rate
87%Confidence
1Evidence
2024-09-05First Seen

Version Compatibility

VersionStatusIntroducedDeprecatedNotes
llama-3.1-70b-instruct active
gpt-4o-2024-05-13 active
claude-3-opus-20240229 active

Root Cause

Effective exposure therapy requires a structured hierarchy of feared situations and screening for panic disorder, as unguided exposure can cause sensitization, panic attacks, or reinforcement of avoidance.

generic

中文

有效的暴露疗法需要结构化的恐惧情境等级和惊恐障碍筛查,因为无指导的暴露可能导致致敏、惊恐发作或强化回避。

Official Documentation

https://www.apa.org/ptsd-guideline/patients-and-families/exposure-therapy

Workarounds

  1. 85% success Create a 10-step fear hierarchy (Subjective Units of Distress Scale, 0-100). Start at 30-40 SUDS. Example for fear of flying: 1) Look at plane pictures (30), 2) Watch videos (40), 3) Visit airport (50), 4) Sit in parked plane (60), etc. Only move up when SUDS drops by 50%.
    Create a 10-step fear hierarchy (Subjective Units of Distress Scale, 0-100). Start at 30-40 SUDS. Example for fear of flying: 1) Look at plane pictures (30), 2) Watch videos (40), 3) Visit airport (50), 4) Sit in parked plane (60), etc. Only move up when SUDS drops by 50%.
  2. 90% success Screen for panic disorder first: ask if the user experiences sudden surges of fear, heart racing, dizziness, or fear of dying. If yes, refer to a clinician for panic-focused CBT before exposure. Code example: if (panic_symptoms >= 3) { print('Refer to clinician for panic disorder assessment') }
    Screen for panic disorder first: ask if the user experiences sudden surges of fear, heart racing, dizziness, or fear of dying. If yes, refer to a clinician for panic-focused CBT before exposure. Code example: if (panic_symptoms >= 3) { print('Refer to clinician for panic disorder assessment') }
  3. 82% success Use the 'expectancy violation' technique: before exposure, ask the user to predict what will happen (e.g., 'I will have a heart attack'), then check if it occurs. This corrects catastrophic beliefs more effectively than simple exposure.
    Use the 'expectancy violation' technique: before exposure, ask the user to predict what will happen (e.g., 'I will have a heart attack'), then check if it occurs. This corrects catastrophic beliefs more effectively than simple exposure.

中文步骤

  1. 创建10级恐惧等级(主观痛苦单位量表,0-100)。从30-40 SUDS开始。飞行恐惧示例:1)看飞机图片(30),2)观看视频(40),3)参观机场(50),4)坐在停着的飞机里(60)等。只有当SUDS下降50%时才进入下一步。
  2. 首先筛查惊恐障碍:询问用户是否经历突然的恐惧感、心跳加速、头晕或害怕死亡。如果是,在暴露前转介给临床医生进行惊恐聚焦CBT。代码示例:if (panic_symptoms >= 3) { print('转介给临床医生进行惊恐障碍评估') }
  3. 使用'期望违背'技术:暴露前,让用户预测会发生什么(如'我会心脏病发作'),然后检查是否发生。这比简单暴露更有效地纠正灾难性信念。

Dead Ends

Common approaches that don't work:

  1. Suggesting the user immediately confront their most feared situation (flooding) 80% fail

    Flooding without preparation can cause extreme panic, sensitization, and trauma; it may lead to treatment dropout and worsened phobia

  2. Recommending distraction techniques during exposure (e.g., listening to music) 70% fail

    Distraction prevents full habituation; the user learns to tolerate the situation only with distraction, not that the feared outcome doesn't occur

  3. Advising the user to 'breathe deeply' during exposure without timing 65% fail

    Deep breathing during exposure can become a safety behavior that prevents full habituation and may not address hyperventilation risk in panic-prone individuals