Research
CALM-IT: Generating Realistic Long-Form Motivational Interviewing Dialogues with Dual-Actor Conversational Dynamics Tracking
Overview Research area: Natural Language Processing, specifically LLM-based synthetic therapeutic dialogue generation and long-horizon conversational evaluation in mental health contexts. Technical le
- arXiv
- 2601.10085
- Published
- 2026-01-15
- Authors
- Viet Cuong Nguyen, Nhi Yen Nguyen, Kristin A. Candan, Mary Conlon, Vanessa Rumie, Kristen Risola, Michael L. Birnbaum, Munmun De Choudhury
AI summary
Overview
Research area: Natural Language Processing, specifically LLM-based synthetic therapeutic dialogue generation and long-horizon conversational evaluation in mental health contexts.
Technical level: Advanced. The paper assumes familiarity with LLM agent architectures, Motivational Interviewing (MI) theory, the MITI coding framework, and multi-turn evaluation metrics.
Scope: This paper introduces CALM-IT, a dual-actor framework that generates and evaluates long-form Motivational Interviewing dialogues by explicitly tracking how client and counselor states (rapport, motivation, goals, mental state) evolve across an extended session.
What This Paper Is About
Most LLM-based mental health dialogue systems generate each response based only on the immediately preceding turn, so they can miss the slow-moving dynamics that determine whether therapy actually works: whether rapport is building, whether motivation is rising, and whether the client's goals still match the counselor's. The authors build a system where both a therapist agent and a client agent maintain explicit internal state that updates turn by turn, then use that state to choose counseling strategies and generate utterances. They also build an evaluation protocol that scores whole conversations rather than isolated replies, and use it to compare their framework against existing MI dialogue generators.
Key Contributions
- CALM-IT, a reproducible dual-actor generation framework in which both the therapist and client agents maintain and update explicit latent states (rapport, inferred mental state, motivation, goals), and where those states gate both strategy selection and response generation.
- A process-level evaluation protocol for synthetic MI transcripts, grounded in the MITI 4.2 code, MI process theory, and conversational redirection research, measuring turn-, agent-, and conversation-level properties including directionality and goal alignment.
- A large-scale synthetic MI corpus of 8,232 generated dialogues spanning multiple dialogue lengths and four frameworks, released along with the generation framework and evaluation protocol.
- Empirical evidence that explicit dynamics tracking improves long-form stability, with the authors reporting that CALM-IT achieves the best performance on most MITI 4.2 global ratings (Empathy, Partnership, Softening Sustain Talk) and minimal degradation as dialogue length grows.
Main Findings
-
Highest conversation-level effectiveness: CALM-IT reached an Effectiveness score of 4.45, reported as a 4.22% improvement over KMI, 55.59% over CALM-IT(NC), and 273.95% over CAMI+STAR (all p < 0.001). Goal Alignment was 4.73, significantly higher than all baselines (p < 0.001).
-
Best or near-best MITI 4.2 global ratings: CALM-IT scored 4.88 on Softening Sustain Talk, Empathy, and Partnership. KMI scored highest on Cultivating Change Talk (4.63 vs. CALM-IT's 4.34).
-
More readable client turns and higher behavioral consistency: Client readability was 4.45 versus 5.87 for KMI and 5.77 for CAMI+STAR; client consistency with assigned backgrounds was 4.92 versus 3.76 for KMI and 3.42 for CAMI+STAR (p < 0.001).
-
Greatest stability over long dialogues: From 30 to 100 turns, CALM-IT showed a mean absolute percentage change of only 0.02% across all metrics, compared to 2.41% for KMI, 0.72% for CALM-IT(NC), and 3.56% for CAMI+STAR. On conversation-level metrics alone, CALM-IT degraded by -1.19% on average versus -7.05% for KMI and -8.48% for CI-NC.
-
Fewer but more effective redirections: CALM-IT had the lowest redirection_ratio (0.594) yet the highest accepted redirection rate at 64.28%, versus KMI at 59.11%, CAMI+STAR at 54.95%, and CALM-IT(NC) at 52.14% (all p < 0.001).
-
Better downstream client responses after redirection: Following CALM-IT's strongest redirection events, client change talk increased by 12.40% and sustain talk decreased by -8.15% on average, compared with a 9.50% increase in change talk and a -1.67% reduction in sustain talk for KMI.
-
Statistically significant reduction in client resistance: The distribution of change in sustain talk under CALM-IT showed significant left-skew (γ = -0.66, D'Agostino Z = -6.56, p < 0.0001). KMI was weakly left-skewed (γ = -0.24, p < 0.0001), while CAMI+STAR (γ = 0.19) and CALM-IT(NC) (γ = 0.66) were significantly right-skewed (both p < 0.0001), indicating weak or counterproductive redirection.
-
Gains persist with a different backbone: The authors report that improvements remained consistent when transcripts were generated with the lighter-weight OLMo-3.1 backbone (Table D3), and that component ablations produced systematic performance declines (Table D4).
Methodology in Plain English
The researchers start by collecting 5,794,243 Reddit posts from 2015 to 2022 across 55 mental health subreddits. They cluster the corpus into 158 topics with BERTopic, pick five representative posts per topic by cosine similarity (790 candidates), and after keyword filtering and de-identification keep 686 representative posts. Each post becomes a third-person vignette, from which they infer a cognitive–motivational profile. They then simulate DASS-42 responses with GPT-5.1 and match each vignette to an anonymized respondent from the OpenPsychometrics DASS dataset (39,775 records, excluding respondents under 18) by maximizing weighted Cohen's kappa, keeping only high-confidence matches (κ > 0.6, 99th percentile) with demographic consistency. DeepSeek-V3.2 generates a client background and a one-sentence session goal from each matched pair.
With contexts fixed, they run four dialogue frameworks—CAMI+STAR, KMI, CALM-IT without dynamics modeling (CI-NC), and CALM-IT with dynamics modeling (CI)—over every simulated client at three target lengths (30, 50, and 100 turns), reserving the final ten turns for session closure. That gives 686 × 3 × 4 = 8,232 transcripts using DeepSeek-V3.2 as the backbone, with an identical replication using OLMo-3.1-32B.
Inside CALM-IT, the client agent and therapist agent each maintain latent variables: rapport, inferred mental state (background, emotional state, stage of change), and goals. After every therapist turn, the client re-evaluates the response via a fast affective appraisal that fires stochastically at p = 0.5, then updates readiness for change, emotion, rapport, and short-term goal. The therapist maintains an inferred model of the client's states and monitors for repetitive or unproductive patterns, pivoting only when stagnation is detected. Planning-related strategies are suppressed until rapport passes a minimum threshold and the inferred stage of change reaches at least Contemplation. For each turn, three candidate responses are generated and ranked by log-likelihood under gemma-2-9b-it fine-tuned on AnnoMI patient turns (client side) or MI-coded therapist turns (therapist side).
Evaluation uses MITI 4.2 global ratings judged by a rubric-based LLM-as-a-judge protocol on a 5-point Likert scale with DeepEval and GPT-5.1, plus dialogue-specific NLI metrics for self-consistency and entailment, ConvoKit-based redirection intensity, a few-shot GPT-5.1 classifier for change talk and sustain talk, and DialoFlow for directionality. Statistical comparisons use two-sided Wilcoxon signed-rank tests with Holm-Bonferroni correction. For validation, four licensed psychologists independently reviewed 96 transcripts (1.2% of the corpus; 8 per framework–length condition), and their rankings agreed with the automated judges on major metrics.
Why This Matters
Impact on research. The paper argues that long-form conversational stability depends on modeling conversational dynamics explicitly rather than optimizing each next turn for local plausibility. It provides a reproducible framework, an evaluation protocol, and a large synthetic corpus, which gives researchers a controlled sandbox for studying failure modes like premature convergence, motivational drift, and poorly timed redirection that are hard to isolate in small donated clinical datasets.
Real-world applications:
- Training and stress-testing therapeutic LLM agents under controlled long-horizon conditions before any deployment consideration.
- Generating synthetic counseling data where real therapy transcripts are inaccessible due to privacy regulations, legal constraints, and stigma.
- Evaluating conversational agents with process-level metrics that capture trajectory quality rather than single-reply quality.
- Regulatory preparation, since the authors frame the framework as supporting evaluation pipelines and stress-testing methods, while stating that any real-world use would require FDA clearance.
Industry relevance. Developers building mental health chatbots, conversational agents, or any long-horizon assistant face the same underlying problem CALM-IT targets: performance degrades as interactions extend. The dual-actor state-tracking approach and the length-scaling evaluation protocol are directly reusable by teams that need to measure and limit degradation over long sessions.
Future Directions
- Grounding state transition parameters in real therapy corpora. The current client transition rules rely on heuristic parameters calibrated through pilot simulations, including the System-1 evaluation activation probability (p = 0.5), and are not fitted to real therapy data.
- Evaluating across more backbone models. The authors tested DeepSeek-V3.2 and OLMo-3.1-32B and state that systematically studying how backbone choice affects long-form quality, conversational dynamics, and redirection across a broader range of architectures and scales remains open.
- Extending to other therapeutic modalities. CALM-IT is explicitly grounded in MI theory, which limits immediate generalization; the authors suggest adapting it to approaches such as Cognitive Behavioral Therapy by incorporating modality-specific state representations, strategies, and evaluation criteria.
- Developing richer measures of long-term therapeutic dialogue quality and more expressive models of how relational, motivational, and emotional states evolve across extended conversations.
Target Audience
This paper is most useful to NLP and clinical-AI researchers working on multi-turn dialogue generation, conversational agents for mental health, or synthetic data for high-stakes domains. It also serves evaluation-focused researchers who need process-level metrics for long-horizon interactions, and clinical collaborators or regulators who want to understand what synthetic therapeutic simulation can and cannot establish. Readers should have some grounding in LLM agent design and either MI or psychotherapy process coding to follow the MITI-based evaluation.
Authors’ abstract
Therapeutic dialogue is not a sequence of isolated responses: client goals, motivation, resistance, and therapeutic alliance evolve over time. Yet current LLM-based mental health dialogue systems often lack explicit mechanisms for tracking these dynamics across extended interactions, which can lead to poorly timed interventions or premature goal resolution. We introduce CALM-IT, a framework for generating and evaluating long-form Motivational Interviewing dialogues through explicit modeling of evolving client and counselor states, guiding both counseling strategy selection and utterance generation. We evaluate CALM-IT on a large-scale corpus of 8,232 synthetic dialogues spanning multiple dialogue lengths and frameworks. Compared with all baselines, CALM-IT achieves the best performance on most MITI 4.2 global ratings, including Empathy, Partnership, and Softening Sustain Talk, as well as on other key performance metrics while exhibiting minimal performance degradation as dialogue length increases. Notably, although CALM-IT initiates fewer change-directed prompts, it produces the highest client acceptance rate (64.3%) on average across different length conditions. We release a reproducible generation framework, a MITI-grounded process-level evaluation protocol, and a large-scale synthetic corpus for studying therapeutic LLMs under realistic long-form interaction conditions.