EmoDebt: Bayesian-Optimized Emotional Intelligence for Strategic Agent-to-Agent Debt Recovery
Yunbo Long, Yuhan Liu, Liming Xu, Alexandra Brintrup
TL;DR
EmoDebt reframes debt-collection negotiations as a sequential decision problem where an LLM-powered creditor uses a Bayesian-optimized emotional intelligence engine to learn effective emotional transition strategies across seven states. The approach combines a 7×7 transition matrix with Gaussian Process-based Bayesian optimization and Dirichlet perturbations to adapt emotion-driven policies online, yielding robust performance in adversarial, emotion-sensitive settings. Empirical results on a synthetic CRAD dataset show substantial gains in success rate and efficiency, including near-perfect outcomes in favorable configurations and strong improvements across model pairings, validated through ablations and analyses of learned strategies. The work provides a scalable benchmark, a programmable emotion-guided negotiation paradigm, and practical guidance for deploying emotionally adaptive autonomous agents in finance, while acknowledging interpretability and deployment challenges.
Abstract
The emergence of autonomous Large Language Model (LLM) agents has created a new ecosystem of strategic, agent-to-agent interactions. However, a critical challenge remains unaddressed: in high-stakes, emotion-sensitive domains like debt collection, LLM agents pre-trained on human dialogue are vulnerable to exploitation by adversarial counterparts who simulate negative emotions to derail negotiations. To fill this gap, we first contribute a novel dataset of simulated debt recovery scenarios and a multi-agent simulation framework. Within this framework, we introduce EmoDebt, an LLM agent architected for robust performance. Its core innovation is a Bayesian-optimized emotional intelligence engine that reframes a model's ability to express emotion in negotiation as a sequential decision-making problem. Through online learning, this engine continuously tunes EmoDebt's emotional transition policies, discovering optimal counter-strategies against specific debtor tactics. Extensive experiments on our proposed benchmark demonstrate that EmoDebt achieves significant strategic robustness, substantially outperforming non-adaptive and emotion-agnostic baselines across key performance metrics, including success rate and operational efficiency. By introducing both a critical benchmark and a robustly adaptive agent, this work establishes a new foundation for deploying strategically robust LLM agents in adversarial, emotion-sensitive debt interactions. The code is available at \textcolor{blue}{https://github.com/Yunbo-max/EmoDebt}.
