Mental World Modeling

Hugging Face Daily Papers Papers

Summary

The paper introduces Mental World Modeling (MWM), a framework that integrates hidden mental states as core components of world models, and presents MENTIS, a training-free baseline. Experiments with 8 LLM-based world models show explicit mental-state modeling is essential for predicting human decisions in situated scenarios.

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.
Original Article
View Cached Full Text

Cached at: 08/03/26, 09:31 AM

Paper page - Mental World Modeling

Source: https://huggingface.co/papers/2607.27201

Abstract

Worldmodelsenableapredictivesubstrateforplanningandaction,yetexistingformulationsmerelyansweraphysicalquestion:what/whereitis,andhowwillitevolve.Humanbehavior,however,isdrivenbyhiddenmentalstate(whatapersonbelieves,wants,intends,feels,andconsiderssociallypermissible),soamodelthattracksthephysicalscenebutnotwhateachagentknowsandbelievesaboutitpredictsthewrongactionfortheright-lookingscene.WeformulateMentalWorldModeling(MWM),agenerictheoreticalframeworkthatmakesmentalvariablescorecomponentsofaworldmodelratherthanposthocrationales:MWMaintainsacoupledphysical-mentalworldstate,rendersatarget-specificpartialobservation,andsimulateshowcandidateactionsjointlyupdatebothcomponents.WeinstantiatetheframeworkinMENTIS,atraining-freeandfullyinspectablebaselinethatdecomposestheprocessintostateparsing,target-observationgeneration,actiondecomposition,coupledphysicalandmentaltransition,andbranch-levelvalueevaluation.Onamanuallyconstructed,quality-controlleddatasetofsituateddecisionscenariosspanningtext,image,andsounding-videostories,experimentswith8modernLLM-basedworldmodelsdemonstratethatexplicitlymodelingthementalstateisessentialforpredictinghumandecisions.Deeperanalysesfurtherexposethebottlenecksofcurrentmentalworldmodeling.WeexpectMWMasanextstageofworldmodeling,fromsimulatingphysicalscenestosimulatingthemindsthatactinthem.

View arXiv pageView PDFProject pageGitHub1Add to collection

Get this paper in your agent:

hf papers read 2607\.27201

Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash

Models citing this paper0

No model linking this paper

Cite arxiv.org/abs/2607.27201 in a model README.md to link it from this page.

Datasets citing this paper0

No dataset linking this paper

Cite arxiv.org/abs/2607.27201 in a dataset README.md to link it from this page.

Spaces citing this paper0

No Space linking this paper

Cite arxiv.org/abs/2607.27201 in a Space README.md to link it from this page.

Collections including this paper0

No Collection including this paper

Add this paper to acollectionto link it from this page.

Similar Articles

In-Context World Modeling for Robotic Control

Hugging Face Daily Papers

This paper introduces In-Context World Modeling (ICWM), a framework that enables robot policies to infer system variables from self-generated interactions, allowing adaptation to novel configurations without parameter updates by treating system identification as an in-context adaptation problem. It outperforms standard VLA baselines on novel camera viewpoints in simulation and real-world experiments.