ArXiv

Mental World Modeling

Authors
Hao Fei, Yiran Zhao
Categories
cs.CL
arXiv
https://arxiv.org/abs/2607.27201v1
PDF
https://arxiv.org/pdf/2607.27201v1

Brief

Mental World Modeling (MWM) formulates world models that incorporate agents' hidden mental states (beliefs, wants, intentions, feelings, social norms), maintaining a coupled physical–mental state, rendering target-specific partial observations, and simulating action-driven updates. The authors implement MENTIS (training-free, inspectable, five-stage decomposition) and evaluate on a manually curated multimodal dataset; experiments with 8 LLM-based models find mental-state modeling essential for predicting human decisions (abstract-based summary).

Why it matters

Proposes Mental World Modeling (MWM), a framework that maintains a coupled physical–mental world state, renders target-specific partial observations, and simulates how candidate actions jointly update both physical and mental components.

Key details

  • Instantiates MWM as MENTIS, a training-free, fully inspectable baseline decomposed into five stages (state parsing; target-observation generation; action decomposition; coupled physical and mental transition; branch-level value evaluation) and evaluates on a manually constructed, quality-controlled multimodal dataset (text, image, sounding-video).
  • Experiments with 8 modern LLM-based world models show explicitly modeling mental state is essential for predicting human decisions; paper by Hao Fei and Yiran Zhao posted to arXiv on 2026-07-29 (project site: https://mental-world.github.io/).
Source evidence

Abstract

World models enable a predictive substrate for planning and action, yet existing formulations merely answer a physical question: what/where it is, and how will it evolve. Human behavior, however, is driven by hidden mental state (what a person believes, wants, intends, feels, and considers socially permissible), so 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. We formulate Mental World Modeling (MWM), a generic theoretical framework that makes mental variables core components of a world model rather than posthoc rationales: MWM aintains a coupled physical-mental world state, renders a target-specific partial observation, and simulates how candidate actions jointly update both components. We instantiate the framework in MENTIS, a training-free and fully inspectable baseline that decomposes the process into state parsing, target-observation generation, action decomposition, coupled physical and mental transition, and branch-level value evaluation. On a manually constructed, quality-controlled dataset of situated decision scenarios spanning text, image, and sounding-video stories, experiments with 8 modern LLM-based world models demonstrate that explicitly modeling the mental state is essential for predicting human decisions. Deeper analyses further expose the bottlenecks of current mental world modeling. We expect MWM as a next stage of world modeling, from simulating physical scenes to simulating the minds that act in them.

Comment: project website: https://mental-world.github.io/