🤖 AI Summary
Existing social simulation approaches face a dual bottleneck: rule-based agents lack semantic understanding, while LLM-based agents incur prohibitive computational overhead. This paper proposes a hybrid agent framework integrating large language models (LLMs) and diffusion models, featuring a modular dual-agent architecture—where the LLM agent performs semantic content parsing and reasoning, and the diffusion-model agent efficiently captures user-state evolution and social influence propagation. The framework jointly incorporates personalized user modeling, quantified social influence, and content-aware mechanisms to enable scalable, multi-factor-coupled simulation. Experiments on three real-world social datasets demonstrate substantial improvements in information diffusion prediction accuracy, achieving a favorable trade-off between precision and efficiency. Results validate the effectiveness and generalizability of the hybrid architecture for large-scale social simulation.
📝 Abstract
Agent-based social simulation provides a valuable methodology for predicting social information diffusion, yet existing approaches face two primary limitations. Traditional agent models often rely on rigid behavioral rules and lack semantic understanding of textual content, while emerging large language model (LLM)-based agents incur prohibitive computational costs at scale. To address these challenges, we propose a hybrid simulation framework that strategically integrates LLM-driven agents with diffusion model-based agents. The framework employs LLM-based agents to simulate a core subset of users with rich semantic reasoning, while a diffusion model handles the remaining population efficiently. Although the two agent types operate on disjoint user groups, both incorporate key factors including user personalization, social influence, and content awareness, and interact through a coordinated simulation process. Extensive experiments on three real-world datasets demonstrate that our framework outperforms existing methods in prediction accuracy, validating the effectiveness of its modular design.