Mental World Modeling
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.
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
DWM: Separating World Effects from Actions in Latent World Models
Introduces DWM, a framework that decomposes latent world model transitions into action-driven and action-invariant (world effect) components, improving planning success on benchmarks with persistent world effects.
In-Context World Modeling for Robotic Control
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.
stable-worldmodel-v1: Reproducible World Modeling Research and Evaluation
Stable-Worldmodel (SWM) is a modular and standardized research framework for developing and evaluating world models, designed to improve reproducibility and support robustness and continual learning research.
MBench: A Comprehensive Benchmark on Memory Capability for Video World Models
This paper introduces MBench, a benchmark for evaluating the memory capabilities of video world models across entity, environment, and causal consistency over long temporal horizons.
Bridging the Agent-World Gap: Text World Models for LLM-based Agents
This paper systematically reviews text world models for LLM-based agents, covering foundations, construction paradigms, applications in planning and training, and evaluation methods.