Papers › Learning POMDP World Models from Observations with Language-Model Priors

Learning POMDP World Models from Observations with Language-Model Priors

13 May 2026arXiv:2605.13740added by Syntology

Valentin Six, Frederik Panse, Mathis Fajeau, Lancelot Da Costa, Mridul Sharma, Alfonso Amayuelas, Tim Z. Xiao, David Hyland, Philipp Hennig, Bernhard Schölkopf

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

Whether navigating a building, operating a robot, or playing a game, an agent that acts effectively in an environment must first learn an internal model of how that environment works. Partially-observable Markov decision processes (POMDPs) provide a flexible modeling class for such internal world models, but learning them from observation-action trajectories alone is challenging and typically requires extensive environment interaction. We ask whether language-model priors can reduce costly interaction by leveraging prior knowledge, and introduce \emph{Pinductor} (POMDP-inductor): an LLM proposes candidate POMDP models from a few observation-action trajectories and iteratively refines them to optimize a belief-based likelihood score. Despite using strictly less information, \emph{Pinductor} matches the performance and sample efficiency of LLM-based POMDP learning methods that assume privileged access to the hidden state, while significantly surpassing the sample efficiency of tabular POMDP baselines. Further results show that performance scales with LLM capability and degrades gracefully as semantic information about the environment is withheld. Together, these results position language-model priors as a practical tool for sample-efficient world-model learning under partial observability, and a step toward generalist agents in real-world environments. Code is available at https://github.com/atomresearch/pinductor.

PaperPDFCode Syntology ran

In Syntology 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="2605.13740")

Code

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

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

atomresearch/pinductor found in paper text by Syntology report
aidan-curtis/pomdp_coder 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; 9 ran; 0 honoured the contract we drafted; 5 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.

9ran
5unverified

Licence: 7 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 2 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.

discounted_reward aidan-curtis/pomdp_coder/uncertain_worms/utils.py found in paper text by Syntology ran no licence file found · pointer only · 0ed9d1fd098bfc46 · report
discounted_reward atomresearch/pinductor/uncertain_worms/utils.py found in paper text by Syntology ran MIT (permissive) · 9b799aed2b6476c1 · report
normalize aidan-curtis/pomdp_coder/uncertain_worms/planners/PO_DAStar.py found in paper text by Syntology ran no licence file found · pointer only · d8607781508bded2 · report
parse_prompt aidan-curtis/pomdp_coder/uncertain_worms/utils.py found in paper text by Syntology ran no licence file found · pointer only · 3f2596ece2e1bf5c · report
reward_MSE aidan-curtis/pomdp_coder/uncertain_worms/metrics.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 5b60c9c7b3041e0b · report
rollout_fn aidan-curtis/pomdp_coder/uncertain_worms/planners/FO_DAStar.py found in paper text by Syntology ran no licence file found · pointer only · 8ada5631fbacf671 · report
rollout_fn aidan-curtis/pomdp_coder/uncertain_worms/planners/PO_DAStar.py found in paper text by Syntology ran no licence file found · pointer only · 1dc655dd260e8cab · report
score_trajectory atomresearch/pinductor/particle_filtering/belief_quality_scorer.py found in paper text by Syntology ran MIT (permissive) · 5d8892ebe44cbf14 · report
term_cross_entropy atomresearch/pinductor/uncertain_worms/policies/llm_feedback.py found in paper text by Syntology ran MIT (permissive) · e39125d4828ba6bc · report
likelihood_components_from_episode_metrics atomresearch/pinductor/uncertain_worms/policies/llm_feedback.py found in paper text by Syntology unverified MIT (permissive) · 7b38e4ef4bbf36ee · report
likelihood_from_episode_metrics atomresearch/pinductor/uncertain_worms/policies/llm_feedback.py found in paper text by Syntology unverified MIT (permissive) · 5e6fe57b80480c02 · report
parse_code aidan-curtis/pomdp_coder/uncertain_worms/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 5b5bc89673a1f23e · report
parse_code atomresearch/pinductor/uncertain_worms/utils.py found in paper text by Syntology unverified MIT (permissive) · 17fae40e584583c4 · report
parse_prompt atomresearch/pinductor/uncertain_worms/utils.py found in paper text by Syntology unverified MIT (permissive) · 25c69312cf46044a · report

Results from the paper

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