TLDR: EvoEmo is an evolutionary reinforcement learning framework designed to optimize dynamic emotional expression for Large Language Model (LLM) agents in multi-turn negotiations. It addresses the limitations of current LLMs, which often lack strategic emotional intelligence, making them vulnerable. By modeling emotional state transitions as a Markov Decision Process and using genetic optimization, EvoEmo evolves high-reward emotion policies. Experiments show that EvoEmo-equipped agents consistently achieve higher negotiation success rates, greater efficiency, and increased buyer savings compared to vanilla and fixed-emotion baselines, highlighting the crucial role of adaptive emotional expression in effective LLM-based negotiation.
Large Language Models (LLMs) have shown remarkable capabilities in complex tasks, including multi-turn negotiations. However, a significant gap exists in their ability to effectively use and respond to emotions, a crucial aspect of human negotiation. Unlike humans, who dynamically adapt their emotional expressions to influence outcomes, current LLM agents often exhibit passive, preference-driven emotional responses, making them susceptible to manipulation and strategic exploitation.
This is where a new framework called EvoEmo steps in. Developed by researchers from the University of Cambridge, Technical University of Munich, University of Toronto, and The Alan Turing Institute, EvoEmo aims to equip LLM agents with evolved emotional policies for more effective multi-turn negotiations. The paper, titled EvoEmo: Towards Evolved Emotional Policies for LLM Agents in Multi-Turn Negotiation, highlights that emotions are not obstacles but rather powerful tools in negotiation.
The Challenge of Emotions in LLM Negotiations
Human decision-making in negotiations is heavily influenced by psychological biases and emotional states. While LLMs have made strides in replicating personality-driven behaviors, the dynamic role of emotion has been largely overlooked. Current LLM agents face three key deficiencies:
- Tactical Inflexibility: Humans strategically modulate emotions (e.g., feigned anger to anchor prices), but LLMs tend to use static response patterns, making them predictable.
- Adversarial Naivety: LLMs can recognize emotions but struggle to distinguish genuine feelings from manipulative tactics, leaving them vulnerable.
- Strategic Myopia: Humans proactively shape emotional trajectories to build rapport or assert dominance. LLMs, however, lack this meta-reasoning, remaining reactive rather than generative in managing affective dynamics.
These limitations often lead to LLMs underperforming humans in emotion-sensitive negotiations, particularly in price bargaining.
Introducing EvoEmo: An Evolutionary Approach to Emotional Intelligence
EvoEmo addresses these issues by proposing an evolutionary reinforcement learning framework that optimizes dynamic emotional expression in negotiations. It models emotional state transitions as a Markov Decision Process (MDP) and uses population-based genetic optimization to evolve high-reward emotion policies across various negotiation scenarios.
How EvoEmo Works
The framework operates in two main stages:
1. Negotiation Setup: Buyer and seller agents are configured using advanced LLMs. Products are described with details, and agents receive role-specific parameters like target prices and cost prices. This sets up a realistic negotiation environment.
2. EvoEmo Optimization: This is where the magic happens. The system generates a population of emotional sequences for the buyer agents. These policies define how an agent’s emotions (from a 7-dimensional space including anger, disgust, fear, happiness, sadness, surprise, and neutral) transition during a negotiation. Each policy is evaluated through multi-turn negotiation simulations, receiving a ‘fitness score’ based on a reward function that considers negotiation success, buyer savings, and efficiency (number of rounds).
Through evolutionary operations like selection, crossover, and mutation, the best-performing emotional policies are refined and passed on to the next generation. This iterative process continues until the reward function converges, leading to an optimal emotional negotiation policy.
Experimental Validation and Key Findings
EvoEmo was tested against two baselines: a ‘vanilla’ strategy (no explicit emotional prompts) and a ‘fixed-emotion’ strategy (buyer maintains a constant emotion). The experiments used a subset of the CraigslistBargain dataset and state-of-the-art LLMs like GPT-5-mini, Gemini-2.5-Pro, and DeepSeek-V3.1.1.
The results were compelling:
- Higher Buyer Savings: EvoEmo consistently achieved the highest buyer savings across all buyer-seller pairings, significantly outperforming both baselines. Interestingly, fixed negative emotions (like disgust or sadness) sometimes led to better savings than the vanilla baseline, suggesting that LLM sellers might concede more to persistent negative signals. Conversely, fixed positive emotions resulted in lower savings.
- Increased Success Rates and Efficiency: Buyers with EvoEmo-optimized emotional profiles achieved near 100% success rates and did so more efficiently, requiring fewer rounds to reach an agreement. While negative emotions could lead to better prices, they also carried a higher risk of negotiation breakdown.
- Reward Function Impact: An ablation study showed that a ratio-based reward function (balancing buyer savings and efficiency) was more effective than a weighted-sum alternative, leading to faster agreements.
Also Read:
- Agentic Reinforcement Learning: Empowering LLMs as Autonomous Decision-Makers
- Beyond the Black Box: LLMs and the Evolution of AI Agents
Looking Ahead
While EvoEmo demonstrates the critical importance of adaptive emotional expression in LLM-based negotiations, the researchers acknowledge limitations. These include a limited emotional spectrum, the need to test in more diverse and high-stakes scenarios beyond commercial contexts, the ‘black-box’ nature of LLM responses making emotional strategies hard to interpret, and the gap between simulation and real-world human expertise. Future work will also explore the ethical implications of evolved emotional policies, particularly concerning deceptive behaviors.
EvoEmo marks a significant step towards creating more sophisticated and human-like LLM agents capable of navigating the complex emotional landscape of multi-turn negotiations, paving the way for next-generation interactive AI systems.


