The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Language models often give logically inconsistent probability forecasts—GPT-OSS-120B allowed an average guaranteed arbitrage profit of about 0.21% per unit stake while weaker models permitted much larger exploits (up to ~20%). Rich logical links between events and irrelevant prompt details substantially increase incoherence.

Dutch Books for Language Models
Isaiah Andrews, Suproteem Sarkar · September 02, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Isaiah Andrews unresolved corpus identity
  2. Suproteem Sarkar unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Isaiah Andrews provider ID
  2. Suproteem Sarkar unresolved corpus identity
Language models produce systematically incoherent probabilistic forecasts as measured by the maximum Dutch-book profit on stock-return events, with coherence varying across models and strongly influenced by logical dependencies and prompt details.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

People increasingly use language models to support life decisions. Many such decisions involve a probabilistic forecast: How likely is a major life event, a natural disaster, or an economic outcome? Users of language models may implicitly trust that these forecasts fall out of a coherent world model. In this paper, we evaluate the coherence of language model probabilistic forecasts through a procedure that builds on a theorem due to de Finetti. We elicit forecasts from language models across events generated from stock returns data. We then use linear programs to compute the largest Dutch-book profit - the profit an arbitrageur could guarantee by betting against model-generated probabilities - which we use as a measure of incoherence. Our procedure does not require outcome labels, so we can evaluate coherence even in settings where outcomes are not observed or have not yet resolved. We find substantial evidence of incoherence in language model forecasts. Such incoherence increases when there are richer logical relationships between events, and irrelevant contextual details can increase incoherence by an order of magnitude. We conclude by discussing how alternative training strategies may improve probabilistic coherence.

Summary

Main Finding

Language models commonly produce probabilistic forecasts that are internally incoherent: their stated probabilities admit Dutch books (arbitrage) of economically meaningful size. Coherence can be measured without observing realized outcomes by applying de Finetti’s Dutch‑book characterization and solving a linear program that finds the maximal worst‑case arbitrage profit against the model’s quoted probabilities.

Key Points

  • Coherence test and metric

    • The paper uses de Finetti’s theorem: a vector of event probabilities is coherent iff no Dutch book exists.
    • They operationalize incoherence as the maximal worst‑case profit per unit gross stake an arbitrageur could guarantee:
    • ℓ∞(p) = max_{||b||1 ≤ 1} min_{atoms ω} Σ_i b_i (1_{Ei contains ω} − p_i).
    • Dual interpretation: ℓ∞(p) equals the sup‑norm distance from p to the set of coherent forecasts (i.e., projection distance to some distribution over atoms).
    • This test is label‑free (does not require realized outcomes), exhaustive for a fixed event set, and computed by linear programming.
  • Empirical design

    • Domain: stock returns (binary/binned events tied to returns normalized by a 60‑day std), chosen because binary option–style events are natural and the logical structure of event sets is known.
    • Sample: 100 stock‑days selected from CRSP with matched Refinitiv headlines; horizons up to 4 days and nested event panels built from 4 return bins (edges at −1, 0, 1 in units of past‑std).
    • Elicitations: 365,100 total elicited probabilities across 15 models and many prompt/elicitation variants. Baseline: single‑event queries per session, 14 nontrivial events at horizon 1.
    • Models: 15 open/closed‑weight models; GPT‑OSS‑120B used as the workhorse (5 passes averaged per stock‑day); other models usually run with one pass.
  • Main empirical findings

    • Coherence is routinely violated. For GPT‑OSS‑120B (baseline, horizon 1), mean arbitrage profit = 0.002067 per unit gross stake (95% CI [0.001471, 0.002737]). Rounding cannot explain this magnitude.
    • Across models incoherence varies widely: arbitrage profit ranged ≈ 0.0021 to 0.1994 (factor ~100), while accuracy (Brier score) varied little. Models that are more coherent also tend to be more accurate (Spearman ≈ 0.91), but coherence differences are much larger in relative terms and more statistically separable.
    • Logical complexity matters: adding joint events that introduce logical dependencies (across assets or across days) substantially increases incoherence. E.g., including joint events for two stocks raises mean arbitrage profit relative to marginals.
    • Elicitation/context sensitivity:
    • Providing simple summary statistics (bin frequencies) reduced incoherence.
    • Adding procedural instructions, naming the company, or showing a news headline often increased incoherence—sometimes by an order of magnitude for irrelevant contextual detail.
    • Grouping related questions (e.g., asking event + complement together) tends to reduce incoherence relative to asking unrelated groups or isolated single queries.
    • Averaging multiple repeated elicitations (“take K runs and average”) produced only small reductions in incoherence.
    • Results are robust to bootstrap inference clustered on date.

Data & Methods

  • Events and atoms
    • Events defined from one‑day (and multi‑day) return bins relative to prior 60‑day standard deviation; the algebra generated by the queried events partitions outcomes into atoms; the incidence matrix M maps atoms to events.
  • Incoherence computation
    • For a given vector p of model probabilities on n events and incidence matrix M (m atoms), solve a linear program:
    • primal: maximize worst‑case payoff per unit gross stake by choosing stake vector b with L1 norm ≤ 1;
    • dual: compute min_{π ∈ Δ_{m−1}} ||Mπ − p||_∞ (distance to coherent set).
    • Practically: compute ℓ∞(p) for each elicitation pass; average over five passes for the main model; single pass for many other models for cost control.
  • Sample and elicitation arms
    • 100 stock‑days (drawn from Aug 15–Dec 23, 2025), 98 distinct stocks, matched headlines.
    • Baseline: 14 nontrivial horizon‑1 events per stock; extensions include multi‑asset/multi‑day joint events, grouped queries, information variants (statistics, instructions, identity, headline), red‑herring/irrelevant context arms, and averaging arms.
  • Inference
    • 95% percentile bootstrap confidence intervals, clustered on date, 20,000 replicates.

Implications for AI Economics

  • Evaluation advantage: coherence is a label‑free, structural diagnostic of model probabilistic forecasts. This makes it valuable for settings where outcomes are unavailable, slow to arrive, or manipulable.
  • Decision‑making and market use
    • If practitioners treat model‑quoted probabilities as prices or as inputs into decisions (trading, insurance, automated allocation), incoherence can be exploited or lead to systematically inconsistent decisions.
    • In prediction‑market style uses or programmatic trading, incoherent probabilities imply model outputs could be arbitraged if used as tradable prices; even absent tradability, incoherence signals unreliable internal world models.
  • Prompting and deployment
    • Prompt design materially affects coherence. Designers should be cautious about adding irrelevant or evocative context (headlines, identity) that can degrade internal consistency.
    • Grouping logically related questions (asking complements or joint events together) helps reduce incoherence and should be used in elicitation protocols when coherent probability judgments matter.
    • Simple averaging of multiple responses is insufficient to remove incoherence.
  • Training and mitigation strategies
    • Potential approaches to improve coherence:
    • Train or fine‑tune models with explicit coherence regularizers (e.g., penalize Dutch‑book exploitable patterns, add adversarial Dutch‑book loss).
    • Multi‑task training that exposes models to many logically related events so the algebraic constraints are learned.
    • Post‑hoc projection: map model p to the nearest coherent probability vector (minimize sup‑norm or other norm to the coherent set) before use.
    • Constrained decoding or consistency‑enforcing modules that ensure event algebra constraints (complements sum to 1, unions/intersections consistent).
    • These strategies trade off calibration, sharpness, and potentially accuracy; the paper discusses such tradeoffs and the fact that coherence ≠ accuracy.
  • Policy and risk
    • For high‑stakes decision systems, incoherent probabilistic outputs are a reliability failure mode; regulators and auditors could require coherence checks as part of model validation.
    • Economic models of automation that incorporate model forecasts should account for the possibility that forecasts violate probability axioms, which can affect incentives, contracts, and market equilibria if models are trusted as probabilistic agents.

Limitations and caveats - Coherence depends on the set of queried events; a model can be coherent on one set and incoherent on another. The metric increases weakly as events are added. - Coherence is distinct from accuracy: a dogmatic but wrong forecaster can be coherent. The test diagnoses internal logical consistency, not epistemic correctness. - Domain choice (stock returns) is convenient and economically relevant but results may vary by domain and event construction. - Some models’ knowledge cutoffs overlap the sample period; while incoherence measurement is unaffected by lookahead, accuracy comparisons may be biased.

Concise takeaway Language models’ probability outputs are often internally inconsistent in economically meaningful ways; these inconsistencies are measurable without outcomes via Dutch‑book LPs, vary strongly with modeling and elicitation choices, and suggest concrete training, prompting, and validation interventions for safer and more reliable probabilistic forecasting.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper presents a well-specified, reproducible label-free metric of probabilistic coherence (largest Dutch-book profit) and applies it across 15 models and 100 stock-days with many elicitation arms and bootstrap inference; however, the empirical domain is limited (stock-return forecasting), some models may suffer lookahead/pretraining overlap, non-workhorse models were evaluated with fewer passes, and results may depend on prompt and elicitation choices, limiting external generalizability. Methods Rigorhigh — Uses a formal characterization from de Finetti, computes exact worst-case arbitrage via linear programming, exhaustively explores event algebras for chosen panels, runs multiple elicitation arms, reports clustered bootstrap CIs, and studies robustness across models and prompts; remaining issues include potential lookahead for some models, default hyperparameter choices, and fewer passes for many models. Sample100 stock-days sampled from CRSP (anchor dates Aug 15–Dec 23, 2025) drawn by first selecting 10,000 stock-days then sampling 50 dates and two stocks per date (98 distinct stocks). For each stock-day the model received the prior 60 daily returns (normalized), and in some arms a matched Refinitiv headline or other context; events are return bins and their logical combinations across up to 4 days. Fifteen language models were evaluated (one workhorse model GPT-OSS-120B with five passes per prompt; other models typically one pass), totaling 365,100 elicitations; coherence measured as max guaranteed arbitrage profit per unit stake via LP and averaged over passes where applicable. Themeshuman_ai_collab governance GeneralizabilityDomain-limited: only stock-return forecasting events (coherence may differ on other domains or decision problems), Prompt- and elicitation-dependent: coherence sensitive to prompt wording, grouping, and contextual 'red herrings', Model coverage: 15 models sampled but many proprietary models evolve rapidly; some models may have lookahead/pretraining overlap with the sample period, Operational gap: measured 'arbitrage profit' is a coherence metric, not tradable returns or direct economic impact on users or markets, Evaluation settings: default provider settings and temperatures used, which may affect stochasticity and responses

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
GPT-OSS-120B's one-day probabilistic forecasts exhibit substantial incoherence, with a mean guaranteed arbitrage profit of 0.002067 per unit of gross stake. Ai Safety And Ethics negative Dutch-book arbitrage profit, used as a measure of probabilistic incoherence
Reading fidelity high
Study strength high
n=100
0.002067 per unit of gross stake (95% CI [0.001471, 0.002737])
0.3
At least 0.1% arbitrage profit per unit stake occurred for 48 of the 100 stock-days, at least 0.5% for 15 stock-days, and at least 1% for 6 stock-days. Ai Safety And Ethics negative Frequency and magnitude of guaranteed Dutch-book arbitrage profit
Reading fidelity high
Study strength high
n=100
48%, 15%, and 6% of stock-days reached the respective thresholds
0.3
Language-model incoherence varies by approximately a factor of 100 across the 15 evaluated models, while Brier scores vary much less. Ai Safety And Ethics mixed Mean arbitrage profit and mean Brier forecast error across models
Reading fidelity high
Study strength high
n=15
Arbitrage profit ranged from 0.002067 to 0.1994; Brier scores ranged from 0.1966 to 0.2157
0.3
Models with more coherent forecasts also tend to be more accurate: arbitrage profit and Brier score have a Spearman rank correlation of 0.9143 across models. Ai Safety And Ethics positive Association between probabilistic coherence and forecast accuracy
Reading fidelity high
Study strength medium
n=15
Spearman rank correlation = 0.9143
0.18
Adding joint events linking two stocks significantly increases incoherence relative to asking only the two sets of marginal events, by 0.00244 in average arbitrage profit. Ai Safety And Ethics negative Mean arbitrage profit from forecasts involving marginal versus joint events across assets
Reading fidelity high
Study strength high
n=100
Average increase 0.00244, 95% CI [0.001971, 0.002961]
0.3
Forecast questions linking multiple days raise language-model incoherence relative to marginal questions about each day alone. Ai Safety And Ethics negative Mean arbitrage profit across forecast horizons with and without cross-day joint events
Reading fidelity high
Study strength medium
n=100
0.18
Richer logical dependence among a fixed number of queried events is associated with lower forecast coherence. Ai Safety And Ethics negative Probabilistic coherence measured by arbitrage profit
Reading fidelity high
Study strength medium
not reported
0.18
Adding irrelevant contextual details to forecasting prompts can increase incoherence by an order of magnitude. Ai Safety And Ethics negative Mean arbitrage profit per unit stake under irrelevant contextual framing
Reading fidelity high
Study strength medium
increase by an order of magnitude
0.18
Providing historical bin-frequency statistics decreases arbitrage profit, whereas prescribing a forecasting procedure produces a large increase in arbitrage profit. Ai Safety And Ethics mixed Mean arbitrage profit per unit stake under alternative prompt-information protocols
Reading fidelity high
Study strength medium
not reported
0.18
Adding a company's identity and then a current news headline to the prompt increases incoherence, with the headline producing a large and significant increase. Ai Safety And Ethics negative Mean arbitrage profit per unit stake after adding company identity and news context
Reading fidelity high
Study strength medium
not reported
0.18

Notes