Yeonjun Hwang


2025

pdf bib
Can You Share Your Story? Modeling Clients’ Metacognition and Openness for LLM Therapist Evaluation
Minju Kim | Dongje Yoo | Yeonjun Hwang | Minseok Kang | Namyoung Kim | Minju Gwak | Beong-woo Kwak | Hyungjoo Chae | Harim Kim | Yunjoong Lee | Min Hee Kim | Dayi Jung | Kyong-Mee Chung | Jinyoung Yeo
Findings of the Association for Computational Linguistics: ACL 2025

Understanding clients’ thoughts and beliefs is fundamental in counseling, yet current evaluations of LLM therapists often fail to assess this ability. Existing evaluation methods rely on client simulators that clearly disclose internal states to the therapist, making it difficult to determine whether an LLM therapist can uncover unexpressed perspectives. To address this limitation, we introduce MindVoyager, a novel evaluation framework featuring a controllable and realistic client simulator which dynamically adapts itself based on the ongoing counseling session, offering a more realistic and challenging evaluation environment. We further introduce evaluation metrics that assess the exploration ability of LLM therapists by measuring their thorough understanding of client’s beliefs and thoughts.

pdf bib
PRINCIPLES: Synthetic Strategy Memory for Proactive Dialogue Agents
Namyoung Kim | Kai Tzu-iunn Ong | Yeonjun Hwang | Minseok Kang | Iiseo Jihn | Gayoung Kim | Minju Kim | Jinyoung Yeo
Findings of the Association for Computational Linguistics: EMNLP 2025

Dialogue agents based on large language models (LLMs) have shown promising performance in proactive dialogue, which requires effective strategy planning. However, existing approaches to strategy planning for proactive dialogue face several limitations: limited strategy coverage, preference bias in planning, and reliance on costly additional training. To address these, we propose PRINCIPLES: a synthetic strategy memory for proactive dialogue agents. PRINCIPLES is derived through offline self-play simulations and serves as reusable knowledge that guides strategy planning during inference, eliminating the need for additional training and data annotation. We evaluate PRINCIPLES in both emotional support and persuasion domains, demonstrating consistent improvements over strong baselines. Furthermore, PRINCIPLES maintains its robustness across extended and more diverse evaluation settings. See our project page at https://huggingface.co/spaces/kimnamssya/Principles.