Semantic Bayesian World Models

arXiv cs.AI Papers

Summary

The paper proposes Semantic Bayesian World Models (SBWMs) to bridge the gap between knowledge graphs' crisp assertions and foundation models' probabilistic reasoning, enabling a shared, evolving web of beliefs for unified reasoning under uncertainty.

arXiv:2609.03834v1 Announce Type: new Abstract: Knowledge graphs describe reality in crisp assertions, while the systems now consuming them, foundation models and autonomous agents, reason natively in probabilities. We argue that this mismatch is why the integration of language models and knowledge graphs remains a data-feeding pipeline rather than a unified reasoning architecture. We envision Semantic Bayesian World Models (SBWMs): a Web that describes the world not as a database of facts but as a shared, evolving fabric of beliefs over knowledge graphs, where ontological axioms constrain priors, observations update beliefs by Bayesian conditioning, and actions intervene upon the world. We work through what an agent gains from such a model: a home-security agent deciding whether the figure at the gate is a courier or a burglar, an actuarial estimate aggregated by entailment rather than by string frequency, a planning task that language models reliably fail, and the estimation of quantities that no document has ever stated. We then set out what the community must build to make them possible: belief annotation over RDF~1.2, probabilistic entailment regimes, semantic calibration layers, and protocols by which agents that have never met can exchange, and disagree over, calibrated beliefs.
Original Article
View Cached Full Text

Cached at: 09/04/26, 06:12 AM

# Semantic Bayesian World Models
Source: [https://arxiv.org/html/2609.03834](https://arxiv.org/html/2609.03834)
###### Abstract

Knowledge graphs describe reality in crisp assertions, while the systems now consuming them, foundation models and autonomous agents, reason natively in probabilities\. We argue that this mismatch is why the integration of language models and knowledge graphs remains a data\-feeding pipeline rather than a unified reasoning architecture\. We envision Semantic Bayesian World Models \(SBWMs\): a Web that describes the world not as a database of facts but as a shared, evolving fabric of beliefs over knowledge graphs, where ontological axioms constrain priors, observations update beliefs by Bayesian conditioning, and actions intervene upon the world\. We work through what an agent gains from such a model: a home\-security agent deciding whether the figure at the gate is a courier or a burglar, an actuarial estimate aggregated by entailment rather than by string frequency, a planning task that language models reliably fail, and the estimation of quantities that no document has ever stated\. We then set out what the community must build to make them possible: belief annotation over RDF 1\.2, probabilistic entailment regimes, semantic calibration layers, and protocols by which agents that have never met can exchange, and disagree over, calibrated beliefs\.

###### Keywords:

Semantic Web Neuro\-symbolic AI Bayesian inference World models Knowledge graphs Foundation models Uncertainty

## 1Introduction

An autonomous agent must act before it knows\. It must decide whether the figure at the gate is a courier or a burglar, whether a plan will work, whether a risk is worth taking – on evidence that is partial, noisy, and time\-critical\. Acting under uncertainty requires a representation*of*uncertainty, and that is precisely what the Web does not offer the machines now consuming it\.

Knowledge graphs describe reality in crisp assertions\. A triple is stated or it is not; an axiom holds or it does not\. The open\-world assumption lets a graph model*ignorance*– what it does not say – but not*degrees of belief*– how strongly we hold what it does say\. That design bought a great deal: shared vocabularies, global identifiers, machine\-checkable entailment, and scale from laboratory ontologies to graphs of billions of statements\. What it cannot express is the epistemic state of its own consumers\.

Those consumers reason natively in probabilities: every token is sampled from a distribution, and every belief is graded\. Yet when they meet knowledge graphs, the integration is a data\-feeding pipeline – retrieve triples, paste them into a context window – rather than a unified reasoning architecture\. We argue that the deeper obstacle is representational rather than technical: foundation models traffic in probability distributions, whereas knowledge graphs encode Boolean assertions, leaving neither able to express the other’s epistemic state natively\. The mismatch is measurable: language models produce probability judgements that violate the axioms of probability\[[27](https://arxiv.org/html/2609.03834#bib.bib16)\]and fall far short of normative Bayesian belief updating\[[18](https://arxiv.org/html/2609.03834#bib.bib15)\]\.

We envision*Semantic Bayesian World Models*\(SBWMs\): a Web that describes the world not as a database of facts but as a shared, evolving fabric of beliefs over knowledge graphs\. In an SBWM, ontological axioms constrain priors, observations update beliefs by Bayesian conditioning, and actions intervene upon the world\. The Web becomes what Quine and Ullian called a*web of belief*\[[19](https://arxiv.org/html/2609.03834#bib.bib13)\]– except dereferenceable, exchangeable, and machine\-actionable\.

We defend, further, a deliberately strong conjecture: language models cannot scale to superhuman intelligence while knowledge remains organised as statistical association between substrings\. Whatever the substrate, knowledge must be organised*semantically*and*probabilistically*– as propositions with stable identity, carrying coherent degrees of belief\.

The paper proceeds in three movements: what an SBWM is, how it is represented, and how one could be built \([Sect\.2](https://arxiv.org/html/2609.03834#S2)\); what an agent can do with one that it cannot do with a knowledge graph or a language model alone \([Sect\.3](https://arxiv.org/html/2609.03834#S3)\); and what the community must build to get there \([Sect\.4](https://arxiv.org/html/2609.03834#S4)\)\.

## 2Semantic Bayesian World Models

Three research traditions each hold a piece of the puzzle \(Fig\.[1a](https://arxiv.org/html/2609.03834#S2.F1.sf1), Table[1](https://arxiv.org/html/2609.03834#S2.T1)\)\.*Bayesian networks*offer calibrated uncertainty, conditional independence, and a calculus of intervention\[[17](https://arxiv.org/html/2609.03834#bib.bib11)\]– but their structure is hand\-crafted, their vocabularies are local to each model, and they do not learn from unstructured data\.*Knowledge graphs*offer web\-scale shared semantics, global identity through URIs, and deductive entailment – but their statements are crisp, largely static, and silent about confidence\.*Foundation models*learn from everything and generalise across domains – but their symbols are ungrounded, their beliefs sub\-symbolic, and their probability judgements incoherent\[[27](https://arxiv.org/html/2609.03834#bib.bib16)\]\.

Each pairwise overlap is an active field: probabilistic knowledge graphs at the intersection of Bayesian networks and knowledge graphs; probabilistic world models at the intersection of Bayesian methods and foundation models\[[9](https://arxiv.org/html/2609.03834#bib.bib19),[10](https://arxiv.org/html/2609.03834#bib.bib20),[14](https://arxiv.org/html/2609.03834#bib.bib21),[3](https://arxiv.org/html/2609.03834#bib.bib23),[26](https://arxiv.org/html/2609.03834#bib.bib22)\]; neuro\-symbolic grounding at the intersection of knowledge graphs and foundation models\. The three\-way centre – probabilistic, semantic, and learned – remains, to our knowledge, unoccupied\. That centre is the Semantic Bayesian World Model\.

\(a\)![Refer to caption](https://arxiv.org/html/2609.03834v1/sbwm_prior_tensor_greyscale_v3_crop.png)\(b\)

Figure 1:Two views of a Semantic Bayesian World Model: \(a\) its position at the intersection of three research traditions, and \(b\) a possible computational representation of its graph prior\. Cells with diagonal hatch have missing values, some of which are predicted \(dashed border\) via neural inference\.Table 1:What each tradition can and cannot do\.CapabilityBayesianNetworksKnowledgeGraphsFoundationModelsCalibrated uncertainty✓–partialShared web\-scale semantics–✓–Learning from unstructured data––✓Causal intervention \(*do*\)✓––Deductive entailmentpartial✓unreliableGlobal identity \(URIs\)–✓–Dynamics and predictionpartial–✓Every ingredient has been attempted in isolation\. The W3C’s Uncertainty Reasoning incubator group mapped the design space\[[13](https://arxiv.org/html/2609.03834#bib.bib1)\]; BayesOWL compiled OWL taxonomies into Bayesian networks\[[7](https://arxiv.org/html/2609.03834#bib.bib2)\]; PR\-OWL and MEBN defined probabilistic ontologies over first\-order Bayesian fragments\[[4](https://arxiv.org/html/2609.03834#bib.bib3),[12](https://arxiv.org/html/2609.03834#bib.bib4)\]; DISPONTE gave description logics a distribution semantics\[[22](https://arxiv.org/html/2609.03834#bib.bib5)\]; Markov logic, ProbLog, and probabilistic soft logic unified logic with probabilistic graphical models\[[21](https://arxiv.org/html/2609.03834#bib.bib7),[6](https://arxiv.org/html/2609.03834#bib.bib8),[2](https://arxiv.org/html/2609.03834#bib.bib9)\]; noisy sensors and effectors were given a semantics in the situation calculus\[[1](https://arxiv.org/html/2609.03834#bib.bib27)\]; and a substantial literature managed uncertainty and vagueness in description logics\[[15](https://arxiv.org/html/2609.03834#bib.bib6)\]\. What none of these had was a source of numbers at scale, statement\-level annotation as a first\-class citizen, or an application that made graded belief over shared symbols worth its cost\. All three now exist: language\-model log\-probabilities beat chance by double digits on real\-world forecasting\[[24](https://arxiv.org/html/2609.03834#bib.bib25)\]; RDF 1\.2, building on the foundations of RDF\-star\[[11](https://arxiv.org/html/2609.03834#bib.bib18)\], makes statement\-level annotation native; and world models are the acknowledged frontier of AI\[[9](https://arxiv.org/html/2609.03834#bib.bib19),[14](https://arxiv.org/html/2609.03834#bib.bib21),[26](https://arxiv.org/html/2609.03834#bib.bib22)\], which autonomous agents need in order to act\.

### 2\.1Beliefs Are Predictions

Cognition does not operate on Boolean truth\. Even “this is my car” is a belief held with very high confidence, not a theorem\. Agents survive by predicting their environment and minimising prediction error – a view developed most ambitiously in the free\-energy principle\[[8](https://arxiv.org/html/2609.03834#bib.bib14)\], whose neuroscientific claims remain contested but whose engineering slogan we happily borrow:*a belief is a prediction, and learning is belief revision*\.

We define an SBWM as a tupleℳ=\(Σ,P0,T,O\)\\mathcal\{M\}=\(\\Sigma,P\_\{0\},T,O\): a vocabulary and TBoxΣ\\Sigma; a priorP0P\_\{0\}over RDF graphs; a transition kernelT⁡\(G′∣G,a\)T\(G^\{\\prime\}\\mid G,a\)over graph edits, capturing how actionsaachange the world; and an observation modelO⁡\(o∣G\)O\(o\\mid G\)mapping noisy perception – sensor readings, extractor outputs, language model log\-probabilities – to likelihoods over triples\. The belief state is a distribution over graphs; Bayes’ rule is the update; the ontology is the prior\.

### 2\.2Ontologies Are Priors

The organising principle is*coherence with respect to entailment*:

A⊧B⟹P⁡\(A\)≤P⁡\(B\),A\\models B\\;\\Longrightarrow\\;P\(A\)\\leq P\(B\),\(1\)from which the TBox yields a family of constraints for free:

⟨c2,𝚛𝚍𝚏𝚜:𝚜𝚞𝚋𝙲𝚕𝚊𝚜𝚜𝙾𝚏,c1⟩\\displaystyle\\langle c\_\{2\},\\mathtt\{rdfs\{:\}subClassOf\},c\_\{1\}\\rangle⟹P\(⟨s,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,c2⟩\)≤P\(⟨s,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,c1⟩\)\\displaystyle\\;\\Longrightarrow\\;P\(\\langle s,\\mathtt\{rdf\{:\}type\},c\_\{2\}\\rangle\)\\leq P\(\\langle s,\\mathtt\{rdf\{:\}type\},c\_\{1\}\\rangle\)\(2\)⟨p2,𝚛𝚍𝚏𝚜:𝚜𝚞𝚋𝙿𝚛𝚘𝚙𝚎𝚛𝚝𝚢𝙾𝚏,p1⟩\\displaystyle\\langle p\_\{2\},\\mathtt\{rdfs\{:\}subPropertyOf\},p\_\{1\}\\rangle⟹P⁡\(⟨s,p2,o⟩\)≤P⁡\(⟨s,p1,o⟩\)\\displaystyle\\;\\Longrightarrow\\;P\(\\langle s,p\_\{2\},o\\rangle\)\\leq P\(\\langle s,p\_\{1\},o\\rangle\)\(3\)⟨c1,𝚘𝚠𝚕:𝚍𝚒𝚜𝚓𝚘𝚒𝚗𝚝𝚆𝚒𝚝𝚑,c2⟩\\displaystyle\\langle c\_\{1\},\\mathtt\{owl\{:\}disjointWith\},c\_\{2\}\\rangle⟹P\(⟨s,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,c1⟩∧⟨s,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,c2⟩\)=0\\displaystyle\\;\\Longrightarrow\\;P\(\\langle s,\\mathtt\{rdf\{:\}type\},c\_\{1\}\\rangle\\wedge\\langle s,\\mathtt\{rdf\{:\}type\},c\_\{2\}\\rangle\)=0\(4\)dom⁡\(p\)=c\\displaystyle\\mathrm\{dom\}\(p\)=c⟹P\(⟨s,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,c⟩∣⟨s,p,o⟩\)=1\\displaystyle\\;\\Longrightarrow\\;P\(\\langle s,\\mathtt\{rdf\{:\}type\},c\\rangle\\mid\\langle s,p,o\\rangle\)=1\(5\)These constraints are more useful than they look, because refinement can only subtract mass:

P⁡\(man\)≥P⁡\(man∧called Andrea\)≥P⁡\(man∧called Andrea∧likes Ferrari\),P\(\\textit\{man\}\)\\;\\geq\\;P\(\\textit\{man\}\\wedge\\textit\{called Andrea\}\)\\;\\geq\\;P\(\\textit\{man\}\\wedge\\textit\{called Andrea\}\\wedge\\textit\{likes Ferrari\}\),a bound any estimator must respect\. Eqs\.[2](https://arxiv.org/html/2609.03834#S2.E2)and[3](https://arxiv.org/html/2609.03834#S2.E3)impose the same shape inside the graph::Man rdfs:subClassOf :HumanBeingcaps the belief thatxxis a man by the belief thatxxis a human being, and:favouriteCar rdfs:subPropertyOf :likescaps the belief that a Ferrari isxx’s favourite car by the belief thatxxlikes Ferraris\. The bounds transfer across languages because they are stated over URIs: that*Andrea*names a man in Italian and a woman almost everywhere else is a fact no credence attached to a string survives, and one a credence attached to an identifier never meets\.

Two consequences follow\. First, hierarchical priors defined along the class tree satisfy Eq\.[2](https://arxiv.org/html/2609.03834#S2.E2)*by construction*and give unseen subclasses inherited prior mass from their parents: the ontology computes priors for data never observed\. Second, any neural scorer can be made coherent by projecting its outputs onto the polytope defined by the axioms – if perception reportsP⁡\(𝑐𝑢𝑝\)=0\.9P\(\\mathit\{cup\}\)=0\.9butP⁡\(𝑐𝑜𝑛𝑡𝑎𝑖𝑛𝑒𝑟\)=0\.6P\(\\mathit\{container\}\)=0\.6, the projection repairs the violation\. Such a*semantic calibration layer*is differentiable and drops into any architecture; de Finetti’s coherence argument supplies its normative justification\[[5](https://arxiv.org/html/2609.03834#bib.bib12)\]\.

### 2\.3Adapting SPARQL to Causal Inference

The distinction at the heart of causal inference – seeing versus doing\[[17](https://arxiv.org/html/2609.03834#bib.bib11)\]– maps directly onto the existing stack: SPARQLWHEREis conditioning; SPARQLUPDATEis the causal*do*\-operator, withDELETE/INSERTperforming graph ‘surgery’ on the world graph itself\. RDF 1\.2 carries the belief annotations on the statements themselves,

<< :x001 :likes :Ferrari \>\> :prob "0\.3"ˆˆxsd:decimal \.

and conditional structure lives in lifted networks whose nodes are triple patterns, in the tradition of MEBN fragments\[[12](https://arxiv.org/html/2609.03834#bib.bib4)\], with conditional probability tables published as Linked Data\. The ontology contributes conditionals for free \(Eq\.[5](https://arxiv.org/html/2609.03834#S2.E5)\)\. An agent\-native query surface then falls out naturally:

A conditional\-probability query over an SBWM\.

SELECT?c\(PROB\{?xrdf:type?c\}

GIVEN\{?x:locatedIn:Kitchen\}AS?p\)

WHERE\{?crdfs:subClassOf:Container\}

### 2\.4Representation, Learning, and Scale

A distribution over graphs admits a concrete representation: sparse tensors indexed by subject, predicate, and object\. PriorsP⁡\(⟨s,p,o⟩\)P\(\\langle s,p,o\\rangle\)form a 3\-dimensional tensor \([Fig\.1b](https://arxiv.org/html/2609.03834#S2.F1.sf2)\); one\-event conditionalsP⁡\(⟨s,p,o⟩∣⟨s1,p1,o1⟩\)P\(\\langle s,p,o\\rangle\\mid\\langle s\_\{1\},p\_\{1\},o\_\{1\}\\rangle\)a 6\-dimensional one; two\-event conditionals a 9\-dimensional one; and so on\. These tensors are astronomically sparse, and therein lies a potential new research avenue:*semantic Bayesian tensor completion*\. Missing entries are predicted from semantically adjacent ones – knowledge graph completion graduates from link prediction to prior estimation\[[20](https://arxiv.org/html/2609.03834#bib.bib10)\]– and efficient Bayesian update becomes a question of sparse tensor algebra\.

The gain is the ability to answer questions no source has ever stated\. Suppose an agent needsP\(⟨x,:𝚑𝚊𝚜𝚅𝚒𝚜𝚒𝚝𝚎𝚍,:𝙸𝚋𝚒𝚣𝚊⟩∣𝚊𝚐𝚎\(x\)∈\[20,22\]\)P\(\\langle x,\\mathtt\{\{:\}hasVisited\},\\mathtt\{\{:\}Ibiza\}\\rangle\\mid\\mathtt\{age\}\(x\)\\\!\\in\\\!\[20,22\]\)\. No document reports it and no cell holds it, so a language model can only interpolate between phrasings it has seen\. In a tensor organised by concepts, the neighbours are identifiable: the adjacent bracket is known,P\(⋅∣\[18,20\]\)=0\.33P\(\\cdot\\mid\[18,20\]\)=0\.33, and the age profile of the sibling and parent classes of:Ibizaunder:LeisureDestinationis known from cells that*were*observed\. Completing the entry is a transport problem over semantically adjacent cells, and what comes back is a posterior with provenance rather than a fluent sentence\.

The substrate already scales: trillion\-triple loads have been demonstrated repeatedly, by AllegroGraph in 2011,111https://www\.w3\.org/wiki/LargeTripleStores\.by Oracle at 1\.08 trillion edges\[[16](https://arxiv.org/html/2609.03834#bib.bib24)\], and by Stardog across clouds,222https://www\.stardog\.com/blog/trillion\-edge\-knowledge\-graph/\.on resources modest beside those used to serve a single frontier language model\.

### 2\.5Building One

Construction needs no component that does not already exist\. Multilingual web text is processed by small language models fine\-tuned for knowledge extraction, or by dependency parsers, into typed triples; the extractor’s own log\-probabilities, rather than a number elicited by hand, supply the initial confidence on each statement\[[24](https://arxiv.org/html/2609.03834#bib.bib25),[23](https://arxiv.org/html/2609.03834#bib.bib26)\], and translating language into probabilistic programs is an increasingly practical route\[[25](https://arxiv.org/html/2609.03834#bib.bib17)\]\. Aggregating across documents and languages – where the same proposition extracted from a German and a Portuguese source is one URI, not two strings – yields a*semantic Bayesian knowledge graph*: a graph whose every statement carries a credence with provenance\. Semantic Bayesian tensor completion then estimates the cells no document supports, turning the graph into a usable priorP0P\_\{0\}; adding a transition kernel and an observation model turns that prior into a world model\. Each stage is a recognisable research task\. What is missing is the commitment to carry the probabilities through all of them, instead of thresholding them away at the first step – which is what today’s extraction pipelines do, and why the confidences they compute never reach the agent that needs them\.

## 3SBWMs at Work

### 3\.1A Camera in the Garden

A household security agent runs locally on a camera overlooking a garden\. At 22:04 it detects a person at the gate, carrying a box\. Raise the alarm, or not?

Perception alone cannot answer, because the question is about an unobservable: the visitor’s goal\. The vision model reports a person \(0\.990\.99\), a box\-shaped object \(0\.820\.82\), and no uniform clearly visible \(0\.40\.4that one is present\); nothing in that vector distinguishes a late delivery from a burglary\. A language model asked the question in prose will produce a fluent answer attached to a number that moves when the prompt is paraphrased\.

An SBWM answers by decomposition\. The unobservable in question is the visitor’s goal,⟨?p,:𝚐𝚘𝚊𝚕,:𝚃𝚑𝚎𝚏𝚝⟩\\langle?p,\\mathtt\{\{:\}goal\},\\mathtt\{\{:\}Theft\}\\rangle, and Bayes’ rule turns one unanswerable question into several answerable ones,

P⁡\(𝑇ℎ𝑒𝑓𝑡∣o\)=P⁡\(o∣𝑇ℎ𝑒𝑓𝑡\)​P​\(𝑇ℎ𝑒𝑓𝑡\)∑h∈ℋP⁡\(o∣h\)​P​\(h\),ℋ=\{𝑇ℎ𝑒𝑓𝑡,𝐷𝑒𝑙𝑖𝑣𝑒𝑟𝑦,𝑉𝑖𝑠𝑖𝑡,…\},P\(\\mathit\{Theft\}\\mid o\)\\;=\\;\\frac\{P\(o\\mid\\mathit\{Theft\}\)\\,P\(\\mathit\{Theft\}\)\}\{\\sum\_\{h\\in\\mathcal\{H\}\}P\(o\\mid h\)\\,P\(h\)\},\\qquad\\mathcal\{H\}=\\\{\\mathit\{Theft\},\\mathit\{Delivery\},\\mathit\{Visit\},\\dots\\\},\(6\)each of which is a belief over a triple with a stable identifier, and each of which comes from a different publisher \(Table[2](https://arxiv.org/html/2609.03834#S3.T2)\)\.

Table 2:Beliefs the agent needs, and where each one comes from\. No two share a publisher; all share a vocabulary\.BeliefSourceP\(⟨?p,:𝚐𝚘𝚊𝚕,:𝚃𝚑𝚎𝚏𝚝⟩\)P\(\\langle?p,\\mathtt\{\{:\}goal\},\\mathtt\{\{:\}Theft\}\\rangle\)burglary rate for the postcode, from a police open\-data endpoint, conditioned on month and hourP\(⟨:𝚘𝚛𝚍𝚎𝚛𝟺𝟸,:𝚍𝚎𝚕𝚒𝚟𝚎𝚛𝚢𝙳𝚞𝚎,𝚝𝚘𝚍𝚊𝚢⟩\)P\(\\langle\\mathtt\{\{:\}order42\},\\mathtt\{\{:\}deliveryDue\},\\mathtt\{today\}\\rangle\)the household’s own graphP\(⟨?p,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,:𝙲𝚘𝚞𝚛𝚒𝚎𝚛⟩∣𝚑𝚘𝚞𝚛=22\)P\(\\langle?p,\\mathtt\{rdf\{:\}type\},\\mathtt\{\{:\}Courier\}\\rangle\\mid\\mathtt\{hour\}=22\)the carrier’s published delivery\-hour distributionP\(⟨:𝚗𝚎𝚒𝚐𝚑𝚋𝚘𝚞𝚛𝟷,:𝚒𝚜𝙰𝚝,:𝙷𝚘𝚖𝚎⟩\)P\(\\langle\\mathtt\{\{:\}neighbour1\},\\mathtt\{\{:\}isAt\},\\mathtt\{\{:\}Home\}\\rangle\)presence signals next door, shared under an access policyP\(o∣⟨?x,𝚛𝚍𝚏:𝚝𝚢𝚙𝚎,:𝙿𝚊𝚛𝚌𝚎𝚕⟩\)P\(o\\mid\\langle?x,\\mathtt\{rdf\{:\}type\},\\mathtt\{\{:\}Parcel\}\\rangle\)the camera’s own vision model, asO⁡\(o∣G\)O\(o\\mid G\)Three properties of this arrangement are unavailable to a monolithic model\. First, the beliefs are*separately sourced*: the crime rate comes from the police, the delivery window from the carrier, the order from the household\. None of these parties trained a model together, and none needs to; they publish beliefs at dereferenceable URIs over a shared vocabulary, and the agent merges them under explicit provenance\. Second, they are*separately updatable*: when the household cancels the order, exactly one credence changes and the posterior moves with it – no retraining, no prompt engineering, and an audit trail showing which belief did the work\. Third, the ontology keeps the hypotheses honest: with:Courier owl:disjointWith :Burglarand bothrdfs:subClassOf :Visitor, the competing explanations are forced to compete for mass, and Eq\.[2](https://arxiv.org/html/2609.03834#S2.E2)guaranteesP⁡\(𝑉𝑖𝑠𝑖𝑡𝑜𝑟\)≥P⁡\(𝐶𝑜𝑢𝑟𝑖𝑒𝑟\)P\(\\mathit\{Visitor\}\)\\geq P\(\\mathit\{Courier\}\)however the neural scorer behaves\.

The agent can also ask what to*do*\. Switching on the floodlight is an intervention, not an observation, and the distinction is material: the agent evaluates it by applyingINSERT DATA \{ :floodlight :status :On \}to the world graph – Pearl’sd​o​\(⋅\)do\(\\cdot\), realised as graph surgery \([Sect\.2\.3](https://arxiv.org/html/2609.03834#S2.SS3)\) – and reading offP\(⟨?p,:𝚕𝚎𝚊𝚟𝚎𝚜,:𝙿𝚛𝚘𝚙𝚎𝚛𝚝𝚢⟩\)P\(\\langle?p,\\mathtt\{\{:\}leaves\},\\mathtt\{\{:\}Property\}\\rangle\)under each hypothesis through the transition kernelTT\. A courier does not flee a floodlight; a burglar does\. The action that best discriminates between the hypotheses is therefore computed, not prompted, and the alarm is raised on a posterior the household can inspect\.

### 3\.2Aggregation by Entailment

An insurer’s agent needs the probability that a vehicle of a given class, driven by a driver in a given age band, is involved in an accident in the rain\. A language model’s estimate reflects how often near\-identical sentences occurred in training text: synonyms shift it, translation shifts it, and instances that must be*inferred*– a vehicle typed only by its model name, whose class follows by entailment – are missed entirely\. If the model is semantic, cases are aggregated by entailment instead: one graph pattern covers every subclass and every instance, each make of car and each language of report\. If the model is Bayesian, the estimate is a posterior that moves as new evidence arrives, except that in an SBWM the likelihoods attach to concepts rather than to strings, so a claim filed in Portuguese updates the same belief as a claim filed in German\.

### 3\.3The Car Wash Test

Some failures are about planning rather than estimation\. Consider: “My car needs washing, but the car wash is only 100 m away\. Should I walk or drive?” State\-of\-the\-art language models frequently answer*walk*– the distance is short – missing that washing requires the car to be at the car wash\. A few triples of formalisation dissolve the confusion:

The car wash test, formalised\.

:washesrdfs:domain:CarWash;rdfs:range:Car;

rdfs:subPropertyOf:sharesLocationWith\.

:carwash001a:CarWash\.

:car001a:Car;:status:Dirty;:owner:Me;

:sharesLocationWith:Me\.

\#Rule:?o:status:Clean<\-?s:washes?o\.

\#Goal::car001:status:Clean\.

Backward chaining from the goal requires some⟨?s,:𝚠𝚊𝚜𝚑𝚎𝚜,:𝚌𝚊𝚛𝟶𝟶𝟷⟩\\langle?s,\\mathtt\{\{:\}washes\},\\mathtt\{\{:\}car001\}\\rangle; the domain axiom forces?​s?sto be a car wash; the sub\-property axiom forces⟨?s,\\langle?s,:𝚜𝚑𝚊𝚛𝚎𝚜𝙻𝚘𝚌𝚊𝚝𝚒𝚘𝚗𝚆𝚒𝚝𝚑,:𝚌𝚊𝚛𝟶𝟶𝟷⟩\\mathtt\{\{:\}sharesLocationWith\},\\mathtt\{\{:\}car001\}\\rangle; and since the car currently shares a location with its owner, not with the car wash, any plan must move the car, i\.e\.*drive*\. Under uncertain perception the same machinery degrades gracefully: if a vision system is only90%90\\%confident the object is a car, every downstream belief reflects that uncertainty instead of relying on an overconfident binary assertion\.

### 3\.4Why Symbols Matter

The three vignettes share a structure\. In each, the agent must isolate a belief, source it, update it, and aggregate it over everything the belief entails\. When knowledge is stored as statistical association between strings, beliefs cannot be isolated and updated individually, credences attach to phrasings rather than propositions, and entailment is approximated by similarity\. Superhuman performance at forecasting, planning, and science demands exactly the operations this representation denies\. Scaling parameters and data sharpens the approximation without changing the representation; even models explicitly taught normative updating acquire the skill approximately and sub\-symbolically\[[18](https://arxiv.org/html/2609.03834#bib.bib15)\]\.

We therefore argue that language models cannot scale to superhuman intelligence without organising knowledge in a semantic and probabilistic framework: propositions with stable, language\-invariant identity, carrying credences that obey the axioms of probability\. The claim is falsifiable – a pure language model that maintained coherent credences under paraphrase and translation, and aggregated them across entailed instances, would refute it\[[27](https://arxiv.org/html/2609.03834#bib.bib16)\]\. And the framework need not be an external triple store: if fragments of one already exist implicitly inside the weights, the case for building it explicitly – auditable, shareable, dereferenceable – only strengthens\.

## 4What Must Be Built

The vision demands precise architectural shifts\. First, a W3C*belief\-annotation vocabulary*– PROV for priors – so that probabilities, their calibration method, and their provenance travel together\. Second,*probabilistic entailment regimes*, in which classical entailment is the probability\-one special case and subsumption acts as a monotonicity constraint \(Eq\.[2](https://arxiv.org/html/2609.03834#S2.E2)\)\. Third,*probabilistic SHACL*, reading shapes as soft constraints with violation costs rather than binary conformance\. Fourth,*semantic calibration layers*as standard components between neural scorers and triple stores \([Sect\.2\.2](https://arxiv.org/html/2609.03834#S2.SS2)\)\. Fifth,*federated belief exchange*: priors published at dereferenceable URIs, merged under explicit provenance, so that two agents who have never met can disagree*numerically*– and resolve the disagreement by evidence\. The camera in the garden needs all five, and needs nothing else\.

The agenda is ambitious because its hardest questions remain open\. Identity must itself become probabilistic: uncertain coreference andowl:sameAscannot simply be assumed away\. Tractability is equally fundamental\. Weighted model counting is \#P\-hard, higher\-order conditional tensors grow combinatorially, and practical systems will depend on sparsity, factorisation, and lifted inference over ontology symmetries\. The numbers also require scrutiny: logit\-derived confidences vary across models and phrasings\[[27](https://arxiv.org/html/2609.03834#bib.bib16)\], so calibration methods and source reliability must travel with the beliefs they produce\.

These are not peripheral caveats but the criteria by which the vision should be judged: a probabilistic Web must deliver calibration and coherence, not merely accuracy\. Yet nothing above is distant\. The parts already exist – extractors that emit confidences, stores that annotate statements, ontologies that constrain them – held apart only by the habit of discarding probabilities at the first opportunity\. An agent deciding whether to raise the alarm cannot afford that habit, and the Semantic Web is best placed to spare it: once it learns to say not merely what is the case, but how strongly it is believed, and on what evidence\.

## References

- \[1\]F\. Bacchus, J\. Y\. Halpern, and H\. J\. Levesque\(1999\)Reasoning about noisy sensors and effectors in the situation calculus\.Artificial Intelligence111\(1–2\),pp\. 171–208\.Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[2\]S\. H\. Bach, M\. Broecheler, B\. Huang, and L\. Getoor\(2017\)Hinge\-loss Markov random fields and probabilistic soft logic\.Journal of Machine Learning Research\.Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[3\]J\. Bruce, M\. Dennis, A\. Edwards,et al\.\(2024\)Genie: generative interactive environments\.In41st International Conference on Machine Learning,Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p2.1)\.
- \[4\]P\. C\. G\. Costa and K\. B\. Laskey\(2006\)PR\-OWL: a framework for probabilistic ontologies\.InProceedings of the 4th International Conference on Formal Ontology in Information Systems \(FOIS\),Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[5\]B\. de Finetti\(1974\)Theory of probability\.Wiley\.Cited by:[§2\.2](https://arxiv.org/html/2609.03834#S2.SS2.p2.1)\.
- \[6\]L\. De Raedt, A\. Kimmig, and H\. Toivonen\(2007\)ProbLog: a probabilistic Prolog and its application in link discovery\.InProceedings of the 20th International Joint Conference on Artificial Intelligence \(IJCAI\),Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[7\]Z\. Ding and Y\. Peng\(2004\)A probabilistic extension to ontology language OWL\.InProceedings of the 37th Hawaii International Conference on System Sciences,Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[8\]K\. Friston\(2010\)The free\-energy principle: a unified brain theory?\.Nature Reviews Neuroscience11\(2\),pp\. 127–138\.Cited by:[§2\.1](https://arxiv.org/html/2609.03834#S2.SS1.p1.1)\.
- \[9\]D\. Ha and J\. Schmidhuber\(2018\)Recurrent world models facilitate policy evolution\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p2.1),[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[10\]D\. Hafner, J\. Pasukonis, J\. Ba, and T\. Lillicrap\(2023\)Mastering diverse domains through world models\.Note:arXiv:2301\.04104Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p2.1)\.
- \[11\]O\. Hartig\(2017\)Foundations of RDF\* and SPARQL\*: an alternative approach to statement\-level metadata in RDF\.InProceedings of the 11th Alberto Mendelzon International Workshop on Foundations of Data Management \(AMW\),Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[12\]K\. B\. Laskey\(2008\)MEBN: a language for first\-order Bayesian knowledge bases\.Artificial Intelligence172\(2–3\),pp\. 140–178\.Cited by:[§2\.3](https://arxiv.org/html/2609.03834#S2.SS3.p1.3),[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[13\]K\. J\. Laskey, K\. B\. Laskey, P\. C\. G\. Costa, M\. M\. Kokar, T\. Martin, and T\. Lukasiewicz\(2008\)Uncertainty reasoning for the World Wide Web\.Note:W3C Incubator Group ReportExternal Links:[Link](https://www.w3.org/2005/Incubator/urw3/XGR-urw3-20080331/)Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[14\]Y\. LeCun\(2022\)A path towards autonomous machine intelligence\.Note:OpenReview preprintCited by:[§2](https://arxiv.org/html/2609.03834#S2.p2.1),[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[15\]T\. Lukasiewicz and U\. Straccia\(2008\)Managing uncertainty and vagueness in description logics for the Semantic Web\.Journal of Web Semantics6\(4\),pp\. 291–308\.Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[16\]OracleOne trillion RDF triples benchmark with Oracle Exadata\.Note:Technical reportExternal Links:[Link](https://www.oracle.com/a/tech/docs/rdfgraph-1-trillion-benchmark.pdf)Cited by:[§2\.4](https://arxiv.org/html/2609.03834#S2.SS4.p3.1)\.
- \[17\]J\. Pearl\(2009\)Causality: models, reasoning, and inference\.2nd edition,Cambridge University Press\.Cited by:[§2\.3](https://arxiv.org/html/2609.03834#S2.SS3.p1.1),[§2](https://arxiv.org/html/2609.03834#S2.p1.1)\.
- \[18\]L\. Qiu, F\. Sha, K\. Allen, Y\. Kim, T\. Linzen, and S\. van Steenkiste\(2026\)Bayesian teaching enables probabilistic reasoning in large language models\.Nature Communications17,pp\. 1238\.Cited by:[§1](https://arxiv.org/html/2609.03834#S1.p3.1),[§3\.4](https://arxiv.org/html/2609.03834#S3.SS4.p1.1)\.
- \[19\]W\. V\. O\. Quine and J\. S\. Ullian\(1970\)The web of belief\.Random House\.Cited by:[§1](https://arxiv.org/html/2609.03834#S1.p4.1)\.
- \[20\]H\. Ren and J\. Leskovec\(2020\)Beta embeddings for multi\-hop logical reasoning in knowledge graphs\.InAdvances in Neural Information Processing Systems,Cited by:[§2\.4](https://arxiv.org/html/2609.03834#S2.SS4.p1.1)\.
- \[21\]M\. Richardson and P\. Domingos\(2006\)Markov logic networks\.Machine Learning62\(1–2\),pp\. 107–136\.Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[22\]F\. Riguzzi, E\. Bellodi, E\. Lamma, and R\. Zese\(2015\)Probabilistic description logics under the distribution semantics\.Semantic Web6\(5\),pp\. 477–501\.Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[23\]T\. Soru and J\. Marshall\(2024\)Trend extraction and analysis via large language models\.InProceedings of the 18th IEEE International Conference on Semantic Computing \(ICSC\),pp\. 285–288\.Cited by:[§2\.5](https://arxiv.org/html/2609.03834#S2.SS5.p1.1)\.
- \[24\]T\. Soru and J\. Marshall\(2025\)Leveraging log probabilities in language models to forecast future events\.Note:arXiv:2501\.04880Cited by:[§2\.5](https://arxiv.org/html/2609.03834#S2.SS5.p1.1),[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[25\]L\. Wong, G\. Grand, A\. K\. Lew, N\. D\. Goodman, V\. K\. Mansinghka, J\. Andreas, and J\. B\. Tenenbaum\(2023\)From word models to world models: translating from natural language to the probabilistic language of thought\.Note:arXiv:2306\.12672Cited by:[§2\.5](https://arxiv.org/html/2609.03834#S2.SS5.p1.1)\.
- \[26\]M\. Yang\(2026\)Toward causal foundation world models: from representation to decision\-making\.AAAI Conference on Artificial Intelligence\.Cited by:[§2](https://arxiv.org/html/2609.03834#S2.p2.1),[§2](https://arxiv.org/html/2609.03834#S2.p3.1)\.
- \[27\]J\. Zhu and T\. L\. Griffiths\(2024\)Incoherent probability judgments in large language models\.In46th Annual Conference of the Cognitive Science Society,Cited by:[§1](https://arxiv.org/html/2609.03834#S1.p3.1),[§2](https://arxiv.org/html/2609.03834#S2.p1.1),[§3\.4](https://arxiv.org/html/2609.03834#S3.SS4.p2.1),[§4](https://arxiv.org/html/2609.03834#S4.p2.1)\.

Similar Articles

Towards a Belief-Based World Model for LLM Agents

arXiv cs.AI

This paper introduces Belief-Based World Models (BB-WMs) to enhance LLM agents' decision-making under partial observability by providing direct access to beliefs about uncertain states, showing improved task performance.

Mental World Modeling

Hugging Face Daily Papers

The paper introduces Mental World Modeling (MWM), a framework that integrates hidden mental states as core components of world models, and presents MENTIS, a training-free baseline. Experiments with 8 LLM-based world models show explicit mental-state modeling is essential for predicting human decisions in situated scenarios.

Building Social World Models with Large Language Models

Hugging Face Daily Papers

The paper introduces the Social World Model (SWM) framework, which uses large language models to model the dynamics of social beliefs in response to events, without explicit annotations. It also presents a benchmark SWM-bench derived from prediction markets and shows state-of-the-art results.