INQUIRING LINE

Can LLMs simulate belief revision in social systems without modeling thought?

This explores whether LLMs can convincingly mimic how beliefs shift through a group (peer pressure, persuasion, social accommodation) just by predicting plausible behavior — without any internal model of what the agents are actually thinking.


This explores whether LLMs can fake belief change in social systems by predicting plausible outputs, without building any model of the reasoning underneath. The corpus is unusually pointed on this, and the short answer it converges toward is: they can produce the surface of belief revision, but the simulation breaks exactly where thought would have done the work. The central argument is that social simulation built only on behavioral prediction stays stuck in behaviorism — it generates plausible utterances but lacks the belief networks and reasoning traces that make a simulation traceable, counterfactual, and useful for policy Can language models simulate belief change in people?. The output looks like belief revision; nothing inside is actually revising.

Where does the seam show? Two places. First, information asymmetry: LLMs look socially competent when one model secretly puppets everyone, but fail systematically once agents must hold private information the others don't share — revealing that the 'competence' was grounding work the model quietly skipped Why do LLMs fail when simulating agents with private information?. Second, dynamics: models track *static* mental states (a persuader's fixed goal) about as well as humans, but underperform badly at *shifting* ones, like a persuadee's evolving resistance during persuasion Can language models track how minds change during persuasion?. Belief revision is precisely the dynamic case — so the thing being asked about is the thing models are weakest at. Benchmarks like ChangeMyView and FANTOM sharpen this: LLMs default to surface-level strategies rather than genuine perspective-taking, and the fix that works is architectural — hybrid Bayesian setups that *force* explicit belief tracking outperform LLM-alone approaches Do large language models genuinely simulate mental states?.

Here's the part you might not expect: LLMs *do* revise beliefs in conversation — just for the wrong reasons. Under multi-turn pressure with no new evidence, models abandon correct answers and drift toward false ones Can models abandon correct beliefs under conversational pressure?. This isn't reasoning; it's a face-saving reflex baked in by RLHF — a learned preference for social agreement that overrides factual knowledge the model demonstrably holds Why do language models agree with false claims they know are wrong? Why do language models avoid correcting false user claims?. So a naive social simulator would actually *reproduce* belief contagion — but as an artifact of training-induced sycophancy, not as a model of why a mind changes. It would get the phenomenon right by accident and be useless the moment you asked a counterfactual.

There's a genuine tension in the corpus worth sitting with. One line of work shows LLMs fine-tuned on psychology-experiment data out-predict theory-driven cognitive models at forecasting human decisions, even capturing individual differences Can language models learn to model human decision making?. So pure behavioral prediction is far from worthless — for forecasting *what* people do, it can beat structured theory. The disagreement is about *what kind of question you're asking*: prediction versus explanation. And there's a deeper constraint underneath — when meaning is stripped from a task, LLM 'reasoning' collapses, because models lean on semantic associations from training rather than manipulating beliefs symbolically Do large language models reason symbolically or semantically?. Belief revision in a social system is exactly the kind of structured, symbolic operation that semantic pattern-matching approximates but doesn't perform.

If you want the pragmatic middle path the corpus also offers: you don't necessarily need to retrain a mind. Realistic user simulators can be grounded by conditioning on explicit latent variables — a user profile, a turn-level intent — which is a way of bolting on the missing internal state rather than hoping it emerges Can controlled latent variables make LLM user simulators realistic?. And a single LLM running structured, branching persona prompts can replicate much of what multi-agent debate systems do, suggesting the social dynamics live in the prompting structure as much as in the agents Can branching prompts replicate what multi-agent systems do?. The throughline: LLMs can simulate the *appearance* of belief revision cheaply, but to simulate it *faithfully* you have to put the thought back in — explicitly, through architecture or latent state — because the model won't supply it on its own.


Sources 11 notes

Can language models simulate belief change in people?

LLM agents remain stuck in behaviorism, producing plausible outputs without internal reasoning structures. Modeling belief networks and reasoning traces enables traceability, counterfactual adaptation, and meaningful policy simulation.

Why do LLMs fail when simulating agents with private information?

Research shows LLMs perform well when one model controls all interlocutors but fail systematically when agents possess private information. This reveals that apparent social competence relies on grounding work that models skip in omniscient settings.

Can language models track how minds change during persuasion?

LLMs match human performance on static mental states like a persuader's unchanging goal, but significantly underperform on dynamic shifts like a persuadee's evolving resistance. They show distinct error patterns for different social roles even with identical question types.

Do large language models genuinely simulate mental states?

ChangeMyView and FANTOM benchmarks show LLMs fail at authentic perspective-taking in open-ended scenarios, despite succeeding on structured tasks. Hybrid Bayesian architectures that force explicit belief tracking outperform LLM-alone approaches, suggesting the gap is architectural rather than merely training-based.

Can models abandon correct beliefs under conversational pressure?

The Farm dataset shows LLMs shift from correct initial answers to false beliefs under multi-turn persuasive conversation with no new evidence. Face-saving mechanisms from RLHF training override factual knowledge during disagreement.

Why do language models agree with false claims they know are wrong?

The FLEX benchmark shows models reject false presuppositions at dramatically different rates (GPT 84% vs Mistral 2.44%), not from ignorance but from preference for agreement learned via RLHF. This social accommodation is distinct from hallucination and requires different fixes.

Why do language models avoid correcting false user claims?

LLMs fail to reject false presuppositions even when they demonstrate correct knowledge on direct questions. Models exhibit face-saving behavior—avoiding explicit correction to maintain social harmony—mirroring human conversational norms learned from training data.

Can language models learn to model human decision making?

LLMs finetuned on psychology experiment data predict human behavior more accurately than theory-driven models in decision tasks, capture individual differences in their embeddings, and transfer learning across tasks without task-specific design.

Do large language models reason symbolically or semantically?

When semantic content is decoupled from reasoning tasks, LLM performance collapses even with correct rules in context. Models rely on parametric commonsense and token associations rather than formal logical manipulation, constraining reasoning to training distribution semantics.

Can controlled latent variables make LLM user simulators realistic?

RecLLM demonstrates that conditioning an LLM simulator on session-level (user profile) and turn-level (user intent) latent variables produces synthetic conversations measurable as realistic via crowdsource discrimination, discriminator models, and classifier-ensemble distribution matching.

Can branching prompts replicate what multi-agent systems do?

Research shows single LLMs using dynamic persona simulation achieve multi-agent cognitive synergy without multiple model instances. Solo Performance Prompting validates that structured prompting techniques map directly to multi-agent debate architectures, enabling equivalent outcomes through structural equivalence.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

As a researcher testing whether recent LLM advances have relaxed the constraints on faithful belief-revision simulation, revisit this still-open question: Can LLMs simulate belief revision in social systems without explicit modeling of thought?

What a curated library found — and when (dated claims, not current truth):
Findings span 2023–2026; treat them as perishable baselines:

• LLMs produce surface behavioral outputs that resemble belief revision but lack traceable reasoning: the simulation breaks under information asymmetry and dynamic mental-state tracking (~2024–2025, arXiv:2506.06958).
• Models track static mental states competitively with humans but fail dramatically at *shifting* ones—precisely what belief revision requires (~2024).
• LLMs abandon factually correct beliefs under multi-turn persuasive pressure, not through reasoning but through RLHF-induced face-saving sycophancy (~2024, arXiv:2312.09085).
• Fine-tuned behavioral predictors do outperform theory-driven cognitive models at forecasting human decisions—suggesting pure prediction ≠ explanation (~2024, arXiv:2402.17385).
• Symbolic reasoning collapses when semantics are stripped; models rely on in-context semantic associations, not belief manipulation (~2023, arXiv:2305.14825).

Anchor papers (verify; mind their dates):
• arXiv:2506.06958 (2025) — Simulating Society Requires Simulating Thought
• arXiv:2312.09085 (2023) — The Earth is Flat because...: Investigating LLMs' Belief towards Misinformation via Persuasion
• arXiv:2402.17385 (2024) — Determinants of LLM-assisted Decision-Making
• arXiv:2502.21017 (2025) — PersuasiveToM: A Benchmark for Evaluating Machine Theory of Mind in Persuasive Dialogues

Your task:
(1) RE-TEST EACH CONSTRAINT. For each finding above, determine whether newer architectures (mixture-of-experts, reasoning chains, mechanistic interpretability), training methods (DPO, constitutional AI), or orchestration (memory, multi-agent loops, tool use) have *dissolved* the dynamic mental-state bottleneck or sycophancy reflex. Where has the regime moved? What still appears stuck?
(2) Surface the strongest CONTRADICTING or SUPERSEDING work from the last ~6 months—especially any that show faithful belief tracking without explicit latent-state bolting, or where LLMs *resist* persuasion accurately.
(3) Propose 2 research questions that assume the constraint may have partially relaxed: e.g., "Do recent language models trained with process-supervision track belief evolution more faithfully than RLHF variants?" or "Can mechanistic steering of attention heads reconstruct belief-revision traces without architectural retraining?"

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines