Abstract
Depression is a widespread mental health disorder, and clinical interviews are the gold standard for assessment. However, their reliance on scarce professionals highlights the need for automated detection. Current systems mainly employ black-box neural networks, which lack interpretability, which is crucial in mental health contexts. Some attempts to improve interpretability use post-hoc LLM generation but suffer from hallucination. To address these limitations, we propose RED, a Retrieval-augmented generation framework for Explainable depression Detection. RED retrieves evidence from clinical interview transcripts, providing explanations for predictions. Traditional query-based retrieval systems use a one-size-fits-all approach, which may not be optimal for depression detection, as user backgrounds and situations vary. We introduce a personalized query generation module that combines standard queries with user-specific background inferred by LLMs, tailoring retrieval to individual contexts. Additionally, to enhance LLM performance in social intelligence, we augment LLMs by retrieving relevant knowledge from a social intelligence datastore using an event-centric retriever. Experimental results on the real-world benchmark demonstrate RED's effectiveness compared to neural networks and LLM-based baselines.
Original language | English |
---|---|
Publication status | Accepted/In press - 15 May 2025 |
Event | The 63rd Annual Meeting of the Association for Computational Linguistics: ACL 2025 - Vienna, Austria Duration: 27 Jul 2025 → 1 Aug 2025 https://2025.aclweb.org/ |
Conference
Conference | The 63rd Annual Meeting of the Association for Computational Linguistics |
---|---|
Country/Territory | Austria |
City | Vienna |
Period | 27/07/2025 → 1/08/2025 |
Internet address |
Keywords
- large language models
- depression diagnosis
- retrieval-augmented generation
- interpretability