Belief Engine: Configurable and Inspectable Stance Dynamics in Multi-Agent LLM Deliberation
Quick Take
The Belief Engine enhances multi-agent LLM deliberation by making stance dynamics auditable and configurable.
Key Points
- Introduces an auditable belief-update layer for LLM agents.
- Extracts structured arguments to update stance based on evidence.
- Enables configurable studies of evidence-grounded deliberation.
📖 Reader Mode
~2 min readAbstract:LLM-based agents are increasingly used to simulate deliberative interactions such as negotiation, conflict resolution, and multi-turn opinion exchange. Yet generated transcripts often do not reveal why an agent's stance changes: movement may reflect evidence uptake, anchoring, role drift, echoing, or changed prompt and retrieval context. We introduce the Belief Engine (BE), an auditable belief-update layer that treats "belief" as an evidential state over a proposition and exposes it as scalar stance. BE extracts arguments into structured memory and updates stance with a log-odds rule controlled by evidence uptake u and prior anchoring a. Across multiple base LLMs, parameter sweeps show that these controls reliably shape stance dynamics while preserving an evidence-level update trail. On DEBATE, a human deliberation dataset with pre/post opinions, BE best reconstructs participants whose final stance follows extracted evidence; stable and evidence-opposed cases instead point to anchoring or factors outside the extracted evidence stream. BE provides configurable infrastructure for studying evidence-grounded deliberation, where openness, commitment, convergence, and disagreement can be tied to explicit update assumptions rather than hidden prompt effects.
| Subjects: | Artificial Intelligence (cs.AI); Machine Learning (cs.LG); Multiagent Systems (cs.MA) |
| Cite as: | arXiv:2605.15343 [cs.AI] |
| (or arXiv:2605.15343v1 [cs.AI] for this version) | |
| https://doi.org/10.48550/arXiv.2605.15343 arXiv-issued DOI via DataCite (pending registration) |
Submission history
From: Joshua C. Yang [view email]
[v1]
Thu, 14 May 2026 19:13:12 UTC (2,052 KB)
— Originally published at arxiv.org
More from arXiv cs.AI
See more →From Prompts to Protocols: An AI Agent for Laboratory Automation
An AI agent integrates large language models for automating laboratory protocols, enhancing efficiency and accuracy.