PsyDT: Using LLMs to Construct the Digital Twin of Psychological Counselor with Personalized Counseling Style for Psychological Counseling

Haojie Xie,Yirong Chen,Xiaofen Xing,Jingkai Lin,Xiangmin Xu
2024-12-18
Abstract:Currently, large language models (LLMs) have made significant progress in the field of psychological counseling. However, existing mental health LLMs overlook a critical issue where they do not consider the fact that different psychological counselors exhibit different personal styles, including linguistic style and therapy techniques, etc. As a result, these LLMs fail to satisfy the individual needs of clients who seek different counseling styles. To help bridge this gap, we propose PsyDT, a novel framework using LLMs to construct the Digital Twin of Psychological counselor with personalized counseling style. Compared to the time-consuming and costly approach of collecting a large number of real-world counseling cases to create a specific counselor's digital twin, our framework offers a faster and more cost-effective solution. To construct PsyDT, we utilize dynamic one-shot learning by using GPT-4 to capture counselor's unique counseling style, mainly focusing on linguistic style and therapy techniques. Subsequently, using existing single-turn long-text dialogues with client's questions, GPT-4 is guided to synthesize multi-turn dialogues of specific counselor. Finally, we fine-tune the LLMs on the synthetic dataset, PsyDTCorpus, to achieve the digital twin of psychological counselor with personalized counseling style. Experimental results indicate that our proposed PsyDT framework can synthesize multi-turn dialogues that closely resemble real-world counseling cases and demonstrate better performance compared to other baselines, thereby show that our framework can effectively construct the digital twin of psychological counselor with a specific counseling style.
Computation and Language
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that the existing large - language models (LLMs) in the field of psychological counseling fail to take into account that different psychological counselors have different personal styles, including language styles and treatment techniques when providing psychological counseling services. Therefore, these models cannot meet the needs of clients seeking a specific counseling style. Specifically: 1. **Lack of personalized counseling styles**: The existing mental health LLMs overlook the differences in language styles and treatment techniques among different psychological counselors, resulting in their inability to provide personalized services for clients seeking a specific counseling style. 2. **High - cost and time - consuming data collection**: Building a digital twin of a psychological counselor usually requires collecting a large number of real - world counseling cases, which is not only time - consuming but also costly. To make up for these deficiencies, the author proposes the PsyDT framework, which uses LLMs to build a digital twin of a psychological counselor with a personalized counseling style. PsyDT solves the above problems in the following ways: - **Dynamic one - shot learning**: Use GPT - 4 to capture the unique counseling style of a psychological counselor from a small number of real counseling cases, especially the language style and treatment techniques. - **Client personality simulation**: Based on the client's questions, use GPT - 4 to simulate the client's Big Five Personality Traits to ensure that the synthesized multi - round dialogue has complexity and diversity. - **Multi - round mental health dialogue synthesis**: Expand a single - round dialogue into a multi - round dialogue, and combine specific topics, emotional guidance, and response guidance to generate a high - quality multi - round dialogue dataset, PsyDTCorpus. Through these methods, PsyDT can build a digital twin of a psychological counselor with a specific counseling style in a relatively short time and at a lower cost, thereby better meeting the needs of different clients. The experimental results show that PsyDT can synthesize multi - round dialogues highly similar to real - world counseling cases and outperform other baseline models in performance.