VibeWorlding benchmark shows GPT-5.5 and Qwen3.8-Max under 60% success

VibeWorlding benchmark shows GPT-5.5 and Qwen3.8-Max under 60% success

Researchers have introduced VibeWorlding, a framework for benchmarking and training multimodal agents that build interactive 3D open worlds directly from a user's text query. The paper argues that existing methods for this task have only been tested on idealized, simple queries, which makes it hard to systematically compare how well different multimodal agents actually understand user intent, use 3D tools, and reason over the mix of text and visual information involved in constructing a 3D scene.

To address that, the authors built VWE-BENCH, a benchmark made up of 2,616 high-quality 3D assets, 323 human-annotated seed 3D worlds, and 6,828 reverse-synthesized multimodal user queries. The queries are split into two groups: verified queries that come with ground-truth answers, and unverified queries that are instead scored against carefully designed rubrics.

Alongside the benchmark, the team built VibeWorlding-Gym, a joint multimodal reinforcement-learning post-training framework with two parts: a sandbox environment that unifies asset retrieval, scene editing, and image rendering as MCP tools, and a rubric-based verifier that checks both physical feasibility and whether an agent's output actually fulfills the user's intent. That verifier does double duty, supporting fair model evaluation and also serving as a scalable reward signal for multimodal RL training.

Testing current frontier multimodal large language models on VWE-BENCH, the authors found that even GPT-5.5 and Qwen3.8-Max, the two frontier systems named in the paper, reach a success rate below 60%. They trace the main bottleneck to precise 3D world editing rather than to higher-level planning or intent understanding. The authors then show that RL training with VibeWorlding-Gym can ease this weakness: their resulting VibeWorlder-8B model performs comparably to frontier MLLMs, while their larger VibeWorlder-30B-A3B model attains the best overall Pass@1 score among all models evaluated in the study, with the authors describing RL training as letting open-source MLLMs surpass closed-source frontiers on this task.

Key facts

  • VibeWorlding is a framework for benchmarking and training multimodal agents that construct interactive 3D open worlds from a single text query.
  • The VWE-BENCH benchmark contains 2,616 high-quality 3D assets, 323 human-annotated seed 3D worlds, and 6,828 reverse-synthesized user queries, split into ground-truth verified queries and rubric-scored unverified queries.
  • VibeWorlding-Gym pairs a sandbox environment (asset retrieval, editing, and rendering exposed as MCP tools) with a rubric-based verifier used for both evaluation and RL reward.
  • Frontier models GPT-5.5 and Qwen3.8-Max both score below 60% success rate on the benchmark, with the bottleneck traced to precise 3D world editing.
  • RL-trained VibeWorlder-30B-A3B attains the best overall Pass@1 among all evaluated models, and the smaller VibeWorlder-8B is comparable to frontier MLLMs.

Why it matters

Building a 3D world from a plain-language request is harder than it looks: an agent has to infer ambiguous user intent, plan a scene layout, call the right 3D tools, and correct itself using visual feedback across multiple turns. Prior evaluations relied on idealized, simple queries, so it was difficult to tell how multimodal agents actually cope with realistic requests. VWE-BENCH and VibeWorlding-Gym give the field a shared, harder benchmark and a matching RL training loop, and in the process show that current frontier models are, in the authors' words, far from solving the task.

Who it affects

Anyone building or evaluating multimodal agents for 3D content generation, including text-to-scene and virtual-world tooling. It also matters to teams comparing closed frontier models such as GPT-5.5 against open-source alternatives, since the paper's central result is that RL post-training let an open-source model, VibeWorlder-30B-A3B, take the top overall Pass@1 score among all models tested.

How to use it

The paper releases VWE-BENCH as a benchmark and VibeWorlding-Gym as an RL post-training environment built around MCP tools for asset retrieval, editing, and rendering. The abstract gives no release date, code availability, or dataset and model download links.

How solid is it

The benchmark is sizable: 2,616 3D assets, 323 seed worlds, and 6,828 queries, split into a verified subset with ground-truth answers and an unverified subset scored by rubrics, giving the evaluation two independent grading paths. The authors back their claims with head-to-head experiments against multiple frontier MLLMs, including GPT-5.5 and Qwen3.8-Max, and report their own trained models' Pass@1 results against the same benchmark. The abstract does not give exact success-rate or Pass@1 figures for the frontier models or for VibeWorlder-8B and VibeWorlder-30B-A3B beyond 'below 60%' and 'best overall,' so the precise size of the improvement cannot be checked from the text alone.

Risks and caveats

The abstract does not name the paper's authors or their institutions, so who produced the work cannot be confirmed from the text alone. It also gives no release date, code availability, or download links for the code, dataset, or trained models, so reproducing the reported results cannot yet be checked. No count of how many MLLMs in total were evaluated, or the identity of any models beyond GPT-5.5 and Qwen3.8-Max, is given, so the breadth of the frontier comparison is unclear.