Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

PriorZero: Bridging Language Priors and World Models for Decision Making

arXiv 2026 61.5 method

TLDR

PriorZero integrates LLM priors into world-model-based planning via root-prior injection in MCTS and decoupled training, tested on Jericho and BabyAI.

Reasoning

Strengths include addressing prior-dynamics mismatch with a novel decoupled design and empirical validation on two benchmarks. Weaknesses are limited task domains (text and gridworld) and lack of real-world physical experiments.

Read-first score

Read-first score 61.5, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 41.

Recency 6%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Reproducibility 18%
81

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=True; dataset=False; markers=code,github

Citation impact 18%
76.6

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. citation_normalized_percentile=0.7664334

Methodology quality 18%
60

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=benchmark,experiment

Topical relevance 29%
58.6

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

FoundationFrontierBridgeReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 465.

Keyword Scores

world model
10
model-based reinforcement learning world model
9
world dynamics prediction
8
world simulator
7
interactive world model
4
generative world model
3
video world model
0

Deep Analysis

Innovations

  • Root-prior injection mechanism that incorporates LLM priors exclusively at the root node of Monte Carlo Tree Search (MCTS), focusing search on semantically promising actions while preserving the world model's deep lookahead capability.
  • Decoupled rollout-training design that separates world-model learning from LLM adaptation, enabling continuous refinement of the world model on interaction data.
  • Alternating optimization that uses the world model's value estimates to provide fine-grained credit assignment signals for stable LLM fine-tuning.

Methodology

PriorZero integrates LLM-derived conceptual priors into world-model-based planning via a decoupled rollout-training design. During rollout, a root-prior injection mechanism incorporates LLM priors exclusively at the root node of MCTS. During training, the world model is continuously refined on interaction data, and its value estimates are leveraged to provide credit assignment signals for stable LLM fine-tuning through alternating optimization.

Key Results

Experiments on text-based adventure games in Jericho and instruction-following gridworld tasks in BabyAI demonstrate that PriorZero consistently improves both exploration efficiency and asymptotic performance.

Tags

large language modelsreinforcement learningworld modelsdecision makingplanningprior integrationLGAI