Paper deep dive
PAWBench: How Far Are We from Probabilistically Aligned World Modeling?
Yuandong Pu, Le Zhuo, Sayak Paul, Gabriel Jorge Menezes, Avram ÄorÄeviÄ, Shiyang Li, Yifan Zhou, Bin Fu, Wenlong Zhang, Junjun He, Yu Qiao, Yihao Liu, Jingbo Xing, Xi Chen
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 8/29/2026, 2:54:39 AM
Summary
The paper introduces PAWBench, a benchmark for evaluating video generation models as probabilistically aligned world models. It argues that current models fail to reproduce the correct distribution of possible physical outcomes, often collapsing to narrow subsets or assigning incorrect probabilities. The benchmark consists of PAW-Calibration (testing probability mass alignment against reference distributions) and PAW-Coverage (testing recovery of valid outcome support). The authors evaluate 11 models across 50 scenarios, finding that no model consistently matches reference probabilities while recovering all valid behaviors. They also investigate interventions like language prompts, noise sampling, and fine-tuning to see if they can improve probabilistic alignment.
Entities (18)
Relation Signals (10)
PAWBench â includes â PAW-Calibration
confidence 95% · PAWBench contains 50 scenarios spanning eight mechanism groups, divided into PAW-Calibration and PAW-Coverage.
PAWBench â includes â PAW-Coverage
confidence 95% · PAWBench contains 50 scenarios spanning eight mechanism groups, divided into PAW-Calibration and PAW-Coverage.
PAWEval â usedby â PAWBench
confidence 95% · We further introduce PAWEval, an outcome-level protocol that converts repeated video rollouts into empirical distributions over possible physical behaviors.
Cosmos 3 Super I2V â achievesbestin â PAW-Calibration
confidence 90% · Cosmos 3 Super I2V achieves the lowest Calibration TVD
LTX-2.3 â achievesbestin â PAW-Coverage
confidence 90% · LTX-2.3 attains the highest Coverage average
PAW-Calibration â measures â Probability-mass alignment
confidence 90% · PAW-Calibration measures probability misallocation... It tests whether pÌM approaches the reference distributionq
PAW-Coverage â measures â Support alignment
confidence 90% · PAW-Coverage measures missing outcomes... It tests whether repeated rollouts recover the qualitatively distinct valid futures inY.
Seedance 2 â passesallscenesin â
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Recent video generation models are increasingly framed as world models. Many physical processes can unfold in more than one valid way. Therefore, a world model should reproduce not only a plausible trajectory, but also the distribution of possible behaviors under the same initial observation and action. We call this distribution-level requirement probabilistic alignment. However, existing evaluations largely assess individual-video plausibility and do not test whether repeated generations recover the correct distribution. This raises a central question: how far are current video generators from probabilistically aligned world modeling? To answer it, we formalize probabilistic alignment as a distributional criterion for world models and introduce PAWBench, a benchmark for evaluating video generators as stochastic samplers of world dynamics. We further introduce PAWEval, an outcome-level protocol that converts repeated video rollouts into empirical distributions over possible physical behaviors. Across 50 scenarios and eleven current systems, no model consistently matches the reference probabilities while recovering the range of valid behaviors. Having established this gap, we test whether language prompts, initial noise sampling, or model training can reshape the model's predictive distribution. We believe our work can serve as a foundation for future efforts to move towards probabilistically aligned world modeling.
Tags
Links
- Source: https://arxiv.org/abs/2608.27345v1
- Canonical: https://arxiv.org/abs/2608.27345v1
Trouble viewing inline? Open PDF directly â
Full Text
91,545 characters extracted from source content.
Expand or collapse full text
Preprint PAWBENCH: HOW FAR ARE WE FROM PROBABILISTICALLY ALIGNED WORLD MODELING? Yuandong Pu 1,2 â Le Zhuo 3 Sayak Paul 4 Gabriel Jorge Menezes 3 Avram Ăor Ì devi Ì c 3 Shiyang Li 2 Yifan Zhou 1 Bin Fu 2 Wenlong Zhang 2 Junjun He 5 Qiao Yu 2 Yihao Liu 2 â Jinbo Xing 6 Xi Chen 7â 1 Shanghai Jiao Tong University 2 Shanghai AI Laboratory 3 Krea AI 4 Huggingface 5 Shanghai Innovation Institute 6 Tongyi Lab 7 The University of Hong Kong ABSTRACT Recent video generation models are increasingly framed as world models. Many physical processes can unfold in more than one valid way. Therefore, a world model should reproduce not only a plausible trajectory, but also the distribution of possible behaviors under the same initial observation and action. We call this distribution-level requirement probabilistic alignment. However, existing evaluations largely assess individual-video plausibility and do not test whether repeated generations recover the correct distribution. This raises a central question: how far are current video generators from probabilistically aligned world modeling? To answer it, we formalize probabilistic alignment as a distributional criterion for world models and introduce PAWBench, a benchmark for evaluating video generators as stochastic samplers of world dynamics. We further introduce PAWEval, an outcome-level protocol that converts repeated video rollouts into empirical distributions over possible physical behaviors. Across 50 scenarios and eleven current systems, no model consistently matches the reference probabilities while recovering the range of valid behaviors. Having established this gap, we test whether language prompts, initial noise sampling, or model training can reshape the modelâs predictive distribution. We believe our work can serve as a foundation for future efforts to move towards probabilistically aligned world modeling. Project page: https://pawbench.github.io 1INTRODUCTION Recent advances in video generation have substantially improved instruction following, visual quality, and temporal coherence (Google, 2025; Kling AI, 2026; ByteDance Seed, 2026b; Lightricks, 2026a; MiniMax, 2026). Given an observation and a prompt or action-like control signal, current systems can generate plausible continuations of a scene. Together, these advances (OpenAI, 2024; Google DeepMind, 2025a; Agarwal et al., 2026) have strengthened the case for viewing video generators not only as content creation tools, but also as visual world models. Yet a world model must do more than render visually plausible rollouts. Because an observation reveals only part of the world state and an action does not specify all of its consequences, the generated rollouts must remain consistent with the sceneâs underlying geometry and dynamics (Li & World Labs Team, 2026). When the underlying process is stochastic, the same initial observation and action can admit multiple physically valid futures rather than a single correct continuation (Babaeizadeh et al., 2018; Denton & Fergus, 2018). A model should therefore capture the conditional distribution over these futures, not merely render one plausible sample. We call this requirement probabilistic alignment: under a fixed initial observation and action, the induced distribution should reflect both which futures are physically possible and how likely each one is. Probabilistic alignment matters for interaction and planning (Ravi et al., 2025), because decisions depend on both the possible consequences of an action and their relative likelihoods. â This work was done during his internship at Shanghai Artificial Intelligence Laboratory. â Corresponding Authors 1 arXiv:2608.27345v1 [cs.CV] 27 Aug 2026 Preprint (a) One plausible future(b) Probabilistically unaligned world(c) Probabilistically aligned world Figure 1: One plausible future is not enough. A single rollout from a video generation model can appear physically plausible, yet repeated rollouts from the same initial observation and action may reveal a probabilistically unaligned world: outcomes concentrate on a narrow subset of futures instead of matching the valid stochastic support. PAWBench evaluates this induced distribution or support over repeated futures, rather than judging a model by one sampled video. Evaluation, however, still treats generated videos as isolated outputs rather than samples from the conditional distribution induced by the model. Existing benchmarks evaluate each generated video independently along dimensions of visual quality, temporal coherence, text or action alignment, and physical plausibility (Huang et al., 2024a;b; Bansal et al., 2024; Li et al., 2025). Yet success on these criteria does not reveal the modelâs underlying distribution over possible futures given the same initial observation and action. A model may still produce plausible individual videos while collapsing to a narrow subset of valid outcomes or assigning probability mass in the wrong proportions. As illustrated in Fig. 1, one plausible future is therefore not enough. This leaves a central question: how far are we from probabilistically aligned world modeling? To answer this question, we introduce PAWBench (Probabilistically Aligned World Bench), a diagnostic benchmark for evaluating whether video generators model the distribution of possible futures. PAWBench contains 50 scenarios spanning eight mechanism groups, organized into two complementary suites. PAW-Calibration covers 25 scenarios with analytically specified or symmetry- derived reference distributions, such as tossing a coin or spinning a wheel. PAW-Coverage covers 25 scenarios whose valid terminal outcomes can be enumerated but whose relative probabilities cannot be reliably specified, such as rolling a bowling ball or flipping a bottle. For each scenario, the source image and action prompt are held fixed across repeated rollouts. PAWEval maps readable, in-schema rollouts to terminal outcomes and records the remaining cases as outcome-readout failures. In PAW-Calibration, PAWBench compares the resulting empirical distribution with the reference probabilities; in PAW-Coverage, it measures recovery of the valid support. We benchmark eleven current video generation models on PAWBench. No model achieves all three requirements: accurate outcome probabilities, broad coverage of valid futures, and reliable performance across scenes. Tests with more rollouts support the sampling budget used in the main evaluation, while PAWEval agrees with human judgments on videos with clear terminal outcomes. Controlled interventions show that model distributions change too little when the physical transition changes, yet can shift when only a non-causal cue changes. Current video generators therefore remain far from probabilistically aligned world modeling: individual videos may look plausible even when their underlying distributions miss valid futures and assign them the wrong probabilities. We next move from measuring probabilistic alignment to asking whether it can be improved. We examine three points of intervention, moving from explicit language, through initial noise sampling, to the modelâs learned predictive distribution under the same initial observation and action. Language makes possible futures explicit: VLMs predict what may happen, while prompts guide a video generator toward a named future. Sampling leaves the future unspecified and varies the initial noise to expose a broader range of possibilities from the same generator. Fine-tuning changes the model itself, testing whether it can learn how the probabilities of possible futures should vary with physical state. 2 Preprint Our main contributions are as follows. âą We formalize probabilistic alignment as a distributional criterion for world models and operationalize it through PAWBench, a 50-scenario diagnostic benchmark spanning eight physical mechanism groups under fixed initial observations and actions. PAWEval converts repeated video rollouts into empirical outcome distributions, enabling PAW-Calibration and PAW-Coverage to test probability-mass alignment and valid-support recovery, respectively. âąWe benchmark current video generation models and reveal a failure hidden by current single- sample evaluation: plausible rollouts do not imply the correct distribution over possible futures. This gap persists beyond finite sampling and automated outcome readout. âąWe probe probabilistic alignment from external guidance to model learning: we use language to predict and steer outcomes, sampling to broaden finite-budget exploration, and fine-tuning to reshape the learned distribution. These results distinguish inference-time steering and exploration from changes to the modelâs learned predictive distribution. 2PROBABILISTICALLY ALIGNED WORLD MODELING World models represent distributions over possible futures.A world model should capture the range of futures that may unfold from a situation, not merely render one plausible continuation (Li & World Labs Team, 2026). Letxdenote an initial observation andaan action. When the underlying process is stochastic, the same initial observation and action may lead to different physically valid outcomes. We therefore describe a video world modelMthrough the conditional distribution P M (Ï | x,a)over the future trajectoriesÏit generates. Probabilistic alignment concerns both which futures this distribution supports and the relative probability it assigns to each one. From a plausible future to an aligned distribution.Producing one plausible continuation meets only the weakest requirement: it shows that the model can realize one future. Support alignment asks whether it can realize the distinct outcomes available under the same condition, rather than collapsing to a subset. Probability-mass alignment is stronger: it asks whether those outcomes occur in the right proportions. A model can therefore be diverse without being aligned; covering every outcome does not guarantee assigning the correct probability to each. To define these two levels of alignment, we map each generated trajectory to the terminal outcome it realizes. LetYbe the finite set of terminal outcomes, and letg(Ï)âYdenote the outcome realized by trajectory Ï . The modelâs trajectory distribution then induces p M (y | x,a) =Pr ÏâŒP M (·|x,a) [g(Ï) = y]. This outcome distribution captures how much probability the model assigns to each possible result, while abstracting away differences among trajectories that reach the same result. When a reference distributionqoverYis available, probability-mass alignment requiresp M (·| x,a) = q. When only the set of possible outcomes is known, support alignment requires supp p M (·| x,a) =Y . 3PAWBENCH Having defined probabilistic alignment, we now describe how PAWBench makes this criterion measur- able for video generators. The benchmark evaluates repeated rollouts under a fixed initial observation and action across two complementary alignment regimes, using an outcome-level evaluator. We first describe the overall benchmark design, including PAW-Calibration and PAW-Coverage (§3.1), then present the scenario construction process that makes repeated-rollout statistics meaningful (§3.2). We finally introduce PAWEval, a rubric-based outcome judging protocol that maps generated rollouts to terminal outcomes and converts them into distributional scores (§3.3). 3.1BENCHMARK DESIGN PAWBench evaluates a video generation model through repeated rollouts conditioned on the same initial observation and action. Each benchmark item provides a source image representing the initial 3 Preprint Tossing Throw the die once onto the table. Rotation Spin the wheel once under the pointer. Routing Release the ball once. Draw The man picks up exactly one ball once. (a) PAW-Calibration Collision Roll the bowling ball once down the lane. Stability Pull the block once from the tower. Agent Gently touch the cat once. Material Bend the chocolate bar once. (b) PAW-Coverage Figure 2: PAWBench scenario taxonomy. PAWBench covers eight mechanism groups under fixed initial observations and actions. PAW-Calibration contains calibrated probability scenarios with analytically specified reference distributions, while PAW-Coverage contains complex stochastic interactions evaluated by valid-support coverage. Each scenario fixes the source image and action prompt, then scores repeated model rollouts by their terminal outcomes. observationx, an action prompt specifying the actiona, a finite set of valid terminal outcomesY, and, when available, a reference distributionqoverY. The model is queriedKtimes with the same(x,a) pair, and the resulting videos are mapped to terminal outcomes and aggregated into an empirical outcome distributionËp M . Keeping the source image and action prompt fixed ensures that variation across rollouts reflects the model-induced future distribution rather than changes in the model inputs. As shown in Fig. 2, PAWBench contains 50 scenarios spanning eight mechanism groups, divided into PAW-Calibration and PAW-Coverage. PAW-Calibration includes 25 scenarios whose valid terminal outcomes have analytically specified or symmetry-derived reference distributions, such as tossing, rotation, routing, and draw-style randomizers. It tests whetherËp M approaches the reference distributionq, or instead concentrates probability mass on a biased subset of valid futures. PAW- Coverage includes 25 scenarios whose valid outcomes can be enumerated but whose probabilities cannot be reliably specified, including collision, stability, agent interaction, and material transition scenarios. It tests whether repeated rollouts recover the qualitatively distinct valid futures inY. Detailed benchmark composition and outcome-set cardinalities are summarized in Fig. 9. This division separates two failures that single-sample evaluation cannot distinguish. PAW-Calibration measures probability misallocation: every rollout may show a plausible die roll or spinner motion, yet one outcome may occur far too often. PAW-Coverage measures missing outcomes: individual rollouts may look plausible even though some valid futures never appear. We therefore report calibration and coverage separately rather than combine them into a single score. 3.2SCENARIO CURATION PAWBench relies on repeated-rollout statistics, so each scenario must make the induced future distribution well defined. We therefore curate scenarios around three requirements. First, stochasticity must arise from a visible physical mechanism, rather than from ambiguity in the action prompt or hidden initial conditions. Second, the action prompt must specify one atomic intervention whose completion can be judged from the generated video. Third, the terminal outcomes must form a finite, visually distinguishable set so that rollouts can be consistently mapped intoY. We manually curate and review each of the 50 scenarios against these requirements. For each scenario, we generate one source image (Google DeepMind, 2025b; OpenAI, 2026b) to represent the initial observation and use one action prompt to specify the action across all rollouts. We list the valid terminal outcomes and specify when a rollout fails to complete the intended physical process. For PAW-Calibration, we also derive a reference distribution from analytic reasoning or physical symmetry. We review and finalize the source image, action prompt, outcome set, 4 Preprint Observation Tail Head Flick the coin once. Analyze 0.0 0.5 1.0 H e a d T a i l Expected Distribution 0.0 0.5 1.0 H e a d T a i l Fails to match the true distribution Rollouts ... Figure 3: PAWEval turns repeated rollouts into a distributional test. In this PAW-Calibration example, a rubric-based judge maps each readable, in-schema coin-toss rollout to Head or Tail. Aggregating these labels yields the empirical outcome distribution, which is compared with the reference probabilities rather than matching generated videos frame by frame. failure criteria, and reference distribution before evaluating any model. Appendix A.2 describes the construction process and the quality-control checks used to finalize each scenario. 3.3EVALUATING DISTRIBUTIONS OVER POSSIBLE FUTURES To estimate the distribution induced by a video generator, we introduce PAWEval, an outcome-level evaluation protocol for repeated rollouts. As illustrated in Fig. 3, we generateKvideo rollouts under the same(x,a)pair. Each scenario has an outcome rubric that specifies which terminal physical result to identify, how valid results map toY, and when to return an outcome-readout failure. Gemini 3.5 Flash (Google DeepMind, 2026) applies this rubric to each rollout and returns either a terminal- outcome label inYor an outcome-readout failure. We normalize the assigned outcome labels to obtain the conditional empirical distributionËp M ; readout failures are reported separately because they do not represent physical outcomes inY and cannot be counted as additional possible futures. PAW-Calibration compares this conditional distribution with the reference distributionqusing total variation distance (TVD), half theâ 1 distance between the two categorical distributions (Gibbs & Su, 2002). PAW-Coverage instead measures valid-support recovery as the fraction of valid outcomes observed across repeated rollouts. Both metrics use readable, in-schema outcomes; the outcome- readout gate separately determines whether a scene is scoreable. Appendix B provides the full metric definitions, gate, and aggregation rules used to compute the reported results. 4EVALUATION ON PAWBENCH 4.1EVALUATION SETUP We evaluate eleven current video generation models on both PAW-Calibration and PAW-Coverage, as listed in Tab. 1. The roster spans proprietary and openly released systems: HappyHorse (Alibaba Cloud, 2026a), Veo3.1 Fast (Google, 2025), Kling 3 Std. (Kling AI, 2026), Seedance 2 (ByteDance Seed, 2026a), Wan2.7 (Alibaba Cloud, 2026b), Wan2.2 (Wan Team, 2025), LTX-2.3 (Lightricks, 2026b), LTX-2.5 (HaCohen et al., 2026; Lightricks, 2026a), Cosmos 3 Super I2V (NVIDIA, 2025; Agarwal et al., 2026), LingBot-Video-MoE (Ma et al., 2026), and MiniMax H3 (MiniMax, 2026). For each PAWBench scenario, all systems receive the same source image and action prompt. In the main evaluation, we sampleK = 50independent rollouts per scenario and system, with the action prompt held fixed across rollouts. Unless otherwise specified, we use each system with its default inference configuration. A scene passes the outcome-readout gate when no more than 30 of its 50 rollouts fail outcome readout, equivalently when at least 20 yield readable, in-schema outcomes. We report Scene Pass Rate (SPR) as the percentage of the 25 scenes in each track that pass this gate. 5 Preprint Table 1: Main PAWBench results. PAW-Calibration reports conditional TVD (Ă100,â): a 70/30 model distribution against a 50/50 reference scores 20, while an exact match scores 0. PAW-Coverage reports valid-support recovery (%,â). Avg. is computed over passing scenes; SPR is the percentage of all 25 scenes that pass.andindicate the best and second-best conditional scores; / indicates that no scene in the corresponding mechanism group passes the gate. Model PAW-Calibration: TVDĂ100 (â)PAW-Coverage: Coverage (%) (â) Avg.SPRTossRot.Rout.DrawAvg.SPRColl.Stab.AgentMat. HappyHorse43.192.0%40.127.541.959.547.1100.0%45.036.849.058.3 Veo3.1 Fast35.488.0%37.112.232.455.041.8100.0%39.821.153.344.2 Kling 3 Std.34.992.0%29.920.338.746.052.888.0%52.740.044.377.5 Seedance 230.5100.0%32.715.131.140.550.984.0%48.650.044.367.5 Wan2.726.392.0%26.012.226.836.550.096.0%60.350.537.953.3 Wan2.226.364.0%22.415.823.245.963.492.0%76.856.755.058.3 LTX-2.330.124.0%29.3 11.0/41.071.772.0%82.750.059.590.0 LTX-2.530.260.0%30.217.139.927.157.488.0%66.730.059.457.5 Cosmos 3 Super I2V20.580.0%19.43.617.735.555.292.0%56.731.749.481.7 LingBot-Video-MoE41.872.0%31.813.444.460.858.8100.0%62.261.846.572.5 MiniMax H3 24.268.0%22.014.028.926.548.792.0%59.539.536.458.3 4.2BENCHMARK RESULTS Current video generators remain far from probabilistically aligned world modeling. As shown in Tab. 1, no model combines well-aligned probability mass, broad support recovery, and reliable performance across scenes. Cosmos 3 Super I2V achieves the lowest Calibration TVD, but only 80.0% of its Calibration scenes pass the outcome-readout gate. LTX-2.3 attains the highest Coverage average, yet that average is computed over the 72.0% of its Coverage scenes that pass. Conversely, Seedance 2 and LingBot-Video-MoE pass every scene on Calibration and Coverage, respectively, but neither leads the corresponding conditional metric. Conditional alignment and scene-level reliability therefore capture distinct limitations of current models and must be read together. Recovering valid futures is not the same as assigning them the right probability. The models that recover broad support are not those that best match the reference probabilities, and this separation persists across physical mechanisms. A generator may expose many plausible outcomes while allocating probability mass incorrectly, or closely match the frequencies of observed outcomes while leaving valid alternatives unseen. PAW-Coverage and PAW-Calibration therefore expose complementary failures: recovering the valid support is necessary, but it does not establish that probability mass is correctly allocated among the outcomes within that support. GT Veo3.1 Seedance 2 HappyHorse GPT-5.5 Gemini 3.5 Flash (a) Causal: pencil tilt Left Right (b) Reference Base Causal (c) Non-causal: text LeftMiddle Right (d) Reference Base Non-causal Figure 4: Models underreact to physically causal interventions and overreact to non-causal cues. Upper and lower bars show outcome distributions before and after intervention; panels (b) and (d) show the paired scenes. The pencil tilt is causal because it changes the physical transition, whereas the Galton-board text is non-causal because it leaves the transition unchanged. Models Do Not Consistently Distinguish Causal from Non-Causal Changes. A probabilistic world model should change its future distribution only when the physical transition changes. We test this criterion with paired interventions: physically causal interventions alter the transition and its reference distribution, whereas non-causal interventions change only an irrelevant visual or textual signal and should therefore leave both the physical process and its future distribution unchanged. 6 Preprint 1255075100 Rollouts per scene, K 0 20 40 60 80 100 Macro TVD (Ă100) â 1255075100 Rollouts per scene, K 0 20 40 60 80 100 Macro coverage (%) â Wan2.2 Seedance 2 HappyHorse Cosmos 3 Super I2V Veo3.1 Fast Figure 5: Larger rollout budgets increase cover- age but leave calibration largely unchanged. Con- ditional TVD (left) and valid-support coverage (right) as the rollout budget increases from K = 1 to 100. Figure 6:Three interfaces for shaping a world modelâs outcome distribution. Sec- tion 5 studies prompt engineering, initial noise sampling, and updating model parameters. As shown in Fig. 4, model distributions shift incompletely or in the wrong direction under physically causal interventions. Under non-causal interventions, distractor text redirects probability mass despite an unchanged reference distribution. Appendix B.5 reports the same pattern across all paired controls, video generators, and direct VLM future samplers. Models respond to altered inputs, but their responses do not reliably track whether the underlying physical transition has changed. 4.3ROBUSTNESS OF THE EVALUATION PROTOCOL The main results show that current models do not reproduce the relative frequencies of valid futures and recover only part of the valid outcome support. We test whether either finding reflects a limitation of the evaluation protocol: too few rollouts or disagreement between PAWEval and human judgments. Rollout-Budget Sensitivity. Figure 5 shows that doubling the rollout budget leaves calibration largely unchanged, although coverage continues to rise for three of the four models. Additional samples can uncover more valid outcomes without correcting their observed relative frequencies. We therefore useK = 50as a shared evaluation budget without treating it as a convergence point. The Monte Carlo analysis in Appendix B.4 tests whether finite sampling could still account for the calibration gap. Across the eleven video generators, observed TVD averages 31.2. For comparison, we draw matched samples from the reference distributions while preserving each modelâs passing scenes and readable sample counts. In 99% of these simulations, average TVD remains below 9.22, far below the calibration error observed across the evaluated video generators. Agreement with Human Judgments. We collect seven independent human judgments for each video using the same scene-specific outcome space. For the 888 videos where both PAWEval and the human panel provide a clear terminal-outcome label, PAWEval agrees with the decisive human label on 722 (81.3%). Disagreement over clear outcomes therefore cannot by itself account for the PAWBench gap. Appendix C provides the full protocol and analysis. 5TOWARD PROBABILISTICALLY ALIGNED WORLD MODELING Generating one plausible future, or even controlling which future is produced, does not amount to controlling a distribution of futures. A probabilistically aligned world model must instead preserve the stochastic structure of possible outcomes under a fixed initial observation and action. For a video generator used as a world model, this distribution can be influenced at three levels: prompt engineering, initial noise sampling, and updating model parameters, as summarized in Fig. 6. We therefore intervene at three interfaces that can shape this distribution: language specifies a requested future, initial noise sampling selects among futures, and model learning determines how probability mass is allocated among them. These probes distinguish inference-time steering and finite-budget exploration from changes in how the model itself distributes probability mass over future outcomes. 5.1PROMPT ENGINEERING Language can steer a video generator by naming a future in its prompt. If a model can already render several plausible futures, varying these requests across rollouts could reshape its output distribution. We therefore evaluate both requirements: whether the language controller selects futures with the required frequencies or support, and whether the generator realizes each selected future. 7 Preprint Table 2: VLM distributions over possible futures. Repeated VLM responses are mapped to PAWBench outcomes and aggregated into empirical distributions without video generation. Model PAW-Calibration: TVDĂ100 (â)PAW-Coverage: Coverage (%) (â) Avg.SPRTossRot.Rout.DrawAvg.SPRColl.Stab.AgentMat. Qwen3.5 Plus40.984.0%36.415.144.959.035.996.0%19.849.548.629.2 GPT-5.542.3100.0%35.642.941.956.034.3100.0%24.929.644.739.2 GLM-5V Turbo 34.888.0%24.136.933.950.839.9100.0%30.956.642.338.3 Kimi K2.638.296.0%32.632.136.858.545.1100.0%44.155.746.534.2 Gemini 3.5 Flash39.4100.0%37.029.040.652.046.696.0%49.539.548.943.3 Table 3: Predicted outcomes do not substitute for target outcomes. The first row scores the outcomes selected by GPT-5.5 PE before video synthesis. Matched Base, PE, and Oracle PE results for four generators follow; all conditions cover 25 scenes per PAWBench track at K = 50. Model PAW-Calibration: TVDĂ100 (â)PAW-Coverage: Coverage (%) (â) Avg.SPRTossRot.Rout.DrawAvg.SPRColl.Stab.AgentMat. GPT-5.5 PE44.3100.0%40.149.543.649.035.0100.0%35.434.635.533.3 Wan2.226.364.0%22.415.823.245.963.492.0%76.856.755.058.3 +PE27.192.0%23.515.428.839.561.9100.0%68.150.762.957.5 +Oracle PE15.384.0% 10.513.914.027.376.296.0%71.172.782.876.7 Cosmos 3 Super I2V20.580.0%19.43.617.735.555.292.0%56.731.749.481.7 +PE31.692.0%27.015.034.947.064.9100.0%71.162.053.576.7 +Oracle PE12.888.0%17.69.213.25.187.3100.0%84.891.491.380.8 MiniMax H324.268.0%22.014.028.926.548.792.0%59.539.536.458.3 +PE38.996.0%32.535.042.248.649.896.0%59.341.840.557.5 +Oracle PE 10.896.0%21.66.02.112.682.996.0%82.491.482.176.7 LTX-2.530.260.0%30.217.139.927.157.488.0%66.730.059.457.5 +PE36.496.0%34.328.736.648.055.6100.0%59.842.151.468.3 +Oracle PE18.088.0%26.221.815.05.773.996.0%56.078.089.973.3 We test three settings. First, prior work finds that language models often understand or describe a target distribution more accurately than they reproduce it through repeated sampling, although distribution-aware prompting and training can narrow this gap (Meister et al., 2025; Gu et al., 2025; Misaki & Akiba, 2025; Sorensen et al., 2026). We therefore ask whether VLMs can act as samplers over possible futures without being given the target probabilities. We repeatedly query five VLMs (Qwen Team, 2026; OpenAI, 2026a; Z.AI, 2026; Moonshot AI, 2026; Google DeepMind, 2026) under the same initial observation and action, map each prediction to the PAWBench outcome space, and aggregate the predictions into an empirical distribution. Second, GPT-5.5 performs prompt engineering (PE) for each rollout: without access to the reference distribution, it predicts a possible outcome and writes a generator prompt requesting that outcome. Third, for Oracle PE, we directly specify one target outcome in each generator prompt, arranging the targets across rollouts to follow the reference distribution in PAW-Calibration and to balance the valid outcomes in PAW-Coverage. Together, these settings separate two sources of error: predicting the wrong distribution of outcomes and failing to produce a requested outcome in video. Direct VLM future sampling tests the first, PE evaluates the full chain, and Oracle PE supplies the target outcomes directly to isolate the second. Wan2.2Cosmos 3MiniMax H3LTX-2.5 0 50 100 Target hit (%) 37.6 45.7 58.1 43.1 Figure 7: Oracle PE of- ten misses requested out- comes. The distributions produced by direct VLM sampling are already mis- aligned. Tab. 2 shows that GLM-5V Turbo achieves the lowest Cal- ibration TVD at 34.8, while Gemini 3.5 Flash achieves the highest Coverage at 46.6%. The outcomes selected by GPT-5.5 for PE are also misaligned before video generation, scoring 44.3 Calibration TVD and 35.0% Coverage in Tab. 3. Passing these selections to video generators raises SPR for all four models, but increases Calibration TVD among passing scenes in every case and improves Coverage for only two. Man- ually specified targets perform better: Oracle PE lowers Calibration TVD and raises Coverage for every generator. Even with these targets, Fig. 7 shows that the generators realize only 37.6â58.1% of the requested outcomes. Current language-based control is limited by 8 Preprint both errors: the controller selects the wrong distribution of futures, and the generators often miss the supplied target. It can change individual rollouts without reliably aligning their distribution. 5.2INITIAL NOISE SAMPLING The language interventions change which future is requested, but leave open what can be recovered when the request itself is held fixed. We therefore turn from language to sampling: noise determines which future is reached under the same request. Holding the action prompt and generator fixed, we test whether part of the observed gap is a finite-sample exploration failure, in which independent draws repeatedly visit the same modes even when other valid outcomes remain accessible. We adopt Couple to Control (C2C) (Jia et al., 2026), a repulsive Gaussian coupling scheme that introduces negative dependence among theK = 50initial-noise samples while preserving each sampleâs standard Gaussian marginal. The action prompt, generator, and rollout budget remain fixed across C2C and independent sampling; Appendix D.2 details the coupled-noise construction and the matched evaluation conditions used to isolate the effect of noise coupling. Table 4: Coupled noise broadens finite-gallery exploration. C2C (Jia et al., 2026) couplesK = 50 rollout noises while preserving the standard Gaussian marginal of each noise. Model PAW-Calibration: TVDĂ100 (â)PAW-Coverage: Coverage (%) (â) Avg.SPRTossRot.Rout.DrawAvg.SPRColl.Stab.AgentMat. Wan2.226.364.0%22.415.823.245.963.492.0%76.856.755.058.3 +C2C25.784.0%17.422.321.648.769.288.0%82.457.559.468.3 LTX-2.330.124.0%29.311.0/41.071.772.0%82.750.059.590.0 +C2C19.932.0%18.67.234.027.774.872.0%92.887.557.176.7 Cosmos 3 Super I2V20.580.0%19.43.617.735.555.292.0%56.731.749.481.7 +C2C19.472.0%25.86.114.324.263.992.0%74.956.749.176.7 Tab. 4 reports results across all 25 scenes in each PAWBench track. Across the scenes that pass in each condition, C2C lowers mean Calibration TVD and raises mean Coverage for all three generators. The gains vary across mechanisms and do not consistently raise SPR. C2C therefore helps the 50 rollouts explore the modelâs existing possibilities more broadly, rather than changing the distribution learned by the model. We therefore turn next to the model itself. 5.3UPDATING MODEL PARAMETERS Unlike language and noise interventions, changing the training distribution can alter the generatorâs learned allocation of probability mass. We train five LoRA-adapted Wan2.2 models (Hu et al., 2022) on training sets with different ratios of left- and right-falling pencil videos, with the left-fall share ranging from 0% to 100%, while holding the training budget and recipe fixed. Each model is evaluated on upright and left-leaning pencil scenes using a direction-neutral action prompt andK = 50rollouts. Because the interior mixtures contain both outcomes, differences among them probe relative mass rather than support. Appendix D.3 provides the dataset, adaptation, and evaluation details. Table 5: Training mixtures reshape outcome mass. TVDĂ100is reported for the unadapted Base and five LoRA models trained on increasing proportions of left-fall examples. SceneReference BaseLoRA training P(left) (%) L/R0205080100 Upright50/5017.3 50.017.623.548.0 50.0 Left-leaning100/041.3 97.250.018.90.00.0 Ref.Base0205080100 0 20 40 60 80 100 Generated P (left) LoRA training P(left) (%) Upright Left-leaning Figure 8: Training steers outcome mass across scenes. Both scenes follow similar trends. Fig. 8 shows that increasing the share of left-falling videos in the training set raises the generated left- fall frequency in both scenes. The relationship is nonlinear: the generated frequency does not follow 9 Preprint the training proportion one-to-one. The consistent shift shows that training-data composition can reshape the modelâs outcome distribution; imbalanced outcome frequencies may therefore contribute to current generatorsâ distributional biases, although their actual training distributions are unknown. A probabilistically aligned model should produce a50/50distribution for the upright pencil and a 100/0distribution for the left-leaning pencil. None of the five adapted models produces both (Tab. 5). With 20% left-falling videos in training, the model comes closest to the upright reference, while the left-leaning scene remains at50/50. Increasing that share to 80% or 100% brings the left-leaning scene to its100/0reference, but also makes the upright pencil fall left almost every time. The same adjustment moves both scenes in the same direction, so improving the match for one scene worsens the other. Changing global outcome frequencies therefore provides only coarse control over the modelâs distribution. Probabilistic alignment requires learning how the distribution of possible futures should change with each sceneâs initial physical state under a fixed action. 6RELATED WORK Video Generators as World Models. World models have long been used to support planning by predicting the consequences of actions, from classical model-based reinforcement learning to latent dynamics and decision-centric models (Sutton, 1990; Ha & Schmidhuber, 2018; Hafner et al., 2020; Schrittwieser et al., 2020). Recent video systems increasingly pursue this role through controllable visual rollouts, including large-scale video generators and interactive world models (OpenAI, 2024; Bruce et al., 2024; Google DeepMind, 2025a; NVIDIA, 2025; Yang et al., 2024). This shift makes repeated rollouts from the same initial observation and action natural. PAWBench focuses on the distributional question left open by these systems: not only whether a rollout is coherent, controllable, or visually realistic, but whether the induced samples place probability mass on the right futures. Video-generation and world-model benchmarks. Video-generation benchmarks have substan- tially improved evaluation of visual quality, temporal consistency, and text-video alignment (Liu et al., 2024; Huang et al., 2024a;b). Physics-focused benchmarks further probe physical plausibility and action following (Bansal et al., 2024; Meng et al., 2024; Guo et al., 2025; Sanli et al., 2025; Pu et al., 2026; Li et al., 2026). Recent world-model benchmarks evaluate action-conditioned prediction, physical-law adherence, embodied consistency, or downstream utility for planning and control (Li et al., 2025; Qin et al., 2025; Kang et al., 2024; Tian et al., 2023). These evaluations are comple- mentary to PAWBench, but their unit of analysis is usually an individual generation, a deterministic violation, or task success under a prompt. PAWBench instead holds the initial observation and action fixed, samples repeated rollouts, maps them to terminal outcome labels, and evaluates whether the empirical outcome distribution or support matches the stochastic structure of the scene. Calibration and coverage under fixed actions.Calibration and distributional evaluation separate accuracy, fidelity, probability assignment, and support recovery (Guo et al., 2017; Nalisnick et al., 2019; Sajjadi et al., 2018; KynkĂ€anniemi et al., 2019; Naeem et al., 2020). Recent work on generative- video uncertainty also shows that confidence estimation is feasible and important (Mei et al., 2025a;b). Closest to our setting, CaliBench evaluates nine stochastic scenes with known reference distributions, reporting scorability separately from conditional TVD and testing for miscalibration (Sadeghi et al., 2026). PAWBench shares the repeated-rollout, discrete-outcome perspective but separates two regimes: PAW-Calibration when defensible reference probabilities are available, and PAW-Coverage when only the valid support can be specified. It further pairs these measurements with controlled probes of causal state, language, sampling noise, and training distribution. 7LIMITATIONS PAWBench is designed as a diagnostic test of probabilistic alignment, and its current form has three main limitations. First, it evaluates stochastic futures through terminal outcomes, which makes distributional comparison tractable but does not fully capture trajectory-level dynamics or intermediate physical processes. Second, its estimates are based on a finite number of rollouts: larger sampling budgets can reveal the induced distribution more reliably, but they increase evaluation cost and do not by themselves correct biased model distributions. Third, PAWBench uses controlled, visually parseable scenarios to isolate stochastic future modeling, leaving longer-horizon, interactive, 10 Preprint and embodied environments for future study. Future work should extend probabilistic alignment from terminal labels to richer state trajectories, study more efficient and reliable rollout-based estimators, scale the benchmark to interactive settings, and develop training objectives for models that explicitly learn calibrated distributions over possible futures across different physical states. 8CONCLUSION World modeling requires more than producing plausible continuations; a world model should capture the distribution of possible futures under the same initial observation and action. We introduce PAWBench to make this requirement measurable through repeated video rollouts. Across eleven current video generators, no model consistently matches the reference probabilities while recovering the range of valid futures, and the gap cannot be explained by finite sampling or disagreement with human judgments on clear outcomes. Controlled interventions further show that model distributions do not reliably track causal changes in the physical process. Language can request individual futures, coupled noise can broaden finite-budget exploration, and fine-tuning can shift outcome frequencies, but none reliably recovers the scene-conditioned distribution over possible futures. PAWBench therefore shows that plausible, diverse, or controllable rollouts do not by themselves establish probabilistically aligned world modeling across different physical states. 11 Preprint REFERENCES Niket Agarwal, Arslan Ali, Jon Allen, Martin Antolini, Adeline Aubame, Alisson Azzolini, Junjie Bai, Maciej Bala, Yogesh Balaji, Josh Bapst, et al. Cosmos 3: Omnimodal world models for physical AI. arXiv preprint arXiv:2606.02800, 2026. URL https://arxiv.org/abs/2606.02800. AlibabaCloud.AlibabarollsoutHappyHorse1.0inlimited beta,2026a.URLhttps://w.alibabacloud.com/blog/ alibaba-rolls-out-happyhorse-1-0-in-limited-beta_603068. Alibaba Cloud.Wan2.7, 2026b.URLhttps://w.alibabacloud.com/help/en/ model-studio/video-generate-edit-model. Model Studio documentation. Mohammad Babaeizadeh, Chelsea Finn, Dumitru Erhan, Roy H. Campbell, and Sergey Levine.Stochastic variational video prediction.In International Conference on Learning Representations,2018.URLhttps://research.google/pubs/ stochastic-variational-video-prediction/. Hritik Bansal, Zongyu Lin, Tianyi Xie, Zeshun Zong, Michal Yarom, Yonatan Bitton, et al. VideoPhy: Evaluating physical commonsense for video generation. arXiv preprint arXiv:2406.03520, 2024. URL https://arxiv.org/abs/2406.03520. Jake Bruce, Michael Dennis, Ashley Edwards, Jack Parker-Holder, Yuge Shi, Edward Hughes, et al. Genie: Generative interactive environments. arXiv preprint arXiv:2402.15391, 2024. URL https://arxiv.org/abs/2402.15391. ByteDance Seed.Seedance 2.0, 2026a.URLhttps://seed.bytedance.com/en/ seedance2_0. ByteDance Seed. Seedance 2.5, 2026b. URLhttps://seed.bytedance.com/en/blog/ one-take-creation-flexible-referencing-introducing-seedance-2-5. Emily Denton and Rob Fergus. Stochastic video generation with a learned prior. In Proceedings of the 35th International Conference on Machine Learning, 2018. URLhttps://proceedings. mlr.press/v80/denton18a.html. Alison L. Gibbs and Francis Edward Su. On choosing and bounding probability metrics. International Statistical Review, 70(3):419â435, 2002. doi: 10.1111/j.1751-5823.2002.tb00178.x. Google. Veo 3.1 Fast, 2025. URLhttps://ai.google.dev/gemini-api/docs/video. Gemini API documentation. Google DeepMind. Genie 3: A new frontier for world models, 2025a. URLhttps://deepmind. google/blog/genie-3-a-new-frontier-for-world-models/. Google DeepMind. Nano banana pro, 2025b. URLhttps://deepmind.google/models/ gemini-image/pro/. Google DeepMind. Gemini 3.5 flash, 2026. URLhttps://deepmind.google/models/ model-cards/gemini-3-5-flash/. Jia Gu, Liang Pang, Huawei Shen, and Xueqi Cheng. Do LLMs play dice? exploring probability distribution sampling in large language models for behavioral simulation. In Proceedings of the 31st International Conference on Computational Linguistics, p. 5375â5390, 2025. URL https://aclanthology.org/2025.coling-main.360/. Chuan Guo, Geoff Pleiss, Yu Sun, and Kilian Q. Weinberger. On calibration of modern neural networks. In Proceedings of the 34th International Conference on Machine Learning, 2017. URL https://arxiv.org/abs/1706.04599. Xuyang Guo, Jiayan Huo, Zhenmei Shi, Zhao Song, Jiahao Zhang, and Jiale Zhao. T2VPhysBench: A first-principles benchmark for physical consistency in text-to-video generation. arXiv preprint arXiv:2505.00337, 2025. URL https://arxiv.org/abs/2505.00337. 12 Preprint David Ha and JĂŒrgen Schmidhuber. World models. arXiv preprint arXiv:1803.10122, 2018. URL https://arxiv.org/abs/1803.10122. Yoav HaCohen, Benny Brazowski, Nisan Chiprut, Yaki Bitterman, Andrew Kvochko, Avishai Berkowitz, Daniel Shalem, Daphna Lifschitz, Dudu Moshe, Eitan Porat, Eitan Richardson, Guy Shiran, Itay Chachy, Jonathan Chetboun, Michael Finkelson, Michael Kupchick, Nir Zabari, Nitzan Guetta, Noa Kotler, Ofir Bibi, Ori Gordon, Poriya Panet, Roi Benita, Shahar Armon, Victor Kulikov, Yaron Inger, Yonatan Shiftan, Zeev Melumian, and Zeev Farbman. LTX-2: Efficient Joint Audio-Visual Foundation Model. arXiv preprint arXiv:2601.03233, 2026. URL https://arxiv.org/abs/2601.03233. Danijar Hafner, Timothy Lillicrap, Jimmy Ba, and Mohammad Norouzi.Dream to control:Learning behaviors by latent imagination.In International Conference on Learning Representations, 2020.URLhttps://research.google/pubs/ dream-to-control-learning-behaviors-by-latent-imagination/. Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. LoRA: Low-rank adaptation of large language models. In International Conference on Learning Representations, 2022. URLhttps://arxiv.org/abs/2106. 09685. Ziqi Huang, Yinan He, Jiashuo Yu, Fan Zhang, Chenyang Si, Yuming Jiang, Yuanhan Zhang, Tianxing Wu, et al. VBench: Comprehensive benchmark suite for video generative models. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024a.URLhttps://openaccess.thecvf.com/content/CVPR2024/papers/ Huang_VBench_Comprehensive_Benchmark_Suite_for_Video_Generative_ Models_CVPR_2024_paper.pdf. Ziqi Huang, Fan Zhang, Xiaojie Xu, Yinan He, Jiashuo Yu, Ziyue Dong, et al. VBench++: Comprehensive and versatile benchmark suite for video generative models. arXiv preprint arXiv:2411.13503, 2024b. URL https://arxiv.org/abs/2411.13503. Jing Jia, Liyue Shen, and Guanyang Wang. Couple to control: Joint initial noise design in diffusion models. arXiv preprint arXiv:2605.11311, 2026. URLhttps://arxiv.org/abs/2605. 11311. Bingyi Kang, Yang Yue, Rui Lu, Zhijie Lin, Yang Zhao, Kaixin Wang, Gao Huang, and Jiashi Feng. How far is video generation from world model: A physical law perspective. arXiv preprint arXiv:2411.02385, 2024. URL https://arxiv.org/abs/2411.02385. Kling AI. Kling Video 3.0 Model User Guide, 2026. URLhttps://kling.ai/quickstart/ klingai-video-3-model-user-guide. Tuomas KynkĂ€anniemi, Tero Karras, Samuli Laine, Jaakko Lehtinen, and Timo Aila. Improved precision and recall metric for assessing generative models. In Advances in Neural Information Processing Systems, 2019. URL https://arxiv.org/abs/1904.06991. Dacheng Li, Yunhao Fang, Yukang Chen, Shuo Yang, Shiyi Cao, Justin Wong, Michael Luo, Xiaolong Wang, Hongxu Yin, Joseph E. Gonzalez, Ion Stoica, Song Han, and Yao Lu. WorldModelBench: Judging video generation models as world models.In Advances in Neural Information Processing Systems, volume 38. Curran Associates, Inc., 2025.doi: 10.52202/085713-1834.URLhttps://papers.nips.c/paper_files/paper/ 2025/hash/4ec03ed08a3fcb59e1c815b5598beff1-Abstract-Datasets_ and_Benchmarks_Track.html. Datasets and Benchmarks Track. Fei-Fei Li and World Labs Team. A functional taxonomy of world models: Renderers, simulators, planners, and the loop that connects them, June 2026. URLhttps://w.worldlabs.ai/ blog/taxonomy-of-world-models. Shiyang Li, Yuewen Cao, Yihao Liu, Yuandong Pu, Baochang Zhang, Xiaofei Li, and Changqing Zou. Acoustitrace: When plausible sound violates physics, 2026. URLhttps://arxiv.org/ abs/2608.02035. 13 Preprint Lightricks. LTX-2.5, 2026a. URL https://ltx.io/model/ltx-2-5. Lightricks. LTX-2.3 Video Engine, 2026b. URL https://ltx.io/model/ltx-2-3. Yaofang Liu, Xiaodong Cun, Xuebo Liu, Xintao Wang, Yong Zhang, Haoxin Chen, Yang Liu, Tieyong Zeng, Raymond Chan, and Ying Shan.Evalcrafter: Benchmarking and evaluating large video generation models.In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), p. 22139â22149, June 2024. URLhttps://openaccess.thecvf.com/content/CVPR2024/html/Liu_ EvalCrafter_Benchmarking_and_Evaluating_Large_Video_Generation_ Models_CVPR_2024_paper.html. Shuailei Ma, Jiaqi Liao, Xinyang Wang, Jingjing Wang, Chaoran Feng, et al. Scaling mixture-of- experts video pretraining for embodied intelligence. arXiv preprint arXiv:2607.07675, 2026. URL https://arxiv.org/abs/2607.07675. Zhiting Mei, Ola Shorinwa, and Anirudha Majumdar. How confident are video models? empowering video models to express their uncertainty. arXiv preprint arXiv:2510.02571, 2025a. URLhttps: //arxiv.org/abs/2510.02571. Zhiting Mei, Tenny Yin, Micah Baker, Ola Shorinwa, and Anirudha Majumdar. World models that know when they donât know: Controllable video generation with calibrated uncertainty. arXiv preprint arXiv:2512.05927, 2025b. URL https://arxiv.org/abs/2512.05927. Nicole Meister, Carlos Guestrin, and Tatsunori Hashimoto. Benchmarking distributional alignment of large language models. In Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies, p. 24â49, 2025. URL https://aclanthology.org/2025.naacl-long.2/. Fanqing Meng, Jiaqi Liao, Xinyu Tan, Wenqi Shao, Quanfeng Lu, Kaipeng Zhang, Yu Cheng, Ping Luo, et al. Towards world simulator: Crafting physical commonsense-based benchmark for video generation. arXiv preprint arXiv:2410.05363, 2024. URLhttps://arxiv.org/abs/2410. 05363. MiniMax. MiniMax H3: An open model breaking the boundaries between tasks and modalities, July 2026. URL https://w.minimax.io/blog/minimax-h3. Kou Misaki and Takuya Akiba. String seed of thought: Prompting llms for distribution-faithful and diverse generation. arXiv preprint arXiv:2510.21150, 2025. URLhttps://arxiv.org/ abs/2510.21150. Moonshot AI. Kimi-k2.6, 2026. URLhttps://huggingface.co/moonshotai/Kimi-K2. 6. Muhammad Ferjad Naeem, Achkan Bhalgat, Vladislav Golyanik, Christian Theobalt, and Hans-Peter Seidel. Reliable fidelity and diversity metrics for generative models. In Proceedings of the 37th International Conference on Machine Learning, 2020. URLhttps://arxiv.org/abs/ 2002.09797. Eric Nalisnick, Akihiro Matsukawa, Yee Whye Teh, Dilan Gorur, and Frank Wood. Do deep generative models know what they donât know?In International Conference on Learning Representations, 2019. URL https://arxiv.org/abs/1810.09136. NVIDIA. Cosmos world foundation model platform for physical AI. arXiv preprint arXiv:2501.03575, 2025. URL https://arxiv.org/abs/2501.03575. OpenAI. Video generation models as world simulators, 2024. URLhttps://openai.com/ index/video-generation-models-as-world-simulators/. OpenAI. Gpt-5.5 model, 2026a. URLhttps://developers.openai.com/api/docs/ models/gpt-5.5. OpenAI. Gpt image 2, April 2026b. URLhttps://developers.openai.com/api/docs/ models/gpt-image-2. 14 Preprint Yuandong Pu, Le Zhuo, Songhao Han, Jinbo Xing, Kaiwen Zhu, Shuo Cao, Bin Fu, Si Liu, Hongsheng Li, Yu Qiao, Wenlong Zhang, Xi Chen, and Yihao Liu. Picabench: How far are we from physically realistic image editing?, 2026. URL https://arxiv.org/abs/2510.17681. Yiran Qin, Zhelun Shi, Jiwen Yu, Xijun Wang, Enshen Zhou, Lijun Li, Zhenfei Yin, Xihui Liu, Lu Sheng, Jing Shao, Lei Bai, and Ruimao Zhang. WorldSimBench: Towards video generation models as world simulators. In Aarti Singh, Maryam Fazel, Daniel Hsu, Simon Lacoste-Julien, Felix Berkenkamp, Tegan Maharaj, Kiri Wagstaff, and Jerry Zhu (eds.), Proceedings of the 42nd International Conference on Machine Learning, volume 267 of Proceedings of Machine Learning Research, p. 50338â50362. PMLR, 13â19 Jul 2025. URLhttps://proceedings.mlr. press/v267/qin25f.html. Qwen Team. Qwen3.5: Towards native multimodal agents, 2026. URLhttps://qwen.ai/ blog?id=qwen3.5. Sahithya Ravi, Aditya Chinchure, Pushkar Shukla, Vered Shwartz, and Leonid Sigal. Position: World models must live in parallel worlds. In NeurIPS 2025 Workshop on Bridging Language, Agent, and World Models for Reasoning and Planning, 2025. URLhttps://openreview.net/ forum?id=sj9Nyke43S. Jonathan Sadeghi, Jenny Seidenschwarz, Jesse Allardice, Sirish Srinivasan, Benjamin Graham, and Jeffrey Hawke. CaliBench: Are the stochastic dynamics of video world models physically calibrated? arXiv preprint arXiv:2608.16829, 2026. URLhttps://arxiv.org/abs/2608. 16829. Mehdi S. M. Sajjadi, Olivier Bachem, Mario Lucic, Olivier Bousquet, and Sylvain Gelly. Assessing generative models via precision and recall. In Advances in Neural Information Processing Systems, 2018. URL https://arxiv.org/abs/1806.00035. Enes Sanli, Baris Sarper Tezcan, Aykut Erdem, and Erkut Erdem. Can your model separate yolks with a water bottle? Benchmarking physical commonsense understanding in video generation models. arXiv preprint arXiv:2507.15824, 2025. URL https://arxiv.org/abs/2507.15824. Julian Schrittwieser, Ioannis Antonoglou, Thomas Hubert, Karen Simonyan, Laurent Sifre, Si- mon Schmitt, Arthur Guez, Edward Lockhart, Demis Hassabis, Thore Graepel, Timothy Lil- licrap, and David Silver. Mastering atari, go, chess and shogi by planning with a learned model. Nature, 588:604â609, 2020.URLhttps://w.nature.com/articles/ s41586-020-03051-4. Taylor Sorensen, Benjamin Newman, Jared Moore, Chan Young Park, Jillian Fisher, Niloofar Mireshghallah, Liwei Jiang, and Yejin Choi. Spectrum tuning: Post-training for distributional coverage and in-context steerability. In International Conference on Learning Representations, 2026. URL https://openreview.net/forum?id=ulvp7cbZeU. Richard S. Sutton. Integrated architectures for learning, planning, and reacting based on approxi- mating dynamic programming. In Proceedings of the Seventh International Conference on Ma- chine Learning, 1990. URLhttps://papers.nips.c/paper_files/paper/1990/ hash/d9fc5b73a8d78fad3d6dffe419384e70-Abstract.html. Stephen Tian, Chelsea Finn, and Jiajun Wu. A control-centric benchmark for video prediction. arXiv preprint arXiv:2304.13723, 2023. URL https://arxiv.org/abs/2304.13723. Wan Team. Wan2.2, 2025. URL https://github.com/Wan-Video/Wan2.2. Sherry Yang, Yilun Du, Kamyar Ghasemipour, Jonathan Tompson, Leslie Kaelbling, Dale Schuur- mans, and Pieter Abbeel. Unisim: Learning interactive real-world simulators. In International Con- ference on Learning Representations, 2024. URLhttps://arxiv.org/abs/2310.06114. Z.AI.Glm-5v-turbo overview, 2026.URLhttps://docs.z.ai/guides/vlm/ glm-5v-turbo. 15 Preprint ABENCHMARK DETAILS A.1SCENARIO DEFINITION AND TASK TAXONOMY Each PAWBench scenario fixes the inputs and outcomes of one repeated-rollout test, as shown in Tab. 6. A source image represents the initial observation, an action prompt specifies one atomic intervention, and a finite outcome setYlists the valid terminal outcomes of the physical process. Each scenario also includes outcome-readout criteria and, when it can be derived independently of model outputs, a reference distributionqoverY. We finalize these elements before evaluating any model. A.1.1PAW-CALIBRATION TASKS PAW-Calibration comprises scenarios whose reference distributionqis fixed before model evaluation. We deriveqfrom sector proportions, combinatorial outcome counts, physical symmetry, or visible causal stateânot from model outputs or a default uniform assumption. When the initial observation and action do not support a defensible reference distribution, the scenario is assigned to PAW- Coverage or discarded. PAW-Calibration tests whether repeated rollouts allocate probability mass in accordance with q. A.1.2PAW-COVERAGE TASKS PAW-Coverage comprises scenarios whose valid terminal outcomes can be enumerated but whose relative probabilities cannot be justified from the initial observation and action. It tests support recovery across repeated rollouts without assuming equal outcome probabilities. Figure 9: Benchmark statistics of PAWBench. PAWBench contains 50 manually curated scenarios, evenly divided between PAW-Calibration and PAW-Coverage, across eight stochastic mechanism groups. Each scenario fixes one source image and action prompt and uses a compact terminal-outcome set, allowing repeated rollouts to be aggregated into an empirical outcome distribution. A.2SCENARIO CONSTRUCTION AND QUALITY REVIEW We construct each scenario so that variation across repeated rollouts reflects the modelâs future distribution rather than ambiguity in the benchmark item. Before evaluation, we finalize the source image, action prompt, valid terminal outcomes, reference distribution when applicable, and outcome- readout criteria. The physical mechanism must be visible, the action must specify one intervention, and the terminal outcomes must be distinguishable. Source-image selection. For each scenario, we generate candidate source images with image generation models (Google DeepMind, 2025b; OpenAI, 2026b) and manually select one image. The selected image must clearly show the relevant physical mechanism and action target, avoid hidden initial conditions, and support terminal outcomes that can be distinguished from the final frames. We reject candidates with an obscured mechanism, an ambiguous initial state, or competing action targets. 16 Preprint Task familyTask definitionTerminal readoutRepresentative audit concerns PAW-Calibration TossingAn object is thrown, flicked, or released into one of several settled states. Face, orientation, or resting region. No throw or release; continuity break; settled state unreadable. RotationAn object spins relative to a fixed partition, pointer, or orientation frame. Final sector or orientation. No rotation; reference frame or endpoint unreadable; out-of-schema orientation. RoutingA released object traverses a visible branching structure. Terminal branch, lane, bin, pocket, or location. No traversal; continuity break; terminal location unreadable or out of schema. DrawOne item is selected or released from a visible finite collection. Selected identity or category. No selection; item continuity break; selected identity unreadable or out of schema. PAW-Coverage CollisionAn object undergoes contact or a target-directed interaction. Contact, deflection, scoring, miss, or settling state. Intervention absent; impossible transition; continuity or readability failure. StabilityA near-threshold arrangement is subjected to a perturbation. Stable, shifted, toppled, or collapsed state. No perturbation; continuity break; terminal state unreadable or out of schema. Agent interaction A living agent receives a fixed visible stimulus. Observable response category. Stimulus not delivered as specified; agent continuity break; response unreadable. Material transition A material or deformable object undergoes a fixed intervention. Resulting physical or material state. Intervention absent; material continuity break; final state unreadable or out of schema. Table 6: PAWBench task taxonomy. Each family identifies a recurring physical task, its terminal outcome readout, and representative outcome-readout or trustworthiness concerns. Outcome readout supplies the labels and scene gate used by PAWBench; trustworthiness checks are auxiliary diagnostics (Appendix B.1). Scenario finalization. Given the selected source image, we write an action prompt that specifies one atomic intervention whose completion can be judged from the generated video. We then define the valid terminal outcomes, criteria for readable in-schema labels, and separate trustworthiness checks. For PAW-Calibration, we retain a reference distribution only when analytic reasoning or physical symmetry justifies it independently of model outputs. Outcome categories describe terminal physical states rather than incidental differences in appearance or intermediate trajectories. Quality review. We review each candidate as a complete scenario before evaluating any model. The review checks mechanism visibility, action specificity, terminal-outcome distinguishability, reference- distribution justification when applicable, and the outcome-readout criteria. Failed checks lead us to select or generate a new source image, revise the action prompt, or refine the outcome categories. We discard a scenario when its ambiguity cannot be removed without changing the physical process being evaluated. BEVALUATION PROTOCOL AND SUPPORTING ANALYSES B.1PAWEVAL OUTCOME READOUT PAWEval uses Gemini 3.5 Flash (Google DeepMind, 2026) to apply a frozen scene-specific outcome rubric to each generated rollout. The rubric returns a terminal labely â Ywhen the endpoint is readable and belongs to the outcome set; otherwise, it returns the shared readout-failure labelâ„. When a visible endpoint is more specific than the outcome categories, the rubric maps it to the corresponding category before aggregation. These outcome labels determine conditional TVD and 17 Preprint Coverage. Readout failures instead determine whether a scene passes the outcome-readout gate and therefore affect SPR; they never enter the conditional outcome distribution. We also run an auxiliary trustworthiness audit that records whether the requested action is completed, object continuity is preserved, and the transition follows the specified physical mechanism. This separate diagnostic does not change the terminal label or any PAWBench score. Tab. 7 summarizes the scoring readout and the auxiliary audit. For example, in a routing scene whose schema contains only named terminal bins, a ball that comes to rest visibly outside those bins has a readable but out-of-schema endpoint and is therefore recorded as an outcome-readout failure. By contrast, a spinner that ends clearly on blue after an implausible or discontinuous rotation still receives the in-schema label blue, while the trajectory is flagged only by the separate trustworthiness audit and the blue label still enters the conditional outcome counts. CriterionRequired conditionFailure condition Outcome readout Endpoint readability The terminal state can be determined visually. The endpoint is hidden, ambiguous, or unreadable. Schema membership The terminal state maps to the fixed outcome setY . A readable endpoint falls outsideY . Trustworthiness audit Action completionThe requested intervention is executed as specified. The action is absent or the clip is off task. Object continuityKey objects remain identifiable throughout the rollout. Objects disappear, duplicate, or change identity. Physical processThe transition follows the specified physical mechanism. The transition violates the specified physical mechanism. Table 7: PAWEval separates scoring from auxiliary diagnostics. Outcome readout supplies the labels and scene gate used by PAWBench; trustworthiness criteria only diagnose how readable outcomes are realized. Outcome-readout failures remain separate from the conditional distribution over readable, in-schema outcomes. Fig. 10 shows the fixed PAWEval prompt scaffold into which the scene-specific outcome and trustworthiness rubrics are inserted. B.2AUXILIARY TRUSTWORTHINESS DIAGNOSTICS The trustworthiness audit asks how a readable endpoint was reached. A clip may reach such an endpoint without completing the intended physical process: the action may not be executed, object identity may break, or the endpoint may be reached through physically implausible dynamics. These flags do not change the outcome label, TVD, Coverage, or SPR. The audit covers three types of failure: action execution, physical process, and object continuity. Fig. 11 shows that physical-process errors account for the largest share overall, while action-execution and object-continuity errors remain substantial across mechanism groups. The figure therefore describes how readable endpoints are reached; it does not change the scores in Tab. 1. B.3METRIC COMPUTATION AND AGGREGATION PAWBench first applies a scene-level outcome-readout gate. For each modelâscene pair, we evaluate K = 50rollouts generated under the same initial observation and action. The outcome readout assigns each rollout either a terminal labely i â Yor the readout-failure labelâ„. Letmdenote the number of rollouts assigned toâ„. A scene passes the gate whenm †30, equivalently when at least 20 rollouts have readable, in-schema outcomes. Otherwise, the scene does not contribute a conditional alignment score. 18 Preprint Figure 10: PAWEval prompt scaffold. The scene-specific outcome rubric assigns a terminal label or an outcome-readout failure. A separate trustworthiness rubric checks action execution, physical process, and object continuity without changing the PAWBench score. The placeholders evidence_summaryandrubric_textare filled with sampled-frame evidence and the scene-specific rubric. 020406080100 Audit composition (%) Toss Rotation Routing Draw Collision Stability Agent Material Action execution Physical process Object continuity Figure 11: Failure anatomy. Incidence composition by mechanism group for eight models: Happy- Horse, Veo 3.1 Fast, Kling 3 Std., Seedance 2, Wan2.7, Wan2.2, LTX-2.3, and Cosmos 3 Super I2V. Percentages use classifiable audits and count non-exclusive failures. Conditional metrics are computed only for passing scenes. Letn readout = Kâ m. The empirical distribution over readable, in-schema outcomes is Ëp M,readout (y) = 1 n readout K X i=1 âź[y i = y], y âY. 19 Preprint The readout-failure labelâ„ is not included in this conditional distribution. For PAW-Calibration, each scenario specifies a reference distributionqover its valid terminal outcomes. We measure valid-only conditional total variation distance, TVD readout (Ëp M,readout ,q) = 1 2 X yâY |Ëp M,readout (y)â q(y)|. Lower TVD indicates closer probability-mass alignment among readable, in-schema outcomes. We report 100Ă TVD. For PAW-Coverage, the valid outcome set is enumerable but its probabilities are not specified. We measure valid-support recovery, Cov readout (Ëp M,readout ,Y) = |y âY : Ëp M,readout (y) > 0| |Y| . Higher coverage indicates that repeated rollouts recover a broader set of valid terminal outcomes. We report coverage as a percentage. Because observed support depends on the rollout budget, all primary comparisons fix K = 50; Fig. 5 examines sensitivity to increasing the budget to K = 100. Mechanism-group scores average the scene-level conditional metric over passing scenes in that group. The track-level Avg. instead averages over all passing scenes in the corresponding 25-scene track; it is not the simple average of the four mechanism-group scores. Scene Pass Rate isn pass /25, where the denominator includes the complete track roster. Conditional alignment scores and Scene Pass Rate should therefore be read together. PAW-Calibration and PAW-Coverage remain separate and are not combined into a single ranking. B.4FINITE-SAMPLE EFFECTS ON CALIBRATION Because PAW-Calibration estimates an outcome distribution from a finite number of readable rollouts, even samples drawn from the reference distributionqcan produce nonzero TVD. We measure this sampling error with matched Monte Carlo simulations. Models pass different sets of scenes and yield different numbers of readable rollouts, so we construct a separate matched baseline for each model. For each passing modelâscene pair, we draw the same number of readable outcomes from the sceneâs reference distribution and compute TVD using the same aggregation as in the main evaluation. These simulations preserve each modelâs passing scenes and readable sample counts, replacing only the generated outcomes with samples from q. Figure 12 compares the observed model TVDs with these matched baselines. Across the eleven video generators, the observed TVD averages 31.2. Samples drawn from the reference distributions average 8.33 TVD, and 99% of the simulated averages remain below 9.22. Each generatorâs observed TVD also exceeds the 99th percentile of its own matched baseline. Finite sampling therefore contributes to measured TVD, but it is too small to explain the observed calibration gap. Table 8 shows that the same conclusion holds under alternative aggregation and a stricter minimum-readout requirement. This analysis concerns conditional Calibration TVD and does not evaluate Coverage or outcome-readout failures. 20 Preprint 010203040 Conditional TVD (Ă100, lower is better) Equal-model aggregate (11 models) HappyHorse (23/25) Veo3.1 Fast (22/25) Kling 3 Std. (23/25) Seedance 2 (25/25) Wan2.7 (23/25) Wan2.2 (16/25) LTX-2.3 (6/25) LTX-2.5 (15/25) Cosmos 3 Super I2V (20/25) LingBot-Video-MoE (18/25) MiniMax H3 (17/25) Matched baseline: 2.5th--99th percentile; meanObserved Figure 12: Observed TVD exceeds the matched finite-sample baseline. Blue intervals show the 2.5th to 99th percentiles obtained by sampling from the reference distributions with each modelâs passing scenes and readable sample counts. Circles mark the simulated means, and red diamonds mark the observed model TVDs. The aggregate row first averages passing scenes within each model and then weights the eleven models equally. Table 8: Finite-sample null sensitivity. We repeat the matched analysis with pooled passing cells and with a strictern readout â„ 30threshold. The primary and stricter analyses weight models equally; the pooled analysis weights modelâscene cells equally. All rows useB = 50,000replicates, andp MC is the plus-one upper-tail probability. These checks do not alter benchmark scores or model rankings. AggregationModelsCellsObservedNull meanNull q99Exceedancesp MC Equal-model (primary)1120831.28.339.220/50,000 2.0Ă 10 â5 Pooled passing cells1120831.68.138.900/50,000 2.0Ă 10 â5 Equal-model, n readout â„ 301115931.86.677.440/50,000 2.0Ă 10 â5 B.5FULL CAUSAL AND NON-CAUSAL CONTROLS Figs. 13â16 expand the paired-control diagnostic in Fig. 4 to eight controlled pairs. The roster contains all eleven video generators from the main evaluation and five vision-language models that sample future outcomes directly from the same initial observation and action. For every system and scene, we drawK = 50samples and project readable responses into the same fixed outcome set. Video-generator rows use PAWEval outcome readout on generated videos, whereas VLM rows use projected semantic predictions. The two groups therefore support a diagnostic comparison of paired response direction, not a cross-modality performance ranking. Within each system, the upper bar shows the base scene and the lower bar shows its causal or non-causal variant. Bars reportP(outcome| readable, in-schema)when the scene passes the same outcome-readout gate used in the main evaluation; gray bars marked / denote gate failures. A causal intervention changes the physical transition and reference distribution, so the model distribution should change accordingly. A non-causal intervention preserves both, so the distribution should remain stable. 21 Preprint Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 Left Right / / / / / Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 Left Right / / / / / / / Base Causal Base Causal Figure 13: Causal-state controls across video generators and direct VLM future samplers. Each panel compares the outcome distribution for a base scene (upper bar) with that for a causal variant (lower bar), whose reference distribution changes. Bars report distributions conditional on readable, in-schema outcomes; gray bars marked / denote scenes that fail the outcome-readout gate. Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 Left Right / / / / / / / / / Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 Left Right / / / / / / / / / / BaseNon-causalBase Non-causal Figure 14: Non-causal routing controls. The paired scenes change an irrelevant cue while preserving the physical transition and reference distribution. Upper and lower bars show the base and cue- perturbed outcome distributions, respectively; gray bars marked / denote scenes that fail the outcome- readout gate. 22 Preprint Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 RedBlue / / Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 LeftMiddle Right / / BaseNon-causal BaseNon-causal Figure 15: Non-causal draw and text controls. Distractor appearance in the blind-draw scene and an outcome-suggestive sign in the Galton-board scene leave the reference distribution unchanged. Several systems nevertheless move substantial probability mass between the paired conditions. Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 RedGreenBlueYellow / Reference HappyHorse Veo3.1 Fast Kling 3 Std. Seedance 2 Wan2.7 Wan2.2 LTX-2.3 LTX-2.5 Cosmos 3 LingBot MiniMax H3 GPT-5.5 Gemini 3.5 Qwen3.5 Plus GLM-5V Kimi K2.6 HeadsTails / / / / BaseNon-causal Base Non-causal Figure 16: Non-causal dispenser and coin controls. Outcome-suggestive text or an irrelevant appearance change leaves the underlying chance process and reference distribution unchanged. Upper and lower bars show the base and cue-perturbed distributions conditional on readable, in-schema outcomes. 23 Preprint CHUMAN STUDY AND PAWEVAL ALIGNMENT The human study asks whether PAWEval and a human panel assign the same terminal outcome to the same generated video. It audits PAWEvalâs outcome readout; it does not validate PAWBenchâs TVD, Coverage, or model rankings. Study sampling. The frozen study frame contains 1,500 generated videos from 29 PAWBench scenes. Of these, 1,200 were selected to balance scene coverage, 150 to strengthen within-scene model comparisons, and 150 to probe cases expected to be difficult for the evaluator. Each video is one study item and receives seven independent judgments from a screened Rapidata audience. The resulting agreement therefore characterizes this frozen study frame rather than all PAWBench rollouts. Annotation and comparison protocol. Each Rapidata task 1 shows one generated video and asks annotators to identify its final visible outcome using a scene-specific closed-choice question. The options express the canonical PAWBench outcomes in human-readable terms and include Cannot tell for unclear, hidden, or unreadable endpoints. Annotators do not see PAWEvalâs prediction or model metadata. We map their responses back to the canonical outcome space and define the human label as decisive when the seven votes have a unique modal outcome other than Cannot tell; ties and Cannot tell modes remain non-comparable. A PAWEval label is comparable when it is an in-schema physical outcome. Agreement is an exact canonical-label match on the intersection of these two conditions. The two eligibility conditions are parallel filters over the same 1,500 videos: humans provide a decisive label on 1,128 videos, and PAWEval provides an in-schema label on 1,024. Their intersection contains 888 comparable videos. Agreement analysis. Tab. 9 reports 81.3% exact agreement: PAWEval matches the decisive human label on 722 of the 888 comparable videos. The 888 videos are a subset of the full 1,500-video study frame, so this result is not an all-row accuracy estimate. Descriptively, agreement rises with the strength of the human mode: 58.7% for three or four matching votes, 77.3% for five, and 91.7% for six or seven. This stratification shows where PAWEvalâhuman agreement is concentrated; it does not extend the 81.3% result beyond the comparable subset. Overall, the study supports a bounded conclusion: PAWEval often agrees with human judgment when both produce clear terminal-outcome labels. PAWBench calibration and coverage remain defined by the repeated-rollout metrics in Appendix B.3. Table 9: PAWEvalâhuman agreement on comparable videos. Agreement is the exact canonical- label match when both PAWEval and the seven-vote human panel provide a clear physical outcome. Consensus rows are descriptive strata of the 888-video comparison set. Human-consensus subsetVideosExact matchesAgreement Overall88872281.3% Low consensus (3â4 votes)21312558.7% Moderate consensus (5 votes)15411977.3% High consensus (6â7 votes)52147891.7% DINTERVENTION EXPERIMENTS Section 5 intervenes at three interfaces where future distributions may be shaped: the language supplied to the generator, the initial noise used to sample it, and the training distribution absorbed by the model. This appendix specifies how each intervention is constructed and which quantities are held fixed. Quantitative comparisons are reported beside their corresponding protocols. 1 https://w.rapidata.ai/ 24 Preprint Table 10: Experimental settings for the Section 5 probes. Each row records the evaluated systems, prompt interface, sampling budget, and readout; the corresponding constructions follow below. ProbeSystemsPrompt interfaceSamplingReadout and scope VLM future sampling Qwen3.5 Plus, GPT-5.5, GLM-5V Turbo, Kimi K2.6, Gemini 3.5 Flash Fixed VLM scaffold; source image and action prompt are inserted at runtime 25 scenes per track; K = 50 queries; hosted-model randomness Fixed GPT-5.5 projection; a scene fails above 30 unmapped or invalid responses PE / Oracle PEWan2.2, Cosmos 3 Super I2V, MiniMax H3, LTX-2.5 GPT-5.5 predicts an outcome and writes the PE prompt; Oracle PE manually places scheduled targets in the prompts 25 scenes per track; K = 50 rollouts under each condition PAWEval target hit plus Calibration TVD or Coverage; all current modelâtrack pairs C2CWan2.2, LTX-2.3, Cosmos 3 Super I2V Base prompt unchangedG = 10 groups of m = 5; matched K = 50 IID gallery Common PAWEval protocol over all 25 scenes in both tracks LoRAWan2.2 I2V-A14B with five rank-32 adaptations Direction-neutral pencil promptK = 50 matched seeds for two physical states PAWEval outcome counts; doseâresponse claims use adapted models, with Base as reference D.1LANGUAGE-SIDE DIAGNOSTICS AND INTERVENTIONS We evaluate language at two interfaces: predicting possible outcomes without video synthesis and requesting a specific outcome from a video generator. In PE, GPT-5.5 predicts a possible outcome from the initial observation and action without access to the reference distribution, then writes a generator prompt that requests this outcome. In Oracle PE, we instead write the target outcome directly into the generator prompt. These settings separate two errors: predicting the wrong outcome distribution and failing to produce a requested outcome in video. Figure 17: Prompts for the two language-side probes. The VLM scaffold requests one plausible future without exposing outcome labels or probabilities. The target-conditioned I2V scaffold instead adds one terminal outcome to the original scene prompt. Braced fields are filled at runtime. VLM sampling without video. We first test whether repeated VLM predictions produce the required outcome distribution before video generation. For each of the 25 scenes in both tracks, we show a VLM the same source image and action prompt and ask it to describe one possible outcome, repeating the queryK = 50times. A fixed GPT-5.5 projector maps these free-form predictions to 25 Preprint the scene-specific PAWBench outcome set, yielding an empirical distribution that can be evaluated against the sceneâs outcome specification. Only responses mapped to valid outcomes contribute to this conditional distribution. Unmapped or invalid responses instead count toward the scene gate, which fails a scene when they exceed 30 of the 50 queries. Over passing scenes, Calibration reports valid-only TVD and Coverage reports support recovery; SPR separately gives the fraction of the 25 scenes that pass. We reuse the frozen responses and projections for both tracks rather than regenerating or reprojecting them. Prompt Engineering(PE). For each rollout, GPT-5.5 predicts one possible outcome from the initial observation and action, then writes a generator prompt requesting that outcome. It receives neither the reference distribution nor a target outcome from the benchmark. Oracle PE. For Oracle PE, we manually specify one PAWBench target outcome in every generator prompt. For PAW-Calibration, we convert the reference probabilities intoK = 50target requests using largest-remainder allocation. For PAW-Coverage, we divide the 50 requests as evenly as possible across the valid outcomes. We deterministically permute each target schedule across rollout indices and reuse the same schedule for every generator. Across the 25 scenes in each track, this gives 2,500 target-conditioned rollouts for each generator. PAWEval reads the terminal outcome, and a rollout counts as a target hit only when that outcome matches the request; unreadable, invalid, missing, and different outcomes are all misses. We then ask a separate distributional question by comparing the resulting Calibration TVD and Coverage with matched Base rollouts. Target-hit rate measures whether a generator follows an individual outcome request, whereas the PAWBench metrics measure the aggregate distribution produced across requests. Tab. 3 reports Base, GPT-5.5 PE, and Oracle PE results for Wan2.2, Cosmos 3 Super I2V, MiniMax H3, and LTX-2.5. All conditions cover the 25 scenes in each track at K = 50. Language steers outcomes but does not determine their distribution. Tab. 2 shows that repeated VLM predictions remain misaligned with the reference distribution. Tab. 3 shows that PE raises Calibration TVD relative to Base for all four generators and improves Coverage for only two, whereas Oracle PE lowers mean Calibration TVD and raises mean Coverage for all four. Fig. 7 nevertheless shows that only 37.6â58.1% of their rollouts reach the requested outcome. The results expose both errors: the language controller predicts the wrong outcome distribution, and the video generator often fails to produce a requested outcome. Language can change individual rollouts without reliably aligning their aggregate distribution. D.2COUPLED NOISE SAMPLING The initial noise of a diffusion generator is usually sampled independently across rollouts. C2C asks a narrower question: can a finite gallery cover the generatorâs accessible futures more evenly when these noises are coupled, while preserving the standard-Gaussian marginal seen by every rollout? Marginal-preserving coupling. For groupg, letΔ g,1 ,...,Δ g,m be independent standard-Gaussian noise tensors. Following the centered construction of Couple to Control (Jia et al., 2026), we form Δ g,i i.i.d. ⌠N(0,I), eΔ g,i = r m mâ 1 ïŁ« ïŁ Î” g,i â 1 m m X j=1 Δ g,j ïŁ¶ ïŁž .(1) EacheΔ g,i remains marginally distributed asN(0,I), while the samples within a group satisfy P i eΔ g,i = 0 andCov(eΔ g,i ,eΔ g,j ) = âI/(mâ 1)fori Ìž= j. Groups are constructed independently. The intervention therefore changes the joint distribution of the gallery without changing the noise distribution of any single rollout. Experimental construction. We useG = 10independent groups withm = 5samples per group, yieldingK = Gm = 50rollouts for every modelâscene pair. The coupled tensors are constructed at each generatorâs native initial-latent shape and supplied at the start of denoising. The matched IID condition instead drawsKindependent tensors from the sameN(0,I)marginal; the source image, prompt, generator, and remaining generation settings are held fixed. Tab. 4 reports Wan2.2, LTX-2.3, and Cosmos 3 Super I2V on the full 25-scene PAW-Calibration roster and the full 25-scene PAW-Coverage roster. All C2C and IID rollouts follow the common PAWEval outcome-readout and 26 Preprint aggregation protocol in Appendix B.3; the intervention changes only the dependence among initial noises, not the validity gate or metric denominator. Because C2C preserves the marginal distribution of every initial noise, it does not alter the generatorâs learned one-rollout conditional law. It instead probes whether a finite IID gallery misses futures that the generator can already realize. Improved coverage under coupling is therefore evidence about finite-budget exploration, not about learning a better-calibrated world model. D.3TRAINING-DISTRIBUTION INTERVENTION The previous interventions leave the generator unchanged. Here we instead ask whether the relative frequency of two futures in the training data becomes part of the generatorâs learned outcome distribution. We vary only the leftâright composition of the training dataset, while holding its size, the underlying video pool, the training recipe, and the inference request fixed. Training mixtures. Starting from 100 left-falling and 100 right-falling videos, we form five training datasets of 2,000 examples with left/right ratios of0/100,20/80,50/50,80/20, and100/0. Source videos are repeated uniformly within each direction, so the datasets differ only in the relative frequency of the two outcomes. The three interior mixtures retain both futures and isolate their relative frequency; the two endpoints serve as boundary conditions. Every training example uses the same neutral motion prompt. LoRA adaptation. Each mixture adapts the same Wan2.2 I2V-A14B base model with rank-32 LoRA (Hu et al., 2022). Training uses832Ă480clips of 49 frames, a learning rate of10 â4 , and 2,000 optimizer updates per expert; all other recipe choices are shared across mixtures. Because Wan2.2 divides denoising between high- and low-noise experts, we train paired adapters for each mixture and apply them to the corresponding experts at inference with unit LoRA weight. This produces five adapted models; the original Wan2.2 model provides an unadapted reference. Evaluation across physical states. We evaluate Base and the five LoRA conditions on two pencil scenes using the same source image within each scene, a direction-neutral action prompt, and a matched set ofK = 50sampling seeds for every modelâscene pair. The upright pencil has a50/50 leftâright reference, whereas the initially left-leaning pencil has a100/0reference. The five adapted models share one generation profile. The Base samples use the same scene, request, and seeds, but differ in output geometry and lack complete diffusion-profile metadata. We therefore draw the doseâresponse comparison from the LoRA models and use Base only to show the unadapted behavior. The two scenes test whether the intervention writes a shared directional prior or a distribution that changes with the observed physical state. Table 11: Outcome counts under the training-distribution intervention. Each cell reports L/R/invalidoverK = 50; Fig. 8 plotsL/(L + R)over readable outcomes. Base denotes the unadapted model; doseâresponse comparisons use the LoRA rows. ProfileTraining L/RUpright pencilLeft-leaning pencil Baseâ16/33/127/19/4 LoRA0/1000/36/141/35/14 LoRA20/8012/25/1317/17/16 LoRA50/5025/9/1630/7/13 LoRA80/2048/1/150/0/0 LoRA100/045/0/548/0/2 Across the three interior mixtures, conditional left-fall frequency increases in both scenes. Training composition therefore shifts mass among supported futures, but the experiment establishes neither exact ratio recovery nor scene-conditioned probability learning: both scenes respond similarly despite their different reference distributions. 27 Preprint EQUALITATIVE EXAMPLES AND FAILURE CASES This appendix complements the aggregate PAWBench results with 13 case cards from distinct scenes. Each card shows a compact movie strip from one rollout, together with its scene, model, generation condition, instruction, and visible behavior. The examples illustrate how PAWEval reads terminal outcomes and why some visually plausible videos fail to complete the intended physical process. They provide qualitative evidence and do not enter any reported aggregate metric. The set includes successful physical trials and typical failure modes: action-execution failures, object- continuity breaks, physically inconsistent trajectories, apparatus instability, and questionable but readable clips. These cards illustrate the aggregate patterns in Tab. 1, Fig. 11, Tab. 2, and Fig. 4. Figure 18: Example of the scene âCoin flipâ generated by HappyHorse. The model is instructed to flick the coin once. The generated rollout ends with the coin lying heads-up on the table. Figure 19: Example of the scene âDie odd/even tossâ generated by Kling 3 Std. The model is instructed to throw the die once onto the table. The generated rollout ends with the die settled on the table, showing five pips on top. 28 Preprint Figure 20: Example of the scene âTwo-color equal-sector spinnerâ generated by Veo3.1 Fast. The model is instructed to spin the wheel once under the fixed pointer. The final frame places the blue sector under the pointer, but the spin is visually inconsistent across the rollout. Figure 21: Example of the scene âOne-peg Galton boardâ generated by Wan2.2. The model is instructed to release the ball once. The ball settles on the divider instead of entering either bin. Figure 22: Example of the scene âY-track branchâ generated by Seedance 2. The model is instructed to release the ball once. The ball remains stuck at the split rather than traveling down one branch. 29 Preprint Figure 23: Example of the scene âVertical pencil fallâ generated by Wan2.2. The model is instructed to move the hand upward once and let the pencil fall. The generated rollout ends with the pencil falling to the right. Figure 24: Example of the scene âBlind ball drawâ generated by Wan2.7. The model is instructed to pick up exactly one ball once. The person selects a red ball and holds it up by the end of the rollout. Figure 25: Example of the scene âLeft-Leaning Pencil Fallâ generated by Seedance 2. The model is instructed to move the hand upward once and let the pencil fall. The pencil appears to fall left, but its identity is not preserved cleanly through the motion. 30 Preprint Figure 26: Example of the scene âBall Toss Into Cupâ generated by HappyHorse. The model is instructed to toss the ball once from the visible hand pose toward the cup. The generated rollout ends with the ball landing cleanly inside the cup. Figure 27: Example of the scene âSeven-Pin Bowling Rollâ generated by Kling 3 Std. The model is instructed to roll the bowling ball once down the lane. The generated rollout ends with all seven pins knocked down. Figure 28: Example of the scene âRing toss toward pegâ generated by MiniMax H3. The model is instructed to toss the ring once from the visible hand pose toward the peg. The ring travels toward the peg and remains around it in the final frames. 31 Preprint Figure 29: Example of the scene âLoose-yarn pullâ generated by LTX-2.5 Base. The model is instructed to pull the loose yarn end once. The loose yarn is pulled upward and visibly extends from the knitted fabric. Figure 30: Example of the scene âDog Route Choice Toward Toyâ generated by Cosmos 3 Super I2V. The model is instructed to let the dog make one reach attempt toward the toy. The dog lowers its head under the bar, then backs away and remains behind the obstacle. 32