PulseAugur
EN
LIVE 10:37:26

LLM-synthesized code world models fail in planning despite high prediction accuracy

A new research paper explores the limitations of using prediction accuracy as the sole metric for evaluating large language model-synthesized code world models (CWMs). The authors argue that while CWMs can achieve high transition accuracy on sampled trajectories, this does not guarantee effective performance in planning tasks. They demonstrate that even a CWM with near-perfect accuracy can fail systematically if the small percentage of errors it makes involves crucial game dynamics. This issue is not resolved by increasing data or using models like GPT 5.x, as the LLMs tend to translate rules rather than infer them. The paper suggests that adequacy for planning-oriented CWMs should be measured by their performance on the search distribution or through direct play, rather than solely by prediction accuracy. AI

IMPACT Highlights a critical gap in evaluating LLM-generated code for planning tasks, suggesting new metrics are needed for robust AI systems.

RANK_REASON Research paper published on arXiv detailing limitations of LLM-synthesized code world models. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

LLM-synthesized code world models fail in planning despite high prediction accuracy

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Javier Aguilar Mart\'in ·

    When a Verified World Model Still Loses: Play-Adequacy vs Prediction-Accuracy in LLM-Synthesized Code World Models

    arXiv:2607.14169v1 Announce Type: new Abstract: Large language models can synthesize a game's rules as executable code - a Code World Model (CWM) - which a classical planner then searches over. Such models are typically accepted when they reach high transition accuracy on sampled…