Psychologically-Grounded Graph Modeling for Interpretable Depression Detection

arXiv cs.CL / 4/28/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces PsyGAT, a psychologically grounded graph attention framework that represents depression detection from conversations as dynamic temporal graphs to better capture symptom evolution over time.
  • It proposes Psychological Expression Units (PEUs) to encode utterance-level clinical evidence and structures session graphs around transitions in psychological states rather than only semantic relationships.
  • To address severe data scarcity and class imbalance, the authors use clinically approved persona-based data augmentation and incorporate personality context into the graph to separate stable traits from acute depressive symptoms.
  • PsyGAT reports state-of-the-art results on DAIC-WoZ and E-DAIC, and it surpasses strong graph baselines and closed-source LLMs such as GPT-5, with additional improvements from an interpretability module (Causal-PsyGAT) that identifies symptom triggers.
  • The authors release the fully augmented dataset publicly, supporting further research into clinically interpretable depression screening models.

Abstract

Automatic depression detection from conversational interactions holds significant promise for scalable screening but remains hindered by severe data scarcity and a lack of clinical interpretability. Existing approaches typically rely on black-box deep learning architectures that struggle to model the subtle, temporal evolution of depressive symptoms or account for participant-specific heterogeneity. In this work, we propose PsyGAT (Psychological Graph Attention Network), a psychologically grounded framework that models conversational sessions as dynamic temporal graphs. We introduce Psychological Expression Units (PEUs) to explicitly encode utterance-level clinical evidence, structuring the session graph to capture transitions in psychological states rather than mere semantic dependencies. To address the critical class imbalance in depression datasets, we employ clinically approved persona-based data augmentation, enable robust model learning. Additionally, we integrate session-level personality context directly into the graph structure to disentangle trait-based behavior from acute depressive symptoms. PsyGAT achieves state-of-the-art performance, surpassing both strong graph-based baselines and closed-source LLMs like GPT-5, achieving 89.99 and 71.37 Macro F1 scores in DAIC-WoZ and E-DAIC, respectively. We further introduce Causal-PsyGAT, an interpretability module that identifies symptom triggers. Experiments show a 20% improvement in MRR for identifying causal indicators, effectively bridging the gap between depression monitoring and clinical explainability. The full augmented dataset is publicly available at https://doi.org/10.6084/m9.figshare.31801921.