🤖 AI Summary
This study addresses the high time cost and low accuracy of manual temporal annotation of critical phases—orientation, imaginal exposure, and post-exposure processing—in Prolonged Exposure (PE) therapy sessions. We propose a millisecond-level multimodal temporal localization method leveraging large language and audio models. Specifically, we pioneer the adaptation of Qwen2-Audio via LoRA for clinical dialogue timing annotation, integrating 30-second sliding-window audio-text alignment, task-prompt-guided soft-supervised boundary regression, and an LLM-assisted + human-verification collaborative annotation paradigm. Evaluated on 313 real-world PE sessions, our method achieves a mean absolute error of 5.3 seconds. Ablation studies confirm that window granularity and LoRA rank significantly impact temporal precision. This work establishes a scalable, high-accuracy technical framework for automated analysis of psychotherapy process dynamics.
📝 Abstract
Prolonged Exposure (PE) therapy is an effective treatment for post-traumatic stress disorder (PTSD), but evaluating therapist fidelity remains labor-intensive due to the need for manual review of session recordings. We present a method for the automatic temporal localization of key PE fidelity elements -- identifying their start and stop times -- directly from session audio and transcripts. Our approach fine-tunes a large pre-trained audio-language model, Qwen2-Audio, using Low-Rank Adaptation (LoRA) to process focused 30-second windows of audio-transcript input. Fidelity labels for three core protocol phases -- therapist orientation (P1), imaginal exposure (P2), and post-imaginal processing (P3) -- are generated via LLM-based prompting and verified by trained raters. The model is trained to predict normalized boundary offsets using soft supervision guided by task-specific prompts. On a dataset of 313 real PE sessions, our best configuration (LoRA rank 8, 30s windows) achieves a mean absolute error (MAE) of 5.3 seconds across tasks. We further analyze the effects of window size and LoRA rank, highlighting the importance of context granularity and model adaptation. This work introduces a scalable framework for fidelity tracking in PE therapy, with potential to support clinician training, supervision, and quality assurance.