paper-with-me

홈 › Papers

SPASM: Stable Persona-driven Agent Simulation for Multi-turn Dialogue Generation

2026-04-10 · Han Luo, Guy Laban arxiv

Large language models are increasingly deployed in multi-turn settings such as tutoring, support, and counseling, where reliability depends on preserving consistent roles, personas, and goals across long horizons. This requirement becomes critical when LLMs are used to generate synthetic dialogues for training and evaluation, since LLM--LLM conversations can accumulate identity-related failures such as persona drift, role confusion, and "echoing", where one agent gradually mirrors its partner. We introduce SPASM (Stable Persona-driven Agent Simulation for Multi-turn dialogue generation), a modular, stability-first framework that decomposes simulation into (i) persona creation via schema sampling, plausibility validation, and natural-language persona crafting, (ii) Client--Responder dialogue generation, and (iii) termination detection for coherent stopping. To improve long-horizon stability without changing model weights, we propose Egocentric Context Projection (ECP): dialogue history is stored in a perspective-agnostic representation and deterministically projected into each agent's egocentric view before generation. Across three LLM backbones (GPT-4o-mini, DeepSeek-V3.2, Qwen-Plus) and nine Client--Responder pairings, we construct a dataset of 4,500 personas and 45,000 conversations (500 personas X 10 conversations per pairing). Ablations show ECP substantially reduces persona drift and, under human validation, eliminates echoing; embedding analyses recover persona structure and reveal strong responder-driven interaction geometry. Our code is available at https://github.com/lhannnn/SPASM.

📄 PDF Abstract BibTeX arXiv:2604.09212

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Generation

Similar Papers 제목 키워드 기반

ScioMind: Cognitively Grounded Multi-Agent Social Simulation with Anchoring-Based Belief Dynamics and Dynamic Profiles

2026-05-13 · Yitian Yang, Yiqun Duan, Linghan Huang, Yiqi Zhu 외 arxiv

Large language model (LLM)-based multi-agent simulation offers a powerful testbed for studying social opinion dynamics. Yet current approaches often adopt two contrasting methods: either relying on fixed update rules wit…

Love First, Know Later: Persona-Based Romantic Compatibility Through LLM Text World Engines

2025-12-04 · Haoyang Shang, Zhengyang Yan, Xuan Liu arxiv

We propose Love First, Know Later: a paradigm shift in computational matching that simulates interactions first, then assesses compatibility. Instead of comparing static profiles, our framework leverages LLMs as text wor…

SALM: A Multi-Agent Framework for Language Model-Driven Social Network Simulation

2025-05-14 · Gaurav Koley

Contemporary approaches to agent-based modeling (ABM) of social systems have traditionally emphasized rule-based behaviors, limiting their ability to capture nuanced dynamics by moving beyond predefined rules and leverag…

Language ModelingLanguage Modelling

Implicit Behavioral Alignment of Language Agents in High-Stakes Crowd Simulations

2025-09-19 · Yunzhe Wang, Gale M. Lucas, Burcin Becerik-Gerber, Volkan Ustun arxiv

Language-driven generative agents have enabled large-scale social simulations with transformative uses, from interpersonal training to aiding global policy-making. However, recent studies indicate that generative agent b…

ValuePilot: A Two-Phase Framework for Value-Driven Decision-Making

2025-12-09 · Yitong Luo, Ziang Chen, Hou Hei Lam, Jiayu zhan 외 arxiv

Personalized decision-making is essential for human-AI interaction, enabling AI agents to act in alignment with individual users' value preferences. As AI systems expand into real-world applications, adapting to personal…