LLM-empowered Chatbots for Psychiatrist and Patient Simulation: Application and Evaluation

Siyuan Chen,Mengyue Wu,Kenny Q. Zhu,Kunyao Lan,Zhiling Zhang,Lyuchun Cui
2023-05-23
Abstract:Empowering chatbots in the field of mental health is receiving increasing amount of attention, while there still lacks exploration in developing and evaluating chatbots in psychiatric outpatient scenarios. In this work, we focus on exploring the potential of ChatGPT in powering chatbots for psychiatrist and patient simulation. We collaborate with psychiatrists to identify objectives and iteratively develop the dialogue system to closely align with real-world scenarios. In the evaluation experiments, we recruit real psychiatrists and patients to engage in diagnostic conversations with the chatbots, collecting their ratings for assessment. Our findings demonstrate the feasibility of using ChatGPT-powered chatbots in psychiatric scenarios and explore the impact of prompt designs on chatbot behavior and user experience.
Computation and Language
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve This paper primarily explores how to develop psychiatric doctor and patient simulation chatbots using large language models (LLMs) like ChatGPT, and evaluates their performance. Specifically, the paper attempts to solve the following issues: 1. **Developing Psychiatric Doctor Chatbots**: Designing chatbots capable of conducting diagnostic conversations like real psychiatrists, requiring these chatbots to have comprehensiveness, in-depth questioning ability, and empathy. 2. **Developing Patient Simulation Chatbots**: Designing chatbots that can mimic real patients, requiring these chatbots to accurately describe symptoms and exhibit real patients' emotional fluctuations and expressions during communication. 3. **Establishing an Evaluation Framework**: Constructing a comprehensive evaluation framework to assess the performance of these chatbots, including human evaluation and automated metrics. By collaborating with psychiatrists, the paper identifies the goals for doctor and patient chatbots and conducts iterative design and experimental research. Ultimately, the paper validates the feasibility and effectiveness of these chatbots through dialogue experiments involving actual psychiatrists and patients.