Papers › Efficient Adaptive Data Acquisition via Pretrained Belief Representations

Efficient Adaptive Data Acquisition via Pretrained Belief Representations

23 Jun 2026arXiv:2606.25197added by Syntology

Daolang Huang, Zhuoyue Huang, Conor Hassan, Luigi Acerbi, Samuel Kaski, Tom Rainforth

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

Learning effective policies for adaptive data acquisition remains challenging: posterior-based methods rely on surrogate models and posterior approximations that can be misspecified or biased, while direct policy-learning methods map from historical observations and fail to exploit available model representations, making learning harder. We introduce policy learning with belief representations (POLAR), based on the insight that optimal data acquisition depends on the observation history only through a sufficient belief state. Specifically, POLAR decouples representation learning from policy learning by leveraging pretrained predictive foundation models as belief-state encoders, training a policy head on top of their representations. This yields a simple, unified amortised policy learning framework for Bayesian experimental design, Bayesian optimisation, and active learning, differing only in the task-specific utility used to train the policy. Empirically, we find that POLAR outperforms state-of-the-art amortised methods across diverse tasks while requiring far fewer training samples, demonstrating a significant step in the scalability and efficiency of amortised data acquisition.

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="2606.25197")

Code

Syntology Ran 7 of 14 code samples harvested from 3 repositories linked to this paper; 7 have no recorded run. Of those that ran: 7 ran with no contract checked.

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

cornellius-gp/gpytorch found in paper text by SyntologyMIT report
automl/PFNs4BO found in paper text by Syntology report
soda-inria/tabicl found in paper text by Syntology report
dockstring/dockstring found in paper text by Syntology report
PriorLabs/TabPFN 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

14 samples harvested; 7 ran; 0 honoured the contract we drafted; 7 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.

7ran
7unverified

Licence: 6 of the 14 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

QED_penalty dockstring/dockstring/dockstring/benchmarks/original.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · c35a79312f6b0650 · report
backend_is_available soda-inria/tabicl/src/tabicl/_torch_devices.py found in paper text by Syntology ran licence not identified · pointer only · cacf154faf8ae69f · report
count_chunks soda-inria/tabicl/src/tabicl/_finetune/data.py found in paper text by Syntology ran licence not identified · pointer only · 989b6c8262fbb804 · report
devices_match soda-inria/tabicl/src/tabicl/_model/inference.py found in paper text by Syntology ran licence not identified · pointer only · cee515a9480f5fa6 · report
is_oom_error PriorLabs/TabPFN/src/tabpfn/errors.py found in paper text by Syntology ran Apache-2.0 (permissive) · af729535b3619185 · report
resolve_torch_device soda-inria/tabicl/src/tabicl/_torch_devices.py found in paper text by Syntology ran licence not identified · pointer only · b4e61d6da8f0c7cc · report
setup_logger dockstring/dockstring/dockstring/utils.py found in paper text by Syntology ran Apache-2.0 (permissive) · 81c7c626615023b7 · report
check_license_accepted PriorLabs/TabPFN/src/tabpfn/browser_auth.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 26dc590421ad649f · report
compute_metric_to_minimize PriorLabs/TabPFN/src/tabpfn/inference_tuning.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 318535e795f4b430 · report
is_file_empty dockstring/dockstring/dockstring/utils.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a47ddefcd9fbd7c0 · report
move_meta_batch soda-inria/tabicl/src/tabicl/_finetune/data.py found in paper text by Syntology unverified licence not identified · pointer only · 35050f0e1ca02136 · report
sdpa_with_flattened_batch soda-inria/tabicl/src/tabicl/_model/attention.py found in paper text by Syntology unverified licence not identified · pointer only · 4936511f8092a6a5 · report
try_browser_login PriorLabs/TabPFN/src/tabpfn/browser_auth.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d0ce318482f5b776 · report
verify_token PriorLabs/TabPFN/src/tabpfn/browser_auth.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f1719a2523736e98 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.25197, was issued in June 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