Towards Understanding Counseling Conversations: Domain Knowledge and Large Language Models
Younghun Lee, Dan Goldwasser, Laura Schwab Reese
TL;DR
This work investigates how to better understand counseling conversations by integrating human-annotated domain knowledge and LLM-generated features into predictive models of post-conversation positivity. It contrasts baseline Transformer models with knowledge-infused approaches that leverage utterance-level counseling strategies and session-level, LLM-derived features, including both structured prompts and free-form summaries. The study demonstrates that simple feature integration improves predictive performance by about 15%, with ensemble methods achieving the strongest results (Macro F1 ~71.3 and higher minority-class recall). Findings suggest that domain knowledge helps highlight counselor strategies, while session-level features provide robust representations for long conversations, collectively advancing practical understanding and support in crisis counseling contexts.
Abstract
Understanding the dynamics of counseling conversations is an important task, yet it is a challenging NLP problem regardless of the recent advance of Transformer-based pre-trained language models. This paper proposes a systematic approach to examine the efficacy of domain knowledge and large language models (LLMs) in better representing conversations between a crisis counselor and a help seeker. We empirically show that state-of-the-art language models such as Transformer-based models and GPT models fail to predict the conversation outcome. To provide richer context to conversations, we incorporate human-annotated domain knowledge and LLM-generated features; simple integration of domain knowledge and LLM features improves the model performance by approximately 15%. We argue that both domain knowledge and LLM-generated features can be exploited to better characterize counseling conversations when they are used as an additional context to conversations.
