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.

Enhancing Depression-Diagnosis-Oriented Chat with Psychological State Tracking

Created by
  • Haebom

Author

Yiyang Gu, Yougen Zhou, Qin Chen, Ningning Zhou, Jie Zhou, Aimin Zhou, Liang He

Outline

This paper proposes a method for integrating Psychological State Tracking (POST) into a conversational system for diagnosing depression. Existing conversational systems for diagnosing depression have limitations, such as failing to adequately capture patients' evolving information, emotions, and symptoms, and lacking a clear framework for dialogue, leading to unnecessary conversations. In this paper, we design POST based on a psychological theoretical model consisting of four components: Stage, Information, Summary, and Next. We integrate this into a large-scale language model (LLM) to generate dynamic psychological states, and propose a system that utilizes these to guide response generation at each turn. Experimental results demonstrate that the proposed method improves the performance of all subtasks of the depression diagnosis conversation over existing benchmarks.

Takeaways, Limitations

Takeaways:
We demonstrate that incorporating Psychological State Tracking (POST) into the LLM can improve the accuracy and efficiency of depression diagnostic conversations.
Enables more natural and effective conversation by taking into account the patient's dynamic psychological state.
Provide a clear framework to reduce unnecessary conversations and improve the user experience.
Limitations:
Further research is needed to determine the generalizability of the proposed POST model.
Robust assessments of different types of depression and patient characteristics are needed.
Performance validation in actual clinical environments is required.
👍