LLM Agents Exhibit Emergent Emotional Contagion
Summary
This paper explores how affect propagates among LLM agents in a crowd simulation, demonstrating emergent emotional contagion without direct transfer mechanisms. Agents perceive, appraise, and express emotions based on their personality, memory, and context, leading to observable spatial and temporal emotional dynamics.
Why it matters
Understanding emergent emotional contagion in AI agents is crucial for developing more realistic and socially intelligent simulations, virtual assistants, and autonomous systems that interact with humans or other agents.
How to implement this in your domain
- 1Explore integrating personality models (e.g., Big Five) and affect models (e.g., Russell's circumplex) into your LLM agent designs.
- 2Design multi-modal perception systems for agents to gather rich contextual information from their environment and other agents.
- 3Implement an LLM-based appraisal mechanism that considers personality, memory, and context to update agent affective states.
- 4Develop expressive behaviors for agents that reflect their internal affective states.
- 5Utilize hybrid architectures where low-level tasks (like navigation) are handled by conventional simulators to manage latency in complex agent systems.
Who benefits
Key takeaways
- LLM agents in crowd simulations can exhibit emergent emotional contagion.
- Affect propagates through perception, appraisal, and expression, not direct transfer.
- Agent personality, memory, and context influence emotional dynamics.
- The system uses a hybrid architecture for cognitive and low-level tasks.
Original post by Funda Durupinar
"arXiv:2607.25140v1 Announce Type: new Abstract: This paper studies the behavior of language models in a multi-agent crowd simulation, focusing on how affect propagates among agents that perceive and appraise one another. Each agent perceives its neighbors through visual, auditory…"
View on XOriginally posted by Funda Durupinar on X · view source
Want to go deeper?
Turn these trends into skills with Learnijoy's hands-on AI & tech courses.
Explore coursesMore in AI Research
VPOS: Faster, More Accurate Feature Selection for Machine Learning
Researchers introduce VPOS, a greedy unsupervised feature selection method that uses orthogonal deflation in PCA loading space to efficiently identify key features. It significantly reduces reconstruction error and runs much faster than existing graph-based techniques.
Learned Interventions Boost Lean 4 Theorem Prover Performance
Researchers developed a failure-triggered learned intervention for Lean 4's `grind` tactic, improving its performance by speeding up E-matching and enabling it to prove theorems it previously timed out on, while avoiding issues with non-monotone search.
Server-Verified Action Claims Enhance AI Agent Tool Security
Explanation-Bound Tool Execution (EBTE) is proposed as a mediation layer for AI agents, converting free-form rationales into server-verified action claims to enhance security and governance without trusting the model's internal reasoning.