Pith. sign in

REVIEW 5 major objections 5 minor 1 cited by

YuLan-OneSim: Towards the Next Generation of Social Simulator with Large Language Models

T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read YuLan-OneSim claims that a social scientist can go from a plain-language research topic to a running 100,000-agent simulation, complete with an auto-drafted report, without writing simulation code.

desk verdict A well-engineered, open-sourced LLM social simulator with real scale and a clear ablation, but its headline claims outrun the evaluation: the evolvable loop is untested and most quality scores are LLM self-assessments. read the letter →

arxiv 2505.07581 v3 pith:KHEDRD2Q submitted 2025-05-12 cs.AI cs.CY

classification cs.AIcs.CY
keywords LLMagentsocialsimulationagent-basedmodelingcode-freescenarioconstructionbehaviorgraphlarge-scaleevolvableAIresearcherODDprotocol
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

YuLan-OneSim sets out to close the loop of social simulation: a researcher states a research topic in plain language, and the system builds the simulation scenario, executes it, analyzes the results, and writes a technical report with little programming or manual modeling. The paper claims five capabilities that earlier LLM-based social simulators do not combine: code-free scenario construction through a structured pipeline, 50 ready-made scenarios across eight social-science domains, a feedback loop that retrains the backbone LLM, a distributed architecture that runs 100,000 agents, and an AI social researcher that completes the research cycle. If these claims hold, social scientists who do not write code could use large-scale agent-based experiments as routinely as they now use statistical software. The paper reports average ratings of 4.82/5 for generated behavior graphs and 4.20/5 for generated code, as well as a 100,000-agent run at about 6,026 seconds per round.

What carries the argument

The load-bearing object is the behavior graph, a directed graph whose nodes are agent-type actions and whose edges are events that trigger the next action; a start node and an end node bookend the simulation. It carries the argument by giving the LLM a structured intermediate representation between the prose scenario and the executable code: the graph is structurally and semantically validated, then traversed in breadth-first order so that each action's handler code is generated with full knowledge of its incoming and outgoing events. Around this graph, the other mechanisms do supporting work: the ODD protocol standardizes the scenario description, the code-generation step assembles handlers from templates, and the VR²T loop scores prompt-response pairs, explains weak scores, repairs responses, and fine-tunes the backbone LLM. The distributed architecture that enables 100,000-agent runs is a master-worker system with an asynchronous event bus, topology-aware agent allocation, and cached peer-to-peer routing between workers.

What would settle it

Take one of the 50 default scenarios, silently change a single action's logic in the generated code so it violates an explicit precondition in the ODD protocol, and run the iterative validation; if the corruption is not detected, or if the corrected code no longer produces the ODD-described behavior, then the claim that validation guarantees faithful implementation is false.

Watch

Extended reading notes

Core claim

The central claim is that a single LLM-based platform can take a natural-language research prompt and turn it into an executable, large-scale social simulation with only human confirmation at editable checkpoints. The route from prompt to code passes through an intermediate representation: the ODD protocol formalizes the scenario, a behavior graph fixes agent actions and event flows, graph-guided code generation assembles executable handlers, and a final specification step supplies agent profiles and relationships. The paper further claims reliability is achieved through iterative validation of the graph and code, and through a Verifier-Reasoner-Refiner-Tuner loop that labels weak prompt-response pairs and fine-tunes the backbone LLM. On scalability, the paper claims a fully responsive, event-driven agent framework and a master-worker distributed architecture with topology-aware allocation and peer-to-peer event routing, demonstrated on roughly 100,000 agents. The same machinery is wrapped in an AI social researcher that designs experiments, runs the simulator, and produces and refines a LaTeX report, with the paper reporting an average scenario-design score of 4.13/5 and a report-quality score of 3.31/5.

Load-bearing premise

The load-bearing premise is that the LLM-based validation checks on the behavior graph and generated code are strong enough that a scenario which passes them really implements what the researcher described; the paper's own error analysis shows logical errors are the most common failure, so a silent logical mistake could break the code-free construction claim.

Editorial extensions

If this is right

  • Users without programming skills can construct and refine a simulation scenario entirely through natural language, with generated code that is human-editable at the behavior-graph, code, and profile stages.
  • A repository of 50 ready-to-run scenarios across economics, sociology, politics, psychology, organization, demographics, law, and communication gives researchers immediate access to simulations in their field.
  • The VR²T loop turns accumulated human or system feedback into supervised fine-tuning or reinforcement learning data, so the simulator's backbone can improve over time on the scenarios its users actually run.
  • The distributed, event-driven architecture makes population-scale experiments practical: approximately 100,000 agents completed a round in about 6,026 seconds with roughly 294,000 events processed per round.
  • An AI social researcher can carry a topic from research-question generation through scenario construction, simulation, results analysis, and report drafting and revision, with the paper's evaluation showing strong feasibility of the designed scenarios and weaker insight and utility in the generated reports.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Editorial inference: if the behavior graph is a faithful logical specification, it could be reused as a machine-readable record of what a scenario means, allowing independent teams to audit or replay a published simulation without re-running the LLM calls.
  • Editorial inference: the reported error distribution, where logical errors dominate, suggests that a dedicated static-analysis or rule-based check on agent action logic could buy more reliability per effort than further prompt-level repair.
  • Editorial inference: the 50 default scenarios could serve as a common testbed for comparing LLM social simulators, since each scenario pairs an ODD protocol, a behavior graph, executable code, and agent profiles.
  • Editorial inference: because the AI researcher's lowest ratings are in insight and utility, a human in the loop is likely still needed for interpretation even when the pipeline itself runs autonomously.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 5 minor

Summary. The paper introduces YuLan-OneSim, an LLM-based social simulation platform with five stated advantages: code-free scenario construction via a four/five-step pipeline (ODD formalization, behavior graph construction, code generation, scenario specification), 50 default scenarios across eight domains, a feedback-driven Verifier-Reasoner-Refiner-Tuner (VR²T) evolving subsystem, a distributed architecture supporting up to 100,000 agents, and an AI social researcher that autonomously designs experiments and generates technical reports. The experimental section evaluates scenario-construction quality (behavior-graph/code ratings, generation time), simulation reliability (Axelrod cultural dissemination, Brazilian housing-price comparison), efficiency/scalability (100,000-agent runs on 8 A100 GPUs), and AI-researcher output quality. The authors report average behavior-graph and code ratings of 4.82/5 and 4.20/5, a throughput of about 49 events/second at 100,000 agents, and an AI-researcher scenario-design score of 4.13/5, and they release the project publicly.

Significance. If the headline claims were fully supported, YuLan-OneSim would be a substantial contribution to LLM-based social simulation: the system architecture is described in unusual detail, the default scenario repository is broad, the ablation in Table 6 does show that behavior-graph construction and the validation/refinement steps improve code quality, and the distributed-throughput numbers in Table 7 are a useful engineering data point. The paper also explicitly releases the codebase, which benefits reproducibility. However, the current evaluation does not establish several load-bearing claims: the headline VR²T evolving loop is never tested, the AI-researcher and code-quality assessments rely on the same LLM family that generated the outputs, the Axelrod reliability test is circular, and the real-world fit is assessed only visually. These gaps are localizable and, in principle, fixable within the manuscript's scope, so the appropriate disposition is major revision rather than rejection.

major comments (5)
  1. [4.4 and 4.1] The scenario-design scores in Table 8 and the report-quality scores in Table 9 are assigned by GPT-4o, the same model family used to generate the scenarios and reports, and Section 4.1 does not state who assigns the BG-Rating and C-Rating values. No human-rated validation set, inter-annotator agreement statistic, or independent judge is reported. An LLM assessing artifacts produced by the same LLM pipeline risks self-confirmation, so the averages (e.g., 4.13/5 for scenario design, 3.31/5 for reports, 4.20/5 for code) do not by themselves establish the claimed quality of either the auto-construction subsystem or the AI social researcher.
  2. [3.4] The Feedback-driven Evolving Subsystem (VR²T) is presented as a key advantage in the Introduction and described in detail in Section 3.4, but no experiment in Section 4 evaluates it. There is no subsection, table, or quantitative result testing whether the verifier-reasoner-refiner-tuner loop improves simulation quality, and the only evidence of feedback in the paper is the interface description in Appendix C.3. The claim that YuLan-OneSim is 'evolvable' is therefore unsupported by the experimental record.
  3. [4.2.1] The Axelrod cultural-dissemination test is circular as a reliability check. The scenario is built from the very theory it is used to verify: the ODD protocol and behavior graph encode Axelrod's model, including cultural features, local interaction rules, and the expected convergence/polarization outcome, and the simulation then reproduces that expected pattern. This confirms that the generated code can execute a re-implementation of a given specification, but it does not show that auto-constructed scenarios faithfully implement user intent or that the simulator is reliable for theories not already embedded in the scenario description. An independent theory or a scenario specified without transcribing the target theory would be a more meaningful test.
  4. [4.2.2] The Brazilian housing-price comparison in Figure 8 is purely qualitative: the text cites agreement in the lower price range and discrepancies in the mid-range, but reports no quantitative goodness-of-fit measure such as KL divergence, correlation, or chi-square statistic, no confidence intervals, and no sensitivity analysis. The simulation also runs for only 12 rounds. The claim that the simulator 'can approximate real-world economic distributions with reasonable accuracy' is not supported by any statistical test.
  5. [4.1, Figure 4] The error analysis in Figure 4 shows that logical errors—value-access errors, instruction-action mismatches, incorrect value assignments, and type-check oversights—are the dominant error class, yet the validation procedures in Sections 3.2.2 and 3.2.3 are themselves LLM-based structural and semantic checks. The paper does not provide evidence that the iterative repair loop eliminates these logical errors or that repaired behavior graphs and code preserve the semantics of the original scenario. Because code-free scenario construction is the paper's first headline contribution, this is a load-bearing gap; it could be closed by a human-annotated trace of a scenario subset, comparing the generated behavior graph and code against the reference ODD protocol.
minor comments (5)
  1. [Table 2, B.3.3] The scenario is listed as 'V oting' in Table 2 and Section B.3.3; this should be 'Voting'.
  2. [4.3] In the final paragraph of Section 4.3, 'the signal-node method' should be 'the single-node method'.
  3. [3.2] Section 3.2 states that the subsystem proposes a 'four-step framework' but then says 'In the following, we detail these five steps.' The count should be made consistent (the actual pipeline has five steps: formalization, behavior-graph construction, code generation, and specification are four, but the text treats them as five).
  4. [Table 5] The reported overall averages in Table 5 (G-Time 358.95, G-Tokens 18,080.7, Files 13.71, Lines 570.66) do not match the arithmetic means of the domain rows; for example, the mean of the eight G-Tokens entries is approximately 18,729.5, not 18,080.7. The averaging procedure should be stated and the values recomputed.
  5. [4.2.2] The text says the simulation is compared with 'the actual distribution of rental prices in Brazil from 2020 as reported in Furtado [2018]', but the cited reference is dated 2018; either the reference or the year should be corrected.

Circularity Check

1 steps flagged · score 6.0 of 10

The Axelrod 'theory verification' step instantiates the very mechanism it then claims to confirm, making that leg of the reliability evaluation circular; the remaining engineering claims are supported by independent timing, scale, and real-data comparisons.

  1. self definitional [Section 4.2.1, 'Social theory verification', Eqs. (1)-(2), Figures 5-6]
    "In this experiment, we use Axelrod's cultural dissemination scenario as a case to study and evaluate our simulator Axelrod [1997]. Specifically, agents are arranged in an N ×N grid, with each agent possessing F cultural features... Agents interact with their adjacent neighbors, and the probability of interaction increases with cultural similarity. During these interactions, agents may adopt certain features from their neighbors, thereby modifying their own cultural profiles. This scenario is designed to explore how cultural traits diffuse and evolve within a population."

    The scenario used to verify Axelrod's theory is built from that theory's own core mechanism: interaction probability increases with cultural similarity, and agents adopt features from neighbors. The paper then reports 'the coexistence of local convergence and global polarization—a key phenomenon predicted by Axelrod's theory' as evidence of simulator reliability. The predicted phenomenon is therefore encoded into the scenario's interaction rules before the simulation runs; observing it confirms that the generated code implements the stated rules, not that the simulator independently reproduces a theory it was not told about. This makes the theory-verification leg of RQ2 circular by construction, although the Brazilian price-data comparison in Sec. 4.2.2 remains an independent check.

full rationale

Most of YuLan-OneSim's central engineering claims are not circular. The code-free construction pipeline, 50-scenario repository, 100,000-agent execution at about 6,026 seconds per round, and the 75% speedup of the distributed architecture over single-node execution are supported by directly measured runtime, token, event-count, and scaling numbers that do not reduce to the paper's inputs. The Brazilian housing-price fitting is an external comparison against empirical data, and the paper openly reports discrepancies, so it is independent evidence. The AI-researcher and scenario-quality scores are weakened by the use of GPT-4o as both generator and grader, and the paper itself reports that logical errors dominate the generated code (Figure 4) while stating that further repair mechanisms are future work; however, the text does not exhibit a specific equation-level reduction that would make those evaluations circular under the strict standard. The one clear circular step is the Axelrod 'social theory verification': the scenario is constructed from Axelrod's own interaction rule, so the observed local convergence and global polarization re-express the input assumptions rather than independently validating the simulator. Because this circular step forms one of the two pillars of the reliability claim (RQ2), a partial-circularity score of 6 is warranted, while the independent real-data fit and objective scalability results prevent a higher score.

Assumptions & free parameters 0 free parameters · 5 assumptions · 0 invented entities

The central claims rest on several unproven assumptions about LLM behavior and self-evaluation. There are no reported fitted free parameters, but undisclosed calibration in the Brazil simulation cannot be ruled out. No invented physical entities are introduced.

assumptions (5)
  • domain assumption LLM-generated agent responses approximate real human social behavior well enough for valid social simulation.
    The reliability experiments (Section 4.2) treat LLM outputs as behavioral evidence; this is assumed throughout without independent cognitive validation.
  • domain assumption LLM-based quality ratings (GPT-4o) are valid measures of scenario and report quality.
    Sections 4.1 and 4.4 rely on ratings that are either GPT-4o-generated or of unstated provenance; no human agreement study is reported.
  • domain assumption Axelrod's cultural dissemination model is an appropriate benchmark, and reproducing it validates simulator reliability.
    Section 4.2.1 re-implements Axelrod's model as the scenario; agreement with the expected outcome is a consistency check, not a test against external reality.
  • domain assumption The empirical Brazilian rental price distribution from Furtado (2018) is a valid ground truth for a simplified three-market simulation.
    Section 4.2.2 uses this single dataset as the only real-world validation, without documenting model parameterization or calibration.
  • domain assumption The ODD protocol fully captures the information needed to generate correct executable simulation code.
    Section 3.2.1 assumes ODD formalization preserves user intent through behavior graph and code generation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of YuLan-OneSim: Towards the Next Generation of Social Simulator with Large Language Models." pith.science (2026). https://pith.science/paper/KHEDRD2Q

@misc{pith2026250507581,
  author       = {Pith},
  title        = {Pith review of: YuLan-OneSim: Towards the Next Generation of Social Simulator with Large Language Models},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KHEDRD2Q}},
  note         = {Machine review of arXiv:2505.07581}
}
read the original abstract

Leveraging large language model (LLM) based agents to simulate human social behaviors has recently gained significant attention. In this paper, we introduce a novel social simulator called YuLan-OneSim. Compared to previous works, YuLan-OneSim distinguishes itself in five key aspects: (1) Code-free scenario construction: Users can simply describe and refine their simulation scenarios through natural language interactions with our simulator. All simulation code is automatically generated, significantly reducing the need for programming expertise. (2) Comprehensive default scenarios: We implement 50 default simulation scenarios spanning 8 domains, including economics, sociology, politics, psychology, organization, demographics, law, and communication, broadening access for a diverse range of social researchers. (3) Evolvable simulation: Our simulator is capable of receiving external feedback and automatically fine-tuning the backbone LLMs, significantly enhancing the simulation quality. (4) Large-scale simulation: By developing a fully responsive agent framework and a distributed simulation architecture, our simulator can handle up to 100,000 agents, ensuring more stable and reliable simulation results. (5) AI social researcher: Leveraging the above features, we develop an AI social researcher. Users only need to propose a research topic, and the AI researcher will automatically analyze the input, construct simulation environments, summarize results, generate technical reports, review and refine the reports--completing the social science research loop. To demonstrate the advantages of YuLan-OneSim, we conduct experiments to evaluate the quality of the automatically generated scenarios, the reliability, efficiency, and scalability of the simulation process, as well as the performance of the AI social researcher.

Figures

Figures reproduced from arXiv: 2505.07581 by the authors.

Figure 1
Figure 1. The overall framework of our simulator. The upper subfigure highlights the key features of [PITH_FULL_IMAGE:figures/full_fig_p009_1.png] view at source ↗
Figure 2
Figure 2. A toy example of the progressive scenario construction in the job market simulation: from [PITH_FULL_IMAGE:figures/full_fig_p011_2.png] view at source ↗
Figure 3
Figure 3. Illustration of the working process of the AI Social Researcher. There are two main [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figures from the paper (71 more)
Figure 4
Figure 4. Figure 4: Illustration on the distribution of various error types—including logical errors, syntax [PITH_FULL_IMAGE:figures/full_fig_p018_4.png]
Figure 5
Figure 5. Figure 5: Cultural Similarity Maps across simulation stages. The four panels show the evolution of [PITH_FULL_IMAGE:figures/full_fig_p019_5.png]
Figure 6
Figure 6. Figure 6: Local Convergence vs. Global Polarization over 100 simulation rounds. The blue solid [PITH_FULL_IMAGE:figures/full_fig_p020_6.png]
Figure 7
Figure 7. Figure 7: Agent Behavior Graph for the Brazilian Real Estate Market Simulation. The directed [PITH_FULL_IMAGE:figures/full_fig_p021_7.png]
Figure 8
Figure 8. Figure 8: Normalized Frequency Distribution: Simulation vs Empirical Data. The bar chart represents [PITH_FULL_IMAGE:figures/full_fig_p022_8.png]
Figure 9
Figure 9. Figure 9: Performance comparison between our distributed architecture and the single-node approach. [PITH_FULL_IMAGE:figures/full_fig_p023_9.png]
Figure 10
Figure 10. Figure 10: Behavior graph of Customer Satisfaction and Loyalty Model. [PITH_FULL_IMAGE:figures/full_fig_p032_10.png]
Figure 11
Figure 11. Figure 11: Behavior graph of Collective Action Problem. [PITH_FULL_IMAGE:figures/full_fig_p032_11.png]
Figure 12
Figure 12. Figure 12: Behavior graph of Bank Reserves. B.1.4 Cash Flow • Detailed description Cash Flow System Goal: The goal is to simulate a simple economic system where multiple companies manage cash flow and make decisions to sustain operations, aiming to study the impact of cash flow …
Figure 13
Figure 13. Figure 13: Behavior graph of Cash Flow. Rational Choice Theory System Goal: Simulate how individuals make choices based on rational decision-making, validating the basic assumptions of rational choice theory, focusing on how agents evaluate the utility of options and make decisi…
Figure 14
Figure 14. Figure 14: Behavior graph of Rational Choice Theory. [PITH_FULL_IMAGE:figures/full_fig_p035_14.png]
Figure 15
Figure 15. Figure 15: Behavior graph of Auction Market Dynamics. [PITH_FULL_IMAGE:figures/full_fig_p036_15.png]
Figure 16
Figure 16. Figure 16: Behavior graph of Cultural Capital Theory. [PITH_FULL_IMAGE:figures/full_fig_p037_16.png]
Figure 17
Figure 17. Figure 17: Behavior graph of Social Capital Theory. [PITH_FULL_IMAGE:figures/full_fig_p038_17.png]
Figure 18
Figure 18. Figure 18: Behavior graph of Norm Formation Theory. [PITH_FULL_IMAGE:figures/full_fig_p039_18.png]
Figure 19
Figure 19. Figure 19: Behavior graph of Social Relations Theory. [PITH_FULL_IMAGE:figures/full_fig_p040_19.png]
Figure 20
Figure 20. Figure 20: Behavior graph of Theory of Planned Behavior. [PITH_FULL_IMAGE:figures/full_fig_p040_20.png]
Figure 21
Figure 21. Figure 21: Behavior graph of Social Stratification Network. [PITH_FULL_IMAGE:figures/full_fig_p041_21.png]
Figure 22
Figure 22. Figure 22: Behavior graph of Public Opinion Polling. [PITH_FULL_IMAGE:figures/full_fig_p042_22.png]
Figure 23
Figure 23. Figure 23: Behavior graph of Simple Policy Implementation Model. [PITH_FULL_IMAGE:figures/full_fig_p043_23.png]
Figure 24
Figure 24. Figure 24: Behavior graph of Voting. B.3.4 Selective Exposure Theory • Detailed description Selective Exposure Theory System Goal: Simulate voter behavior in choosing specific news sources based on personal preferences to study how selective exposure leads to political polarizat…
Figure 25
Figure 25. Figure 25: Behavior graph of Selective Exposure Theory. [PITH_FULL_IMAGE:figures/full_fig_p045_25.png]
Figure 26
Figure 26. Figure 26: Behavior graph of Rebellion. Electoral Polarization System System Goal: Simulate the dynamics of party competition, media influence, and voter behavior during elections to understand the impact of different electoral systems, media environments, and social network str…
Figure 27
Figure 27. Figure 27: Behavior graph of Electoral Polarization System. [PITH_FULL_IMAGE:figures/full_fig_p047_27.png]
Figure 28
Figure 28. Figure 28: Behavior graph of Cognitive Dissonance Theory. [PITH_FULL_IMAGE:figures/full_fig_p048_28.png]
Figure 29
Figure 29. Figure 29: Behavior graph of Emotional Contagion Model. [PITH_FULL_IMAGE:figures/full_fig_p049_29.png]
Figure 30
Figure 30. Figure 30: Behavior graph of Conformity Behavior Model. [PITH_FULL_IMAGE:figures/full_fig_p050_30.png]
Figure 31
Figure 31. Figure 31: Behavior graph of Antisocial Personality Theory. [PITH_FULL_IMAGE:figures/full_fig_p051_31.png]
Figure 32
Figure 32. Figure 32: Behavior graph of Metacognition Theory [PITH_FULL_IMAGE:figures/full_fig_p052_32.png]
Figure 33
Figure 33. Figure 33: Behavior graph of Attribution Theory. Scientific Management Theory System Goal: The goal of the simulation is to explore Taylor’s scientific management principles by simulating task allocation, standardized operations, and incentive measures to enhance work efficiency…
Figure 34
Figure 34. Figure 34: Behavior graph of Scientific Management Theory. [PITH_FULL_IMAGE:figures/full_fig_p053_34.png]
Figure 35
Figure 35. Figure 35: Behavior graph of Labor Market Matching Process. [PITH_FULL_IMAGE:figures/full_fig_p054_35.png]
Figure 36
Figure 36. Figure 36: Behavior graph of Hawthorne Studies. B.5.4 Decision Theory • Detailed description Decision Theory System Goal: The simulation aims to model different decision-making processes within decision theory using LLMs, studying how choices are made in uncertain and complex en…
Figure 37
Figure 37. Figure 37: Behavior graph of Decision Theory. B.5.5 Organizational Change and Adaptation Theory • Detailed description Organizational Change and Adaptation Theory System Goal: The goal of this simulation is to use large language models (LLMs) to simulate how organizations underg…
Figure 38
Figure 38. Figure 38: Behavior graph of Organizational Change and Adaptation Theory. [PITH_FULL_IMAGE:figures/full_fig_p057_38.png]
Figure 39
Figure 39. Figure 39: Behavior graph of Hierarchy of Needs. B.6 Demographics B.6.1 Epidemic Transmission Network • Detailed description Epidemic Transmission Network System Goal: Simulate the spread of disease within a population to study how individual behavior, demographic characteristic…
Figure 40
Figure 40. Figure 40: Behavior graph of Epidemic Transmission Network. [PITH_FULL_IMAGE:figures/full_fig_p059_40.png]
Figure 41
Figure 41. Figure 41: Behavior graph of Health Inequality. 60 [PITH_FULL_IMAGE:figures/full_fig_p060_41.png]
Figure 42
Figure 42. Figure 42: Behavior graph of SIR Model. B.6.4 Life Course Theory • Detailed description 61 [PITH_FULL_IMAGE:figures/full_fig_p061_42.png]
Figure 43
Figure 43. Figure 43: Behavior graph of Life Course Theory. B.6.5 Health Belief Model • Detailed description 62 [PITH_FULL_IMAGE:figures/full_fig_p062_43.png]
Figure 44
Figure 44. Figure 44: Behavior graph of Health Belief Model. B.6.6 Community Health Mobilization Theory • Detailed description Community Health Mobilization Theory System Goal: Simulate the process of community health mobilization focusing on interactions between community members, leaders…
Figure 45
Figure 45. Figure 45: Behavior graph of Community Health Mobilization Theory. [PITH_FULL_IMAGE:figures/full_fig_p064_45.png]
Figure 46
Figure 46. Figure 46: Behavior graph of Reciprocal Altruism Theory. [PITH_FULL_IMAGE:figures/full_fig_p065_46.png]
Figure 47
Figure 47. Figure 47: Behavior graph of Court Trial Simulation. [PITH_FULL_IMAGE:figures/full_fig_p066_47.png]
Figure 48
Figure 48. Figure 48: Behavior graph of Social Contract Theory. [PITH_FULL_IMAGE:figures/full_fig_p066_48.png]
Figure 49
Figure 49. Figure 49: Behavior graph of Case Law Model. B.7.4 Tort Law and Compensation • Detailed description Tort Law and Compensation System Goal: 67 [PITH_FULL_IMAGE:figures/full_fig_p067_49.png]
Figure 50
Figure 50. Figure 50: Behavior graph of Tort Law and Compensation. [PITH_FULL_IMAGE:figures/full_fig_p068_50.png]
Figure 51
Figure 51. Figure 51: Behavior graph of Unjust Enrichment. B.7.6 Self-Defense and Excessive Defense • Detailed description Self-Defense and Excessive Defense System Goal: 69 [PITH_FULL_IMAGE:figures/full_fig_p069_51.png]
Figure 52
Figure 52. Figure 52: Behavior graph of Self-Defense and Excessive Defense. [PITH_FULL_IMAGE:figures/full_fig_p070_52.png]
Figure 53
Figure 53. Figure 53: Behavior graph of Work Hours and Overtime in Labor Law. [PITH_FULL_IMAGE:figures/full_fig_p071_53.png]
Figure 54
Figure 54. Figure 54: Behavior graph of Information Cascade and Silence. [PITH_FULL_IMAGE:figures/full_fig_p072_54.png]
Figure 55
Figure 55. Figure 55: Behavior graph of Two Step Flow Model. Uses and Gratifications Theory System Goal: Simulate how audiences choose and use different types of media based on personal needs to validate the basic assumptions of the uses and gratifications theory. Agent Types: Audience Age…
Figure 56
Figure 56. Figure 56: Behavior graph of Uses and Gratifications Theory. [PITH_FULL_IMAGE:figures/full_fig_p074_56.png]
Figure 57
Figure 57. Figure 57: Behavior graph of Diffusion of Innovations. [PITH_FULL_IMAGE:figures/full_fig_p075_57.png]
Figure 58
Figure 58. Figure 58: Behavior graph of Cultural Globalization. [PITH_FULL_IMAGE:figures/full_fig_p076_58.png]
Figure 59
Figure 59. Figure 59: Behavior graph of Agenda Setting Theory. [PITH_FULL_IMAGE:figures/full_fig_p076_59.png]
Figure 60
Figure 60. Figure 60: ODD protocol generation through natural language interaction. The user describes their [PITH_FULL_IMAGE:figures/full_fig_p077_60.png]
Figure 61
Figure 61. Figure 61: Agent type extraction and confirmation interface. Users can review and adjust the agent [PITH_FULL_IMAGE:figures/full_fig_p078_61.png]
Figure 62
Figure 62. Figure 62: Behavior graph generation interface. The system visualizes agent actions as nodes and [PITH_FULL_IMAGE:figures/full_fig_p078_62.png]
Figure 63
Figure 63. Figure 63: Code generation interface showing real-time code generation for simulation components. [PITH_FULL_IMAGE:figures/full_fig_p079_63.png]
Figure 64
Figure 64. Figure 64: Detailed view of generated code for specific nodes in the behavior graph, allowing users [PITH_FULL_IMAGE:figures/full_fig_p079_64.png]
Figure 65
Figure 65. Figure 65: Agent profile configuration interface, allowing users to define agent attributes and [PITH_FULL_IMAGE:figures/full_fig_p080_65.png]
Figure 66
Figure 66. Figure 66: Simulation configuration interface allowing users to set execution parameters such as [PITH_FULL_IMAGE:figures/full_fig_p080_66.png]
Figure 67
Figure 67. Figure 67: Scenario selection interface showing pre-built scenarios organized by domain. [PITH_FULL_IMAGE:figures/full_fig_p081_67.png]
Figure 68
Figure 68. Figure 68: Simulation execution interface showing the virtual environment with buildings and agents. [PITH_FULL_IMAGE:figures/full_fig_p081_68.png]
Figure 69
Figure 69. Figure 69: Character management interface showing detailed information about all agents in the [PITH_FULL_IMAGE:figures/full_fig_p082_69.png]
Figure 70
Figure 70. Figure 70: Individual agent profile view showing detailed attributes and allowing for profile editing. [PITH_FULL_IMAGE:figures/full_fig_p082_70.png]
Figure 71
Figure 71. Figure 71: Event management interface displaying all events occurring within the simulation in [PITH_FULL_IMAGE:figures/full_fig_p083_71.png]
Figure 72
Figure 72. Figure 72: Simulation monitoring interface showing real-time metrics of the simulation progress. [PITH_FULL_IMAGE:figures/full_fig_p083_72.png]
Figure 73
Figure 73. Figure 73: Feedback collection interface allowing for the evaluation and refinement of LLM responses. [PITH_FULL_IMAGE:figures/full_fig_p084_73.png]
Figure 74
Figure 74. Figure 74: Broadcast interface for sending global announcements to all agents in the simulation. [PITH_FULL_IMAGE:figures/full_fig_p084_74.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Step-Level Preference Learning for Generative Agents in Social Simulations

    cs.AI 2026-07 conditional novelty 7.0 of 10

    Step-level human preference data collected via SimPref, then SFT+DPO, improves long-horizon social-simulation behavior of open-weight LLM agents on held-out events.

Reference graph

Works this paper leans on

38 extracted references · 16 canonical work pages · cited by 1 Pith paper

  1. [1]

    Social simulation in the social sciences: A brief overview

    Flaminio Squazzoni, Wander Jager, and Bruce Edmonds. Social simulation in the social sciences: A brief overview. Social Science Computer Review, 32 0 (3): 0 279--294, 2014

  2. [2]

    A survey of agent-based modeling practices (january 1998 to july 2008)

    Brian Heath, Raymond Hill, and Frank Ciarallo. A survey of agent-based modeling practices (january 1998 to july 2008). Journal of Artificial Societies and Social Simulation, 12 0 (4): 0 9, 2009

  3. [3]

    Agent-based models in sociology

    Federico Bianchi and Flaminio Squazzoni. Agent-based models in sociology. Wiley Interdisciplinary Reviews: Computational Statistics, 7 0 (4): 0 284--306, 2015

  4. [4]

    Large language models empowered agent-based modeling and simulation: A survey and perspectives

    Chen Gao, Xiaochong Lan, Nian Li, Yuan Yuan, Jingtao Ding, Zhilun Zhou, Fengli Xu, and Yong Li. Large language models empowered agent-based modeling and simulation: A survey and perspectives. Humanities and Social Sciences Communications, 11 0 (1): 0 1--24, 2024 a

  5. [5]

    A survey of large language models

    Wayne Xin Zhao, Kun Zhou, Junyi Li, Tianyi Tang, Xiaolei Wang, Yupeng Hou, Yingqian Min, Beichen Zhang, Junjie Zhang, Zican Dong, et al. A survey of large language models. arXiv preprint arXiv:2303.18223, 1 0 (2), 2023

  6. [6]

    Gpt-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  7. [7]

    Gensim: A general social simulation platform with large language model based agents

    Jiakai Tang, Heyang Gao, Xuchen Pan, Lei Wang, Haoran Tan, Dawei Gao, Yushuo Chen, Xu Chen, Yankai Lin, Yaliang Li, et al. Gensim: A general social simulation platform with large language model based agents. arXiv preprint arXiv:2410.04360, 2024

  8. [8]

    Oasis: Open agents social interaction simulations on one million agents

    Ziyi Yang, Zaibin Zhang, Zirui Zheng, Yuxian Jiang, Ziyue Gan, Zhiyu Wang, Zijian Ling, Jinsong Chen, Martz Ma, Bowen Dong, et al. Oasis: Open agents social interaction simulations on one million agents. arXiv preprint arXiv:2411.11581, 2024 a

Show all 38 references
  1. [9]

    Agentsociety: Large-scale simulation of llm-driven generative agents advances understanding of human behaviors and society

    Jinghua Piao, Yuwei Yan, Jun Zhang, Nian Li, Junbo Yan, Xiaochong Lan, Zhihong Lu, Zhiheng Zheng, Jing Yi Wang, Di Zhou, et al. Agentsociety: Large-scale simulation of llm-driven generative agents advances understanding of human behaviors and society. arXiv preprint arXiv:2502...

  2. [10]

    Dynamic models of segregation

    Thomas C Schelling. Dynamic models of segregation. Journal of mathematical sociology, 1 0 (2): 0 143--186, 1971

  3. [11]

    The dissemination of culture: A model with local convergence and global polarization

    Robert Axelrod. The dissemination of culture: A model with local convergence and global polarization. Journal of conflict resolution, 41 0 (2): 0 203--226, 1997

  4. [12]

    An artificial stock market

    Richard G Palmer, W Brian Arthur, John H Holland, and Blake LeBaron. An artificial stock market. Artificial Life and Robotics, 3: 0 27--31, 1999

  5. [13]

    Recsim: A configurable simulation platform for recommender systems

    Eugene Ie, Chih-wei Hsu, Martin Mladenov, Vihan Jain, Sanmit Narvekar, Jing Wang, Rui Wu, and Craig Boutilier. Recsim: A configurable simulation platform for recommender systems. arXiv preprint arXiv:1909.04847, 2019

  6. [14]

    Generative agents: Interactive simulacra of human behavior

    Joon Sung Park, Joseph O'Brien, Carrie Jun Cai, Meredith Ringel Morris, Percy Liang, and Michael S Bernstein. Generative agents: Interactive simulacra of human behavior. In Proceedings of the 36th annual acm symposium on user interface software and technology, pages 1--22, 2023

  7. [15]

    User behavior simulation with large language model-based agents

    Lei Wang, Jingsen Zhang, Hao Yang, Zhi-Yuan Chen, Jiakai Tang, Zeyu Zhang, Xu Chen, Yankai Lin, Hao Sun, Ruihua Song, et al. User behavior simulation with large language model-based agents. ACM Transactions on Information Systems, 43 0 (2): 0 1--37, 2025

  8. [16]

    S3: Social-network simulation system with large language model-empowered agents

    Chen Gao, Xiaochong Lan, Zhihong Lu, Jinzhu Mao, Jinghua Piao, Huandong Wang, Depeng Jin, and Yong Li. S3: Social-network simulation system with large language model-empowered agents. arXiv preprint arXiv:2307.14984, 2023

  9. [17]

    Econagent: large language model-empowered agents for simulating macroeconomic activities

    Nian Li, Chen Gao, Mingyu Li, Yong Li, and Qingmin Liao. Econagent: large language model-empowered agents for simulating macroeconomic activities. arXiv preprint arXiv:2310.10436, 2023

  10. [18]

    War and peace (waragent): Large language model-based multi-agent simulation of world wars

    Wenyue Hua, Lizhou Fan, Lingyao Li, Kai Mei, Jianchao Ji, Yingqiang Ge, Libby Hemphill, and Yongfeng Zhang. War and peace (waragent): Large language model-based multi-agent simulation of world wars. arXiv preprint arXiv:2311.17227, 2023

  11. [19]

    Trendsim: Simulating trending topics in social media under poisoning attacks with llm-based multi-agent system

    Zeyu Zhang, Jianxun Lian, Chen Ma, Yaning Qu, Ye Luo, Lei Wang, Rui Li, Xu Chen, Yankai Lin, Le Wu, et al. Trendsim: Simulating trending topics in social media under poisoning attacks with llm-based multi-agent system. arXiv preprint arXiv:2412.12196, 2024 a

  12. [20]

    Agent hospital: A simulacrum of hospital with evolvable medical agents

    Junkai Li, Yunghwei Lai, Weitao Li, Jingyi Ren, Meng Zhang, Xinhui Kang, Siyu Wang, Peng Li, Ya-Qin Zhang, Weizhi Ma, et al. Agent hospital: A simulacrum of hospital with evolvable medical agents. arXiv preprint arXiv:2405.02957, 2024

  13. [21]

    Fincon: A synthesized llm multi-agent system with conceptual verbal reinforcement for enhanced financial decision making

    Yangyang Yu, Zhiyuan Yao, Haohang Li, Zhiyang Deng, Yuechen Jiang, Yupeng Cao, Zhi Chen, Jordan Suchow, Zhenyu Cui, Rong Liu, et al. Fincon: A synthesized llm multi-agent system with conceptual verbal reinforcement for enhanced financial decision making. Advances in Neural Inf...

  14. [22]

    On generative agents in recommendation

    An Zhang, Yuxin Chen, Leheng Sheng, Xiang Wang, and Tat-Seng Chua. On generative agents in recommendation. In Proceedings of the 47th international ACM SIGIR conference on research and development in Information Retrieval, pages 1807--1817, 2024 b

  15. [23]

    Urban generative intelligence (ugi): A foundational platform for agents in embodied city environment

    Fengli Xu, Jun Zhang, Chen Gao, Jie Feng, and Yong Li. Urban generative intelligence (ugi): A foundational platform for agents in embodied city environment. arXiv preprint arXiv:2312.11813, 2023

  16. [24]

    Simulating opinion dynamics with networks of llm-based agents

    Yun-Shiuan Chuang, Agam Goyal, Nikunj Harlalka, Siddharth Suresh, Robert Hawkins, Sijia Yang, Dhavan Shah, Junjie Hu, and Timothy T Rogers. Simulating opinion dynamics with networks of llm-based agents. arXiv preprint arXiv:2311.09618, 2023

  17. [25]

    Large language models show human-like content biases in transmission chain experiments

    Alberto Acerbi and Joseph M Stubbersfield. Large language models show human-like content biases in transmission chain experiments. Proceedings of the National Academy of Sciences, 120 0 (44): 0 e2313790120, 2023

  18. [26]

    Electionsim: Massive population election simulation powered by large language model driven agents

    Xinnong Zhang, Jiayu Lin, Libo Sun, Weihong Qi, Yihang Yang, Yue Chen, Hanjia Lyu, Xinyi Mou, Siming Chen, Jiebo Luo, et al. Electionsim: Massive population election simulation powered by large language model driven agents. arXiv preprint arXiv:2410.20746, 2024 c

  19. [27]

    Agentscope: A flexible yet robust multi-agent platform

    Dawei Gao, Zitao Li, Xuchen Pan, Weirui Kuang, Zhijian Ma, Bingchen Qian, Fei Wei, Wenhao Zhang, Yuexiang Xie, Daoyuan Chen, et al. Agentscope: A flexible yet robust multi-agent platform. arXiv preprint arXiv:2402.14034, 2024 b

  20. [28]

    Very large-scale multi-agent simulation in agentscope

    Xuchen Pan, Dawei Gao, Yuexiang Xie, Yushuo Chen, Zhewei Wei, Yaliang Li, Bolin Ding, Ji-Rong Wen, and Jingren Zhou. Very large-scale multi-agent simulation in agentscope. arXiv preprint arXiv:2407.17789, 2024

  21. [29]

    Socioverse: A world model for social simulation powered by llm agents and a pool of 10 million real-world users

    Xinnong Zhang, Jiayu Lin, Xinyi Mou, Shiyue Yang, Xiawei Liu, Libo Sun, Hanjia Lyu, Yihang Yang, Weihong Qi, Yue Chen, et al. Socioverse: A world model for social simulation powered by llm agents and a pool of 10 million real-world users. arXiv preprint arXiv:2504.10157, 2025

  22. [30]

    Sotopia: Interactive evaluation for social intelligence in language agents

    Xuhui Zhou, Hao Zhu, Leena Mathur, Ruohong Zhang, Haofei Yu, Zhengyang Qi, Louis-Philippe Morency, Yonatan Bisk, Daniel Fried, Graham Neubig, et al. Sotopia: Interactive evaluation for social intelligence in language agents. arXiv preprint arXiv:2310.11667, 2023

  23. [31]

    Sotopia-s4: a user-friendly system for flexible, customizable, and large-scale social simulation

    Xuhui Zhou, Zhe Su, Sophie Feng, Jiaxu Zhou, Jen-tse Huang, Hsien-Te Kao, Spencer Lynch, Svitlana Volkova, Tongshuang Sherry Wu, Anita Woolley, et al. Sotopia-s4: a user-friendly system for flexible, customizable, and large-scale social simulation. arXiv preprint arXiv:2504.16...

  24. [32]

    Medagents: Large language models as collaborators for zero-shot medical reasoning

    Xiangru Tang, Anni Zou, Zhuosheng Zhang, Ziming Li, Yilun Zhao, Xingyao Zhang, Arman Cohan, and Mark Gerstein. Medagents: Large language models as collaborators for zero-shot medical reasoning. arXiv preprint arXiv:2311.10537, 2023

  25. [33]

    The odd protocol: a review and first update

    Volker Grimm, Uta Berger, Donald L DeAngelis, J Gary Polhill, Jarl Giske, and Steven F Railsback. The odd protocol: a review and first update. Ecological modelling, 221 0 (23): 0 2760--2768, 2010

  26. [34]

    Grpc: A communication cooperation mechanism in distributed systems

    Xingwei Wang, Hong Zhao, and Jiakeng Zhu. Grpc: A communication cooperation mechanism in distributed systems. ACM SIGOPS Operating Systems Review, 27 0 (3): 0 75--86, 1993

  27. [35]

    Policyspace: agent-based modeling

    Bernardo Alves Furtado. Policyspace: agent-based modeling. 2018

  28. [36]

    An Yang, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chengyuan Li, Dayiheng Liu, Fei Huang, Haoran Wei, et al. Qwen2. 5 technical report. arXiv preprint arXiv:2412.15115, 2024 b

  29. [37]

    Efficient memory management for large language model serving with pagedattention

    Woosuk Kwon, Zhuohan Li, Siyuan Zhuang, Ying Sheng, Lianmin Zheng, Cody Hao Yu, Joseph Gonzalez, Hao Zhang, and Ion Stoica. Efficient memory management for large language model serving with pagedattention. In Proceedings of the 29th Symposium on Operating Systems Principles, p...

  30. [38]

    Gpt-4o system card

    Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. Gpt-4o system card. arXiv preprint arXiv:2410.21276, 2024

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.