Text2World: Benchmarking Large Language Models for Symbolic World Model Generation
Mengkang Hu, Tianxing Chen, Yude Zou, Yuheng Lei, Qiguang Chen, Ming Li, Yao Mu, Hongyuan Zhang, Wenqi Shao, Ping Luo
TL;DR
Text2World introduces a robust, benchmark-driven framework to evaluate large language models on generating symbolic world models from natural language. By grounding evaluation in hundreds of PDDL domains and multi-criteria, execution-based metrics, the study reveals that even advanced LLMs struggle with world modeling, while reinforcement-learning–trained large reasoning models perform best among the tested models. The work further demonstrates that error correction, test-time scaling, fine-tuning, and agent-training can meaningfully improve performance, and that concrete descriptions ease the inference burden. The benchmark, analysis, and proposed strategies establish a foundation for advancing LLMs as practical world-model generators and offer a reusable resource for the community.
Abstract
Recently, there has been growing interest in leveraging large language models (LLMs) to generate symbolic world models from textual descriptions. Although LLMs have been extensively explored in the context of world modeling, prior studies encountered several challenges, including evaluation randomness, dependence on indirect metrics, and a limited domain scope. To address these limitations, we introduce a novel benchmark, Text2World, based on planning domain definition language (PDDL), featuring hundreds of diverse domains and employing multi-criteria, execution-based metrics for a more robust evaluation. We benchmark current LLMs using Text2World and find that reasoning models trained with large-scale reinforcement learning outperform others. However, even the best-performing model still demonstrates limited capabilities in world modeling. Building on these insights, we examine several promising strategies to enhance the world modeling capabilities of LLMs, including test-time scaling, agent training, and more. We hope that Text2World can serve as a crucial resource, laying the groundwork for future research in leveraging LLMs as world models. The project page is available at https://text-to-world.github.io/.
