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

其他格式: JSON · Markdown 中文 · English
80%修复率
87%置信度
1证据数
2024-09-05首次发现

版本兼容性

版本状态引入弃用备注
llama-3.1-70b-instruct active
gpt-4o-2024-05-13 active
claude-3-opus-20240229 active

根因分析

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

English

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

官方文档

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

解决方案

  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. 使用'期望违背'技术:暴露前,让用户预测会发生什么(如'我会心脏病发作'),然后检查是否发生。这比简单暴露更有效地纠正灾难性信念。

无效尝试

常见但无效的做法:

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

    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% 失败

    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% 失败

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