PsyChat: A Client-Centric Dialogue System for Mental Health Support

Huachuan Qiu,Anqi Li,Lizhi Ma,Zhenzhong Lan
2024-03-20
Abstract:Dialogue systems are increasingly integrated into mental health support to help clients facilitate exploration, gain insight, take action, and ultimately heal themselves. A practical and user-friendly dialogue system should be client-centric, focusing on the client's behaviors. However, existing dialogue systems publicly available for mental health support often concentrate solely on the counselor's strategies rather than the behaviors expressed by clients. This can lead to unreasonable or inappropriate counseling strategies and corresponding responses generated by the dialogue system. To address this issue, we propose PsyChat, a client-centric dialogue system that provides psychological support through online chat. The client-centric dialogue system comprises five modules: client behavior recognition, counselor strategy selection, input packer, response generator, and response selection. Both automatic and human evaluations demonstrate the effectiveness and practicality of our proposed dialogue system for real-life mental health support. Furthermore, the case study demonstrates that the dialogue system can predict the client's behaviors, select appropriate counselor strategies, and generate accurate and suitable responses.
Computation and Language,Human-Computer Interaction
What problem does this paper attempt to address?
### Problems the Paper Aims to Solve This paper aims to address the issue in the field of mental health support dialogue systems that overly focus on counselor strategies while neglecting client behavior. Specifically: 1. **Existing Problems**: - Existing mental health support dialogue systems often only focus on the counselor's strategies, ignoring the client's behavioral expressions. - This tendency leads to unreasonable or inappropriate counseling strategies and corresponding responses. 2. **Proposed Solution**: - A client-centered dialogue system (PsyChat) is proposed, which provides psychological support through online chat. - The system consists of 5 modules: client behavior recognition, counseling strategy selection, input packager, response generator, and response selector. - The response generation module is fine-tuned using synthetic data and real dialogue data, and the system's effectiveness is validated through automatic and manual evaluations. 3. **Goals**: - Design a dialogue system that can adjust its strategy based on the client's current behavior, mimicking the way human counselors operate. - Address issues of accessibility, affordability, and social bias in traditional mental health support services. Through the above design and validation, the paper demonstrates the effectiveness and practicality of the PsyChat system in real-world applications.