Search papers, labs, and topics across Lattice.
This paper introduces ScratchWorld, a novel benchmark for evaluating world models by treating Scratch projects as executable environments, allowing for replay-verified transitions and causal tracing. The study reveals that language and reasoning models achieve a maximum value-aware changed-field $F_1$ score of only 13.8% in a state-only partial-observation setting, highlighting significant limitations in their predictive capabilities. Additionally, the research demonstrates that models can achieve high accuracy through input state copying, which does not reflect genuine understanding or causal reasoning, thus exposing critical flaws in current evaluation methods.
Language models struggle to predict changes in dynamic environments, achieving only 13.8% accuracy in a rigorous benchmark designed to test causal reasoning and state transitions.
World-model evaluations often score a predicted future by overlap with a target state or observation. In sparse-change worlds, this can turn copied persistent state into apparent accuracy. We introduce ScratchWorld, an offline diagnostic benchmark that treats Scratch projects as executable worlds and uses a pinned Scratch VM to produce replay-verified transitions, hidden variables, causal traces, and counterfactual outcomes. ScratchWorld evaluates next-state prediction, long-horizon tracking, causal event attribution, and counterfactual prediction; each replay-verified target can be presented under raw-program, structured-state, natural-language, or rendered input modalities, and our experiments use the structured-state condition. Its primary state metric is value-aware changed-field $F_1$, which gives credit only for the changed field and its executed value. In a 659-example release, seven prompted language/reasoning models reach at most 13.8% value-aware changed-field $F_1$ in a state-only partial-observation stress test. A same-instance copy diagnostic makes the overlap confound concrete: copying the input state reaches 98.0% implied full-state field accuracy and 0.0% changed-field $F_1$, with the largest inflation on real projects. Auxiliary diagnostics separate hidden-state rollout drift, intervention sensitivity, causal attribution, and perturbation robustness. Across these settings, models often react to actions or interventions without following the executable rule that determines the changed value.