LLMs Are Not Bayesian: Unpacking the Internal Inconsistency in Probabilistic Belief Updating

LLMs show systematic deviations from Bayesian belief updating, undermining their reliability in probabilistic reasoning tasks.
This study treats LLMs as "information processing rules" and introduces the "information processing gap" metric to quantify deviations between a model's actual belief updates and ideal Bayesian updates. Researchers found that LLMs produce contradictory probability judgments when presented with logically equivalent evidence in different orders or framings, revealing that their probabilistic beliefs are not grounded in consistent reasoning logic. This flaw is especially dangerous in high-stakes domains like healthcare and law, where untrustworthy confidence outputs and compounding errors in multi-step reasoning cannot be detected by conventional accuracy metrics alone. The study also provides a quantifiable diagnostic framework pointing toward future improvements via Bayesian-constrained training and self-verification mechanisms.
When AI Enters Domains Without Clear-Cut Answers
Modern AI systems are increasingly deployed in complex fields like medicine, science, and law. These domains share a defining characteristic: faced with the same evidence, there is rarely a single objectively correct answer. Physicians must weigh multiple possible diagnoses based on test results, judges must infer the probability of facts from chains of evidence, and researchers must assess the likelihood of hypotheses from incomplete data.
In these scenarios, a reliable intelligent system must possess one core capability — representing and updating uncertain beliefs about the world. In other words, when new evidence arrives, the system should rationally revise its prior judgments. This is the essence of probabilistic reasoning, and precisely what Bayes' theorem describes as the ideal form of belief updating.
But do today's large language models (LLMs) actually possess this kind of consistent probabilistic reasoning? A recent study offers a thought-provoking answer: LLMs do not consistently follow Bayesian rules, and their probabilistic beliefs exhibit internal inconsistencies.

Treating LLMs as Information Processing Rules: A Novel Analytical Framework
This study introduces a fresh analytical perspective: viewing large language models as information processing rules. Under this framework, each of a model's "evidence-to-belief" transformations can be treated as a measurable processing operation.
The Information Processing Gap: Measuring the Distance Between LLMs and the Bayesian Ideal
The research introduces a key metric — the information processing gap — to quantify the deviation between a model's actual belief updates and ideal Bayesian updates.
Bayesian updating is the "gold standard" of probabilistic reasoning: given a prior probability and the likelihood of new evidence, a rational agent should arrive at a uniquely determined posterior probability via Bayes' formula. If a system is a self-consistent Bayesian reasoner, the final beliefs it reaches should remain identical regardless of the order or manner in which the same evidence is presented.
By measuring the size of this gap, researchers can quantify the internal consistency (or inconsistency) of an LLM's probabilistic belief updating process. The elegance of this approach is that it does not depend on whether a "correct answer" exists — it directly examines the logical coherence of the model's own reasoning.
Why Consistency Matters More Than Accuracy
For AI deployed in high-stakes domains, internal consistency is arguably even more critical than single-instance accuracy. A system that occasionally makes mistakes but reasons logically is predictable and calibratable; a system whose probabilistic beliefs contradict themselves may produce conflicting conclusions from identical evidence — an extremely dangerous property in medical diagnosis or legal reasoning.
Systematic Biases in LLM Probabilistic Reasoning
Through extensive experiments evaluating LLM performance on probabilistic belief updating, the study's central finding is: there are systematic deviations between LLMs' belief updates and Bayesian rules.
This means that even when faced with logically equivalent presentations of evidence, models may arrive at inconsistent probability judgments. In other words, LLM "beliefs" are not stable and self-consistent like those of a rational agent — they drift in response to irrelevant factors such as how evidence is framed or the order in which it is presented.
Three Critical Warnings for Real-World AI Deployment
This finding carries direct implications for AI application deployment:
- Do not blindly trust probability or confidence scores output by LLMs. The "likelihood" assessments a model produces may not be grounded in consistent probabilistic logic, and the reliability of these values requires independent verification.
- Risks compound in multi-step evidence integration tasks. Bayesian updating errors at each step can accumulate, causing the final judgment to deviate severely from a rational result — a particularly acute concern in multi-turn diagnostic reasoning.
- Consistency should become an independent dimension of AI reliability evaluation. Traditional accuracy metrics cannot capture this kind of internal logical contradiction; new evaluation standards such as the information processing gap need to be introduced.
Toward More Reliable Probabilistic Reasoning in AI
The value of this research lies not only in exposing the problem, but also in providing a set of quantifiable diagnostic tools. Through the information processing gap metric, researchers and developers can systematically measure and compare the probabilistic reasoning reliability of different models.
Taking a longer view, enabling AI to truly excel in uncertainty-intensive fields like medicine, science, and law requires far more than simply scaling up model size or improving linguistic fluency. Teaching models to handle uncertain information consistently and rationally is the critical link on the path to trustworthy AI.
Future improvement directions may include:
- Introducing explicit Bayesian constraints during training or inference
- Designing self-verification mechanisms capable of detecting and correcting belief inconsistencies
- Establishing more comprehensive probabilistic calibration evaluation benchmarks
Only when an AI's "belief system" becomes as robust as that of a rational agent can we confidently entrust it with decisions that truly matter.
Conclusion
"LLMs are not Bayesian" — this conclusion reminds us that strong language capabilities do not equate to rigorous reasoning logic. While marveling at the fluency of LLM expression, we must also carefully scrutinize the intrinsic shortcomings in their uncertainty reasoning. For any team planning to deploy AI in high-stakes decision-making scenarios, understanding and quantifying this "information processing gap" is an unavoidable imperative for ensuring AI reliability.
Related articles

DeepSeek V4 Pro Burning Through Credits Too Fast? The Hidden Logic Behind AI Model Pricing
Why does DeepSeek V4 Pro drain credits so fast while Flash barely moves? A deep dive into AI token billing, Pro vs. Flash pricing differences, and cost optimization tips.

RealPDE Competition Breakdown: The Frontier Challenge of AI-Powered Real-World Fluid Dynamics PDE Solving
A deep dive into the NeurIPS 2026 RealPDE Competition, covering the Sim2Real and LTTTA tracks, and how neural operators tackle real-world PIV and CFD fluid PDE challenges.

Building a Production-Grade 3DGS Training Library from Scratch: A Deep Dive into Full-GPU Residency and the Vulkan Stack
A veteran graphics engineer builds a production-grade 3DGS training library from scratch using C++23, CUDA, and Vulkan, achieving 60fps with 5M splats. Deep dive into its architecture and design.