Papers
Topics
Authors
Recent
Search
2000 character limit reached

Modeling U.S. Attitudes Toward China via an Event-Steered Multi-Agent Simulator

Published 5 Jun 2026 in cs.MA and cs.SI | (2606.06971v2)

Abstract: Understanding the dynamic evolution of opinions, such as U.S. public attitudes toward China, is essential for assessing geopolitical risks. However, existing LLM-based multiagent simulators predominantly rely on static rules and fixed datasets, limiting their ability to capture the dynamic, event-driven nature of macro-level opinion shifts in real-world settings. To address this limitation, we propose an Event-Steered Multi-Agent Simulator (ES-MAS), in which significant events and daily news continuously drive opinion evolution through dynamic interactions among agents. We first construct the China-U.S. Relation Evolution (CURE) dataset, covering 20 quarters from 2021 to 2025, including 258 major events and over 14,000 daily news articles, and providing a comprehensive temporal foundation for modeling opinion dynamics. Building upon the CURE dataset, we propose a Dual-Stream Data Integration Engine (DSDIE) that aligns simulations with historical timelines via macro-level events while enabling personalized information exposure based on individual agent profiles and contextual signals. Furthermore, we design a News-Driven Dynamic Interaction (NDDI) module, which adaptively groups agents with shared news interests into localized interaction contexts, facilitating bottom-up consensus formation while mitigating the risk of isolated information cocoons. Experimental results on the CURE dataset demonstrate that ES-MAS substantially outperforms existing simulators in reproducing real-world historical trends, offering a scalable and effective framework for modeling dynamic opinion evolution.

Summary

  • The paper introduces ES-MAS, a multi-agent simulation framework that fuses significant geopolitical events and personalized news streams to model U.S. attitudes toward China.
  • It employs dual-stream data integration and dynamic agent interactions to achieve high-fidelity alignment with empirical opinion trends, outperforming state-of-the-art baselines.
  • Quantitative improvements include reduced DTW and Fréchet distances and robust ablation analyses, supporting enhanced scenario testing and policy feedback.

Event-Steered Simulation of U.S. Attitude Dynamics Toward China

Introduction

"Modeling U.S. Attitudes Toward China via an Event-Steered Multi-Agent Simulator" (2606.06971) presents an integrated multi-agent simulation framework, ES-MAS, targeting the realistic emulation of evolving U.S. public attitudes toward China during 2021–2025. This work advances current opinion dynamics modeling by overcoming the limitations of fixed-rule-based agent-based models (ABMs) and static data-driven LLM-based agent simulators. ES-MAS injects both significant geopolitical events and personalized news data streams, coupled with dynamically evolving agent interactions, achieving a high-fidelity correspondence with macro-level real-world trends.

The framework is empirically validated on the newly constructed CURE dataset, offering granular, temporally-aligned ground-truth. The proposed system demonstrates substantial improvements in quantitative and qualitative alignment with observed U.S. attitude trajectories, as reflected in strong metric outperformance over state-of-the-art (SOTA) baselines and robust ablation and sensitivity analyses.

CURE Dataset: Temporal Grounding for Macro-Micro Opinion Coupling

The CURE dataset forms the foundation for time-aligned simulation. It encompasses 20 quarters (2021–2025), comprising 258 expert-curated significant events—key geopolitical inflection points including summits, sanctions, and major diplomatic exchanges—as well as over 14,000 context-relevant daily news articles selectively filtered for influence on China–U.S. relations. Figure 1

Figure 1: Overview of the CURE dataset, detailing the pipeline linking Significant Events (SE) and filtered Daily News (DN) from 2021–2025.

Crucially, the dataset's temporal resolution is synchronized with ground-truth attitudes derived from the TUIIR database, enabling direct comparison between simulated macro-level outputs and empirical indices. Figure 2

Figure 2: Temporal trajectory visualizing the influence of real-world geopolitical events on aggregate U.S. attitudes toward China.

ES-MAS Framework: Dual-Stream Integration and Dynamic Interactions

The ES-MAS architecture integrates two principal modules:

  1. Dual-Stream Data Integration Engine (DSDIE): At each simulation timestep, all agents receive (i) a broadcast of current significant events (SEIM), establishing a macro-level context, and (ii) a personalized subset of daily news (PAIM) filtered using each agent's demographic persona and episodic memory. This emulates heterogeneity in media exposure and cognitive biases.
  2. News-Driven Dynamic Interaction (NDDI): Post-exposure, agents execute social behaviors (post, reply, retweet), are clustered into news-aligned interaction groups, and update attitudes via peer referencing and local deliberation. This drives bottom-up consensus formation while avoiding artificial information cocoons typical in models with static topologies. Figure 3

    Figure 3: Schematic of ES-MAS, delineating dual-stream data integration and the formation of interaction groups for attitude updating.

This mechanism aligns micro-level cognitive processing with external shocks, allowing diverse agent histories and interaction patterns to collectively shape macro-level attitude evolution.

Quantitative Results and Comparative Analysis

The ES-MAS simulator yields state-of-the-art macro-alignment across all evaluation metrics:

  • Numerical Fit: The simulator achieves Δ\DeltaBias = 0.5767 and Δ\DeltaDiversity = 0.7423, outperforming all baselines—LLM-based and rule-based—including FPS, HiSim, and SOD.
  • Temporal Fidelity: Both DTW (2.44) and Fréchet (1.62) distances substantially improve over the next-best system (FPS with DTW = 7.22, Fréchet = 2.00), capturing non-linear historical trend inflections. Figure 4

    Figure 4: Overlap of simulated and actual U.S. attitude trajectories, tracking quarterly dynamics and demonstrating high-fidelity trend replication.

Ablation studies highlight the individual contributions of DSDIE, SEIM, PAIM, and NDDI to total alignment, with the absence of each module resulting in significant degradation, especially when continuous real-world data streams are disabled. Notably, the injection of only significant events (SEIM) gives reasonable trend-following but fails to capture intra-trend micro-dynamics; by contrast, reliance on solely daily news (PAIM) leads to drift and misalignment, underscoring the necessity of dual-source information. Figure 5

Figure 5: Sensitivity analysis of ES-MAS to varying seeds of initial agent attitudes, confirming robustness and convergence to empirical macro-dynamics regardless of initialization.

Micro-level Dynamics and Interpretability

Granular agent-level analysis exposes how heterogeneous personas process exogenous events. Tracked agents exhibit distinct but context-sensitive opinion volatility in response to both macro shocks (e.g., the Chip Export Ban, the Woodside Summit) and personalized data streams, demonstrating realistic cognitive adaptation. Figure 6

Figure 6: Sample attitude trajectories for agents “Mike” and “Ella,” showing divergence and adaptation under event/news exposure and group interactions.

Such interpretability allows for tracing the mechanisms by which system-level polarization or consensus emerges, controlled through both the group-level interaction topology and the stochasticity of individual agent news ingestion.

Scalability and System Behavior

Performance evaluation across agent populations (NN from 25 to 500) reveals consistent alignment for ES-MAS up to N=100N = 100, beyond which trend-fitting slightly degrades due to exacerbated group polarization and increased interaction complexity. In contrast, FPS and other SOTA baselines fail to maintain alignment as agent cardinality grows, with ES-MAS remaining stable and convergent under scale through robust peer interaction design.

Implications and Future Prospects

The ES-MAS framework substantiates that event-coupled, news-driven multi-agent systems offer substantial gains for simulating collective macro-opinion dynamics under exogenous shock and endogenous interaction. Practically, this yields value for scenario testing, political risk assessment, and policy feedback under fine-grained, data-grounded hypotheses.

Theoretically, ES-MAS advances the modeling of micro-macro linkages in computational social science, integrating current LLM reasoning capacity with news/event-driven interaction rules and addressing critical deficits of prior static or fully ergodic agent protocols.

Looking forward, extending this architecture can support more complex multilateral opinion systems, adaptation to emerging media environments (e.g., social versus legacy press), or hybrid physical-simulacra studies for adversarial policy gaming. Incorporation of network evolution, cross-linguistic agent pools, and policy intervention modules forms a natural next step in achieving comprehensive, adaptive social simulation.

Conclusion

The ES-MAS simulator, leveraging the CURE dataset, demonstrates that fusing event-driven and personalized news data streams with dynamic agent interaction topologies yields high-fidelity reproduction of real-world collective attitude dynamics. This approach represents a substantive methodological innovation in multi-agent opinion dynamics, with empirical advantages over previous mainstream alternatives and robust implications for both the study and strategic monitoring of evolving international relations.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.