新研究:忽略人类信念的世界模型会预测错误行为

The Decoder:AI News(RSS)·2026-08-22 17:00·3天前·Jonathan Kemper
AI 导读

一项新研究指出,Sora、Genie 3 等现有世界模型仅建模物理层,忽略人类信念、意图等心理状态,导致预测错误。研究者提出“Mental World Modeling”(MWM)框架及免训练实现 MENTIS,并构建含 448 个场景的 Menti-Bench 评测集。在八款模型测试中,完整 MWM 流程将 F1 分数从直接回答的 63.3 提升至 87.9,人类基准为 98.5。

The Decoder:AI News(RSS)
51AI 编辑部评分,满分 100

新研究:忽略人类信念的世界模型会预测错误行为

2026-08-22 17:00· 3天前· Jonathan Kemper
AI 导读

一项新研究指出,Sora、Genie 3 等现有世界模型仅建模物理层,忽略人类信念、意图等心理状态,导致预测错误。研究者提出“Mental World Modeling”(MWM)框架及免训练实现 MENTIS,并构建含 448 个场景的 Menti-Bench 评测集。在八款模型测试中,完整 MWM 流程将 F1 分数从直接回答的 63.3 提升至 87.9,人类基准为 98.5。

Image description

World models are supposed to be the missing foundation for autonomous AI agents, predicting how a scene changes when an action is taken. A new paper argues that the current generation of these systems ignores a critical building block: what's going on inside the heads of the people involved.

Existing world models like SoraGenie 3JEPA, and Marble only model the physical layer of the world, according to the paper: objects, positions, motion, and occlusion. What people in that world believe, want, or consider socially appropriate never shows up in their state space. For service robots, medical assistants, or collaborative agents, that's not enough, because hidden mental states largely drive human behavior.

The next state is also mental

The authors illustrate the gap with a simple example. If someone's cup gets moved into a cabinet while they're not looking, the scene looks correct to a purely physical world model. But it still predicts the wrong next action. Only a model that also tracks the person's belief about where the cup is can explain what they'll actually do.

Illustration einer Küchenszene, in der eine Tasse in einen Schrank geräumt wird, daneben zwei Roboter-Varianten, die nur Objekte beziehungsweise Objekte und Überzeugungen verfolgen und daraus unterschiedliche Handlungsvorhersagen ableiten.
A world model that only tracks objects predicts the wrong action for the same scene because it ignores what the person knows.

Their framework, called "Mental World Modeling" (MWM) and published on GitHub, extends classic world models with mental variables like beliefs, attention, goals, intentions, emotions, norms, and social relationships. The target agent only sees an egocentric partial view, while the world model holds the complete state.

Every action splits into a physical carrier, such as speaking, pointing, or grasping, and a mental payload, such as comforting, deceiving, or rejecting. The same gesture of sliding a cup across the table can be an apology, a deception, or an act of care. Only the world model holds the variables that tell them apart.

Schema des Mental World Modeling in drei Schritten, mit gekoppeltem physischem und mentalem Weltzustand, gerenderter Beobachtung des Zielagenten und aktualisiertem Folgezustand am Beispiel eines versteckten Geschenks.
MWM couples physical and mental world states, renders a first-person view for the target agent, and simulates how an action changes both states.

The authors explicitly don't claim to simulate consciousness. Mental states are hypotheses drawn from behavior and context, not measurements. Systems built on the framework should represent uncertainty and keep their assumptions transparent.

MENTIS as a training-free reference implementation

To test the theory, the researchers built MENTIS, a modular pipeline that requires no additional training. It breaks the process into six steps. First, the scene is parsed and the ego perspective is rendered. Then the action options are split into physical and mental components, and the resulting states are simulated in parallel.

Each branch is then scored on three criteria: physical plausibility, mental consistency, and social appropriateness. After that, the pipeline makes a deterministic decision. Every stage writes a machine-readable intermediate result, so errors can be traced back to a specific step.

Sechsstufige Pipeline des Systems Mentis, von der Szenenanalyse über Beobachtungsgenerierung, Aktionszerlegung und parallele Zustandsübergänge bis zur Bewertung der Handlungsoptionen.
MENTIS splits each response option into its own simulation branch and only selects afterward, scoring by mental consistency, physical plausibility, and social appropriateness.

For evaluation, the authors built Menti-Bench, a dataset of 448 decision scenes: 320 text descriptions, 100 picture stories, and 28 sound-video clips. Each scene contains six response options and a human-created reference solution that documents not just the correct action but also the underlying mental and physical states. 78 percent of the scenes involve at least two characters.

More compute retries can't replace mental modeling

The team tested eight language models, including five from OpenAI (GPT-5.6-Sol and GPT-4.1 among them) and three from Anthropic (Claude Fable 5Claude Opus 4.8Claude Haiku 4.5). The authors use the F1 score as their accuracy metric, combining precision and recall for the chosen action.

Across all models, the score climbs with each added modeling layer. Direct answers land at 63.3. Self-consistency, where the model answers the same question six times and picks the most common response, pushes that to 77.9. The full MWM pipeline reaches 87.9. Humans hit 98.5 under the same protocol.

Liniendiagramm der Final-Action-F1-Werte für acht Weltmodelle über die Systemstufen S0 bis S6 sowie Balkendiagramm der Ablationen; der Durchschnitt steigt von 31,3 auf 87,9 Prozent.
Each added modeling layer improves predictions, and removing either the mental or physical channel costs double-digit F1 points.

The gains can't simply be replicated by sampling the direct answer multiple times. The weakest model with MWM (GPT-4.1, 84.9) beats the strongest model using direct answers with self-consistency (GPT-5.6-Sol, 83.6). Additional tests confirm the framework's core assumptions. Without the mental channel, models drop an average of 12.1 points. Without the physical channel, they drop 16.5 points. When both transitions are predicted independently instead of coupled, 6.4 points are lost.

Balkendiagramm der Oracle-Interventionen bei gpt-5.6-sol; einzelne und kombinierte Ersetzungen durch Gold-Annotationen heben die F1 von 90,7 auf bis zu 97,0 Prozent, menschliche Referenz bei 98,5.
The single biggest effect comes from providing correct state transitions, identifying next-state simulation as the central bottleneck.

Mental modeling has the biggest impact exactly where the theory predicts it should. In interpersonal scenes, the F1 score improves by 26.4 points. In object-focused scenes, the gain is only 14.0. Weaker base models benefit more from the explicit structure than stronger ones. The gap between MWM and direct answers is 28 points for GPT-4.1 but only 21 for GPT-5.6-Sol.

Balkendiagramm der F1-Werte nach Szenenkategorie für vier Systeme und Punktdiagramm der Zugewinne von S6 gegenüber S1 nach Kategorie und Domäne, mit dem höchsten Wert von 26,4 Punkten bei zwischenmenschlichen Szenen.
The full world model's advantage is largest where hidden mental variables drive the decision, while remaining consistent across application domains.

The bottleneck sits in the simulation step

To pinpoint where the remaining gap to human performance comes from, the authors replace individual pipeline stages with the human reference solution. The biggest single gain comes from perfect state transitions (+3.5 points), followed by perfect initial state (+2.8) and perfect observation (+1.7). When all intermediate steps are replaced with the reference solution, the pipeline hits 97 points.

Drei Diagramme zur Modalitätsanalyse, mit F1 nach Text, Bild und Video, dem Verlust beim Ersetzen von Bildern durch Bildunterschriften und dem Abfall bei entferntem Ton oder gemischter Bildreihenfolge.
The structured state compensates for the drawbacks of image and video inputs, and interventions in the media channels confirm that the systems actually use the visual and audio evidence.

About 80 percent of the remaining gap can be traced to prediction errors in the intermediate stages, mostly in the transition simulation. According to the authors, future improvements should start there. The challenge isn't describing the current state; it's simulating how the coupled physical-mental world changes.

A field that still hasn't agreed on its own definition

World models are the big bet after pure language models. Demis Hassabis, who recently stepped down as operational head of Google Deepmind, has said he spends most of his research time on the topic and expects a "ChatGPT moment" for these systems. Investors are pouring hundreds of millions into startups like Odyssey. But what actually counts as a world model is still up for debate. An international team led by Peking University recently proposed a narrower definition that excludes text-to-video models like Sora because they lack feedback loops with the real world. Yann LeCun has argued for years that the generative approach is a dead end and instead backs abstract representations. The new paper groups Sora, Genie, and JEPA into the same family and criticizes all of them for the same omission.

The question of mental states loops back to a research area where language models have consistently struggled. A team from Meta's FAIR lab and the universities of Washington and Carnegie Mellon already showed that models fail on demanding Theory of Mind tests, and they perform even worse at tracking world states than at attributing beliefs. The MWM framework applies these states from the outside through a preprocessing pipeline. Inside the models themselves, though, something similar is forming on its own. Anthropic found an internal scratchpad inside Claude that holds word-like thoughts that are never output, and without which multi-step reasoning breaks down.

Read on for the full picture.
Subscribe for hype-free coverage.

  • Full access to every article on THE DECODER
  • No ads
  • Join the comments and community discussions
  • A weekly AI news recap via mail
  • 6x/year: "AI Radar" — deep dives on the AI topics that matter most
  • Daily AI news, always up to date
  • Our full ten-year archive
  • Covered by a team with 10+ years in AI

来源:The Decoder:AI News(RSS)· the-decoder.com