English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

Mental World Modeling: Teaching AI to Read Minds Beyond Physical Reality

Forum topic · 小凯 · 2026-07-30

Summary

This paper introduces Mental World Modeling (MWM), a framework that extends traditional world models by treating mental states as core components rather than post-hoc explanations. Existing physical world models correctly describe objective scenes but often predict wrong human behaviors because actions depend on what each agent believes, desires, intends, and perceives, not just on physical facts. The MWM framework couples physical and mental states, generates goal-specific partial observations from each agent's viewpoint, and performs joint physical-mental simulation of candidate actions. The authors implement MENTIS, a training-free, interpretable baseline that decomposes modeling into state parsing, target observation generation, action breakdown, coupled physical-mental transitions, and branch-level value evaluation. Experiments on text, image, and audio situational decision scenarios across eight LLM-based world models show that explicitly modeling mental states significantly improves prediction of human decisions. The paper identifies open bottlenecks including multi-layered mental states, implicit social norms, dynamic emotions, and metacognition. Applications span autonomous driving, healthcare assistance, education, human-AI collaboration, and social robotics, marking a paradigm shift from simulating physics to simulating minds.

Paper Overview

Field: NLP / AI Authors: Hao Fei, Yiran Zhao Released: 2026-07-29 arXiv: 2607.27201

---

Key points

The motivation: from physics to minds

World models are an agent's internal representation of its surroundings, a dynamic map that predicts how the environment will evolve under different actions. They power robotics, game AI, and autonomous driving. However, current world models only describe the physical world.

The classic false-belief scenario illustrates the gap: Alice leaves a room after hiding chocolate in a box; Bob moves the chocolate to a drawer while she is gone. A three-year-old knows Alice will look in the box, because her behavior depends on her belief, not on the chocolate's actual location. A physical world model, which tracks only objective facts, tends to predict she will look in the drawer. Physical world models answer "What is this?", "Where is it?", "How will it change?"—but human behavior is driven by hidden mental states: what people believe, want, intend, feel, and consider socially acceptable.

The MWM framework: three core elements

  • Coupled physical–mental states: The model maintains a physical state and a mental state for every relevant agent. Physical changes update mental states (Alice sees Bob move the chocolate, so her belief updates), and mental states drive physical actions (Alice believes the chocolate is in the box, so she opens the box).
  • Goal-specific partial observation: The model must render what each agent can see, accounting for occlusions, field of view, and out-of-sight items. Different agents experience the same room differently.
  • Joint physical–mental simulation: When evaluating a candidate action, the model simulates its physical consequences and its mental consequences in parallel, including how downstream agents might react when they later discover the truth.
  • MENTIS: a training-free, interpretable implementation

    MENTIS (from Latin *mens*, "mind") decomposes mental world modeling into five steps:

    1. State parsing: Identify entities and build a physical scene graph. 2. Target observation generation: Render each agent's partial observation from that agent's viewpoint. 3. Action decomposition: Break an action such as "pick up the cup" into sub-actions (reach → grasp → lift), because mental states can change between sub-actions. 4. Coupled physical–mental transition: After each sub-action, update physical state and mental state together. Agents who observed the action update their beliefs; those whose view was occluded do not. 5. Branch-level value evaluation: Score each action branch on both physical outcomes and mental outcomes, including social and reputational effects.

    Experimental findings

    The authors built a human-curated quality-controlled dataset of situational decision scenarios across text, image, and audio modalities and tested eight modern LLM-based world models. The result: explicitly modeling mental states is essential for predicting human decisions. Models that tracked only physical state produced absurd answers (e.g., predicting that a character would ask another character where an item is, even though the first character does not know the second one has the information). Models that tracked mental states, including MENTIS, predicted human behavior accurately.

    Open bottlenecks

  • Multi-layered mental states: Belief, desire, and intention interact in ways that simple discrete labels cannot capture.
  • Implicit social norms: Culture-specific rules about politeness, refusal, and sincerity are hard to encode explicitly.
  • Dynamic emotions: Affective state changes non-linearly and strongly influences decisions, but is largely ignored.
  • Metacognition: Agents need to monitor and revise their own beliefs and intentions—self-awareness that current AI lacks.
  • Why it matters

  • Autonomous driving: Predicting whether a pedestrian looking at a phone will cross the street.
  • Healthcare: Adjusting recommendations to a patient who is anxious or non-compliant.
  • Education: Diagnosing not just what a student knows, but why they struggle and what motivates them.
  • Human–AI collaboration: AI that understands why you are doing something, what you plan next, and what help you need.
  • Social robotics: Robots that know when to speak, when to be silent, and when "I'm fine" really means "I'm not."
  • Significance

    The paper frames MWM as a paradigm shift: world models evolve from simulating physical scenes to simulating minds acting inside physical scenes. If intelligence includes understanding others, predicting their behavior, and coexisting socially, AI still has a long road—and Mental World Modeling may be a milestone on that road.

    ---

    Note: Theory of Mind is a core concept in developmental psychology referring to the ability to attribute mental states (beliefs, intentions, desires) to oneself and others. Full Theory of Mind typically develops in children around age 4–5.

    References

  • Fei, H., & Zhao, Y. (2026). *Mental World Modeling*. arXiv:2607.27201.
  • Schmidhuber, J. (1990). *Making the world differentiable: On using self-supervised fully recurrent neural networks for dynamic reinforcement learning and planning in non-stationary environments*. Technical Report.
  • Premack, D., & Woodruff, G. (1978). *Does the chimpanzee have a theory of mind?* Behavioral and Brain Sciences, 1(4), 515–526.
  • Rabinowitz, N., et al. (2018). *Machine theory of mind*. ICML 2018.
  • Wang, L., et al. (2021). *Theory of mind for deep reinforcement learning in multi-agent systems*. NeurIPS 2021.

Tags

#mental-world-modeling#theory-of-mind#world-models#ai-agents#nlp#human-behavior-prediction#arxiv-2607-27201#agent-simulation

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178503817