Papers › Uncertainty Decomposition for Bayes-Filtered Transformers via Bayesian Predictive Inference

Uncertainty Decomposition for Bayes-Filtered Transformers via Bayesian Predictive Inference

4 Feb 2026arXiv:2602.04596added by Syntology

Sandra Fortini, Kenyon Ng, Sonia Petrone, Judith Rousseau, Susan Wei

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Bayes-filtered transformers are transformers meta-learned on sequences from a prior predictive distribution to approximate the corresponding posterior predictive distribution. They output total predictive uncertainty in a single forward pass but never explicitly represent a posterior distribution, making the standard route to separating aleatoric from epistemic uncertainty unavailable. We address this challenge through the lens of Bayesian predictive inference (BPI). Our main result is a predictive Central Limit Theorem (CLT) for supervised settings under conditions that are among the weakest known in the BPI literature. The CLT characterises the posterior of the limiting predictive distribution given an observed context as asymptotically Gaussian; the variance of this Gaussian quantifies epistemic uncertainty. We apply the framework to TabPFN, a Bayes-filtered transformer that is a state-of-the-art foundation model for tabular prediction. The resulting credible bands achieve near-nominal frequentist coverage as context length grows, and the decomposition largely matches standard desiderata: epistemic uncertainty shrinks with context length and is highest in sparsely observed regions within the span of the context data, while aleatoric uncertainty dominates near decision boundaries where classes overlap.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2602.04596")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

weiyaw/ud4pfn found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from weiyaw/ud4pfn. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_pointwise_band weiyaw/ud4pfn/predictive_clt/bands.py found in paper text by Syntology unverified MIT (permissive) · 229f69a3d1e8ef4e · report
build_simultaneous_band weiyaw/ud4pfn/predictive_clt/bands.py found in paper text by Syntology unverified MIT (permissive) · 7cd443046505bb80 · report
c2_trajectory weiyaw/ud4pfn/experiments/beta_bernoulli/plot_corrupt_sweep.py found in paper text by Syntology unverified MIT (permissive) · 6c0b5f2bda453aa3 · report
compute_b_and_delta weiyaw/ud4pfn/experiments/beta_bernoulli/diagnostic.py found in paper text by Syntology unverified MIT (permissive) · cede248e68f001a8 · report
compute_ellipsoid_log_volume weiyaw/ud4pfn/predictive_clt/bands.py found in paper text by Syntology unverified MIT (permissive) · 7214efc943b0bfd5 · report
compute_g0_to_gn weiyaw/ud4pfn/predictive_clt/posterior.py found in paper text by Syntology unverified MIT (permissive) · e7294a7dec2a0ecd · report
compute_gn weiyaw/ud4pfn/predictive_clt/posterior.py found in paper text by Syntology unverified MIT (permissive) · aa0eb68e0bdfc95f · report
compute_qm weiyaw/ud4pfn/experiments/beta_bernoulli/plot.py found in paper text by Syntology unverified MIT (permissive) · a0455452bb663467 · report
compute_signed weiyaw/ud4pfn/experiments/beta_bernoulli/plot.py found in paper text by Syntology unverified MIT (permissive) · 9c67e5e74ceaf13e · report
find_run_directories weiyaw/ud4pfn/experiments/_shared/artifacts.py found in paper text by Syntology unverified MIT (permissive) · 47f53d5d98ef8e5f · report
fit_power_law weiyaw/ud4pfn/experiments/beta_bernoulli/plot.py found in paper text by Syntology unverified MIT (permissive) · 5a8de63643e08e53 · report
load weiyaw/ud4pfn/experiments/beta_bernoulli/plot_corrupt_sweep.py found in paper text by Syntology unverified MIT (permissive) · 47f8136210317d5c · report
load_run_metadata weiyaw/ud4pfn/experiments/_shared/artifacts.py found in paper text by Syntology unverified MIT (permissive) · 3e5bf539e9d212cb · report
read_pickle weiyaw/ud4pfn/experiments/_shared/artifacts.py found in paper text by Syntology unverified MIT (permissive) · 3a4505d0014c9009 · report
sample_batch weiyaw/ud4pfn/experiments/beta_bernoulli/data.py found in paper text by Syntology unverified MIT (permissive) · 1aa3ed1c49159f33 · report
sample_gn_plus_1 weiyaw/ud4pfn/predictive_clt/posterior.py found in paper text by Syntology unverified MIT (permissive) · c569658437194f80 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.04596, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections