Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Trustworthy AI Psychotherapy: Multi-Agent LLM Workflow for Counseling and Explainable Mental Disorder Diagnosis

Created by
  • Haebom

Author

Mithat Can Ozgun, Jiahuan Pei, Koen Hindriks, Lucia Donatelli, Qingzhi Liu, Xin Sun, Junxiao Wang

Outline

LLM-based agents have emerged as innovative tools capable of performing complex tasks through iterative planning and action, making significant advances in understanding and addressing user needs. However, their effectiveness is limited in specialized domains such as mental health diagnosis, where they underperform compared to general applications. Current approaches to integrating diagnostic capabilities into LLM rely on rare and highly sensitive mental health datasets, which are difficult to obtain. Furthermore, these methods fail to mimic clinicians' pre-questioning skills, lack multi-session conversational comprehension, and struggle to align their results with expert clinical reasoning. To address these gaps, we propose DSM5AgentFlow, the first LLM-based agent workflow designed to autonomously generate DSM-5 Level-1 diagnostic questionnaires. By simulating therapist-client conversations using specific client profiles, this framework provides transparent, step-by-step disease predictions, generating explainable and reliable results. This workflow serves as a complementary tool for mental health diagnosis that adheres to ethical and legal standards. Through comprehensive experiments, we evaluate leading LLMs across three key dimensions: conversational realism, diagnostic accuracy, and explainability. Our dataset and implementation are fully open source.

Takeaways, Limitations

Takeaways:
Presenting DSM5AgentFlow, an LLM-based mental health diagnosis support tool.
Provide explainable and reliable diagnostic results
Compliance with ethical and legal standards
Encouraging research through open-source release of datasets and implementations.
Limitations:
Reliance on rare and sensitive mental health datasets
Lack of clinician pre-questioning skills and multi-session conversation comprehension skills
Difficulty in matching results with expert clinical reasoning (perfect imitation is still difficult)
Dependency on the performance of LLM (limitations of LLM lead to limitations of DSM5AgentFlow)
👍