BayesBench: Evaluating LLM Belief Trajectories Under Multi-Turn Evidence Accumulation
Quick Answer
BayesBench evaluates LLMs' belief updates in multi-turn conversations, revealing that while scaling improves latent inference, it doesn't consistently enhance downstream predictions.
Quick Take
BayesBench evaluates LLMs' belief updates in multi-turn conversations, revealing that while scaling improves latent inference, it doesn't consistently enhance downstream predictions. The study assesses seven LLMs (3B-70B) across Bayesian tasks, highlighting a gap between inferring latent structures and rational belief updates.
Key Points
- BayesBench introduces three tasks: Bayesian estimation, prediction, and latent-framed prediction.
- Seven LLMs (3B-70B) were tested for belief updates in multi-turn settings.
- Scaling improves latent inference, with updates sometimes matching Bayesian posteriors.
- Downstream predictions show a gap between inferring latent structures and belief updates.
- The evaluation method shifts focus from final-turn answers to belief evolution.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 30850v1 Announce Type: new Abstract: Large language models (LLMs) are typically deployed in multi-turn conversations, where each turn provides new evidence that should reduce epistemic uncertainty about their environment. Acting rationally then requires inferring the unobserved quantities that govern it and updating beliefs about them as evidence accumulates. Yet most evaluations only score the model's final-turn answer in a single-turn format, leaving this process unexamined.
We ask how closely LLMs' belief updates match those of a rational Bayesian reasoner in multi-turn settings, and introduce BayesBench, a suite of simulation environments that probe this across three progressively complex tasks: (i) Bayesian estimation, where the model infers an unknown parameter from sequential evidence; (ii) Bayesian prediction, where the model turns inferred beliefs about a latent variable into outcome forecasts; and (iii) latent-framed Bayesian prediction, where observations are filtered through a user-persona framing, requiring joint inference over the latent state and the persona.
Across seven LLMs (3B--70B), scaling improves latent inference and evidence accumulation, with updates occasionally matching the Bayesian posterior. However, these gains do not reliably carry over to downstream prediction, exposing a gap between inferring latent structure and using it to rationally update beliefs about the target outcome.
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →The Verification Horizon: No Silver Bullet for Coding Agent Rewards
As coding agents evolve, verifying solutions becomes more challenging than generating them, necessitating a focus on scalable, faithful, and robust verification methods. The study reveals that no fixed reward function can sustain effectiveness as model capabilities advance, emphasizing the need for verification to evolve alongside solution generation.