Mental World Modeling framework adds beliefs and intent to AI world models

Existing AI world models answer a purely physical question: what is where, and how will the scene evolve. The authors argue that is not enough to predict what a person will actually do, because human behavior is driven by hidden mental state: what someone believes, wants, intends, feels, and considers socially permissible. A model that tracks the physical scene but not what each agent knows and believes about it predicts the wrong action for a right-looking scene.
To fix this, the authors formulate Mental World Modeling (MWM), a generic theoretical framework that makes mental variables a core component of a world model rather than a posthoc rationale bolted on afterward. MWM maintains a coupled physical-mental world state, renders a target-specific partial observation, and simulates how candidate actions jointly update both the physical and mental components together.
They instantiate the framework in MENTIS, a training-free and fully inspectable baseline. MENTIS breaks the process into five stages: state parsing, target-observation generation, action decomposition, coupled physical and mental transition, and branch-level value evaluation.
To test the idea, the authors built a manually constructed, quality-controlled dataset of situated decision scenarios spanning text, image, and sounding-video stories. Running experiments with 8 modern LLM-based world models on this dataset, they found that explicitly modeling mental state is essential for predicting human decisions. Deeper analyses in the paper further expose bottlenecks in current mental world modeling, though the abstract does not spell out what those bottlenecks are.
The authors frame MWM as the next stage of world modeling: a shift from simulating physical scenes to simulating the minds that act within them.
Key facts
- Mental World Modeling (MWM) adds a coupled physical-mental world state, beliefs, wants, intentions, feelings, and social permissibility, as a core part of an AI world model rather than an afterthought.
- The training-free baseline MENTIS breaks the task into five stages: state parsing, target-observation generation, action decomposition, coupled physical and mental transition, and branch-level value evaluation.
- The authors tested 8 modern LLM-based world models on a manually built, quality-controlled dataset of situated decision scenarios spanning text, image, and sounding-video stories.
- The experiments show that explicitly modeling mental state is essential for predicting human decisions; without it, models predict the wrong action for scenes that look right.
- The authors position MWM as the next stage of world modeling, moving from simulating physical scenes to simulating the minds that act in them.
Why it matters
World models are meant to predict how a scene will unfold so an AI system can plan and act. The authors argue that predicting the physical scene alone is not enough: a model that tracks where things are but not what each agent knows, wants, or believes will predict the wrong action for a scene that otherwise looks correctly modeled. MWM's contribution is to make mental state, beliefs, wants, intentions, feelings, and social permissibility, a first-class, coupled part of the world state rather than something inferred after the fact.
Who it affects
The paper speaks to researchers building AI world models used for planning and predicting human action. Because it targets the underlying framework rather than a shipped product, the direct audience is the research community working on world models and human-behavior prediction rather than end users.
How to use it
MWM is offered as a generic theoretical framework, and the authors provide a concrete, training-free reference implementation, MENTIS, that is fully inspectable rather than a black box. MENTIS works in five explicit stages: it parses state, generates a target-specific observation, decomposes candidate actions, runs a coupled physical and mental transition, and evaluates branches by value. No pricing, license, or release details are given in the source.
How solid is it
The claim rests on experiments with 8 modern LLM-based world models run on a dataset of situated decision scenarios that the authors built themselves and describe as manually constructed and quality controlled, covering text, image, and sounding-video stories. The abstract reports the qualitative finding that explicit mental-state modeling is essential, but gives no specific accuracy figures or scores for any of the 8 systems tested, and names neither the paper's full author list nor an institution.
Risks and caveats
The source is an abstract, so several specifics are missing: it gives no quantitative results for the 8 world models beyond the general claim that mental-state modeling helps, does not describe what the 'bottlenecks' uncovered by the deeper analyses actually are, does not state the dataset's size, and gives no publication venue or date.
“A model that tracks the physical scene but not what each agent knows and believes about it predicts the wrong action for the right-looking scene.”
— the authors, paper abstract