Key takeaways
- The authors illustrate the gap with a simple example.
- Their framework, called "Mental World Modeling" (MWM) and published on GitHub, extends classic world models with mental variables like…
- The same gesture of sliding a cup across the table can be an apology, a deception, or an act of care.
What happened
The authors illustrate the gap with a simple example. If someone's cup gets moved into a cabinet while they're not looking, the scene looks correct to a purely physical world model. But it still predicts the wrong next action. Only a model that also tracks the person's belief about where the cup is can explain what they'll actually do.
5 under the same protocol. The gains can't simply be replicated by sampling the direct answer multiple times. 6). Additional tests confirm the framework's core assumptions. 1 points. 5 points. 4 points are lost. Mental modeling has the biggest impact exactly where the theory predicts it should. 4 points. 0. Weaker base models benefit more from the explicit structure than stronger ones. 6-Sol.
To pinpoint where the remaining gap to human performance comes from, the authors replace individual pipeline stages with the human reference solution. 7). When all intermediate steps are replaced with the reference solution, the pipeline hits 97 points. About 80 percent of the remaining gap can be traced to prediction errors in the intermediate stages, mostly in the transition simulation. According to the authors, future improvements should start there.
The challenge isn't describing the current state; it's simulating how the coupled physical-mental world changes. World models are the big bet after pure language models. Demis Hassabis, who recently stepped down as operational head of Google Deepmind, has said he spends most of his research time on the topic and expects a "ChatGPT moment" for these systems. Investors are pouring hundreds of millions into startups like Odyssey.
The new paper groups Sora, Genie, and JEPA into the same family and criticizes all of them for the same omission. The question of mental states loops back to a research area where language models have consistently struggled.
Why it matters
Their framework, called "Mental World Modeling" (MWM) and published on GitHub, extends classic world models with mental variables like beliefs, attention, goals, intentions, emotions, norms, and social relationships. The target agent only sees an egocentric partial view, while the world model holds the complete state. Every action splits into a physical carrier, such as speaking, pointing, or grasping, and a mental payload, such as comforting, deceiving, or rejecting.
The same gesture of sliding a cup across the table can be an apology, a deception, or an act of care. Only the world model holds the variables that tell them apart. The authors explicitly don't claim to simulate consciousness. Mental states are hypotheses drawn from behavior and context, not measurements. Systems built on the framework should represent uncertainty and keep their assumptions transparent.
To test the theory, the researchers built MENTIS, a modular pipeline that requires no additional training. It breaks the process into six steps. First, the scene is parsed and the ego perspective is rendered. Then the action options are split into physical and mental components, and the resulting states are simulated in parallel. Each branch is then scored on three criteria: physical plausibility, mental consistency, and social appropriateness.
After that, the pipeline makes a deterministic decision. Every stage writes a machine-readable intermediate result, so errors can be traced back to a specific step. For evaluation, the authors built Menti-Bench, a dataset of 448 decision scenes: 320 text descriptions, 100 picture stories, and 28 sound-video clips.
Each scene contains six response options and a human-created reference solution that documents not just the correct action but also the underlying mental and physical states. 78 percent of the scenes involve at least two characters. 5). The authors use the F1 score as their accuracy metric, combining precision and recall for the chosen action. Across all models, the score climbs with each added modeling layer. 3. 9. 9.
What to watch
But what actually counts as a world model is still up for debate. An international team led by Peking University recently proposed a narrower definition that excludes text-to-video models like Sora because they lack feedback loops with the real world. Yann LeCun has argued for years that the generative approach is a dead end and instead backs abstract representations.



