๐ค AI Summary
Existing LLM-based credit dialogue agents exhibit rigid emotional expression, relying solely on passive empathy and lacking proactive regulation of customersโ sustained negative affect. This work proposes an emotion-aware and reasoning-enhanced LLM negotiation agent. First, fine-grained emotion recognition is performed using a pre-trained language model (PLM). Second, game-theoretic modeling captures strategic emotional interactions between interlocutors, while a hidden Markov model (HMM) enables dynamic emotional state inference and response intonation optimization. To our knowledge, this is the first framework to jointly embed game theory and HMM into an LLMโs emotional decision-making architecture, shifting the paradigm from passive empathy to active emotional guidance. Evaluated on real-world credit dialogue data, the method significantly improves emotion response accuracy (+18.3%) and customer satisfaction (+22.7%), effectively mitigates adversarial behaviors, and increases negotiation success rate by 15.4%.
๐ Abstract
While large language model (LLM)-based chatbots have been applied for effective engagement in credit dialogues, their capacity for dynamic emotional expression remains limited. Current agents primarily rely on passive empathy rather than affective reasoning. For instance, when faced with persistent client negativity, the agent should employ strategic emotional adaptation by expressing measured anger to discourage counterproductive behavior and guide the conversation toward resolution. This context-aware emotional modulation is essential for imitating the nuanced decision-making of human negotiators. This paper introduces an EQ-negotiator that combines emotion sensing from pre-trained language models (PLMs) with emotional reasoning based on Game Theory and Hidden Markov Models. It takes into account both the current and historical emotions of the client to better manage and address negative emotions during interactions. By fine-tuning pre-trained language models (PLMs) on public emotion datasets and validating them on the credit dialogue datasets, our approach enables LLM-based agents to effectively capture shifts in client emotions and dynamically adjust their response tone based on our emotion decision policies in real-world financial negotiations. This EQ-negotiator can also help credit agencies foster positive client relationships, enhancing satisfaction in credit services.