Masked Diffusion Language Models are Strong and Steerable Text-Based World Models for Agentic RL
TLDR
Masked diffusion language models outperform larger autoregressive models as steerable text-based world models for agentic RL, with better coherence and diversity.
Reasoning
The paper introduces a novel steerable text-based world model using masked diffusion language models, with strong empirical evidence across multiple environments and agent backbones. However, its focus on text-based domains limits generalizability to other modalities like video, and the reliance on curated trajectories may not capture all real-world dynamics.
Read-first score
Read-first score 52.9, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 54.
Field roles
Rank sensitivity
Stability: volatile; rank range: 753.
Keyword Scores
Deep Analysis
Innovations
- Formalizing text-based world modeling as a steerable transition-dynamics problem decomposed into initial state, task context, tool schemas, domain rules, and steering directives.
- Proposing masked diffusion language models (MDLMs) as bidirectional, anchor-aware world models to overcome the left-to-right bias of autoregressive models.
- Introducing a plug-and-play GRPO training framework with deterministic state checks.
- Curating a dataset of 239,403 grounded state-action trajectories from nine open-source environments and twelve frontier model families.
- Demonstrating that MDLMs achieve better coherence, groundedness, and rollout diversity than LLMs over 4x their size, and up to 47% absolute gain in zero-shot OOD transfer.
Methodology
The authors formalize text-based world modeling as a steerable transition-dynamics problem, then curate a large dataset of grounded trajectories. They compare autoregressive language models and masked diffusion language models (MDLMs) as world models, train with a GRPO framework incorporating deterministic state checks, and evaluate zero-shot transfer on three OOD environments (ScienceWorld, ALFWorld, AppWorld) using three agent backbones (LFM2.5, Qwen3, Mistral).
Key Results
MDLMs outperform LLMs over 4x their parameter size in coherence, groundedness, and rollout diversity with comparable inference latency, and achieve up to 47% absolute gains over baselines in zero-shot transfer to OOD environments without environment-specific fine-tuning.
Limitations
- Behavioral analysis reveals failure modes under adversarial scenarios.