AI News AI资讯 7h ago Updated 2h ago 更新于 2小时前 48

World models that ignore human beliefs predict the wrong actions, new research shows 忽视人类信念的世界模型会预测错误行为,新研究揭示

Current world models (Sora, Genie 3, JEPA, Marble) only model the physical layer of the world, ignoring the mental states of people involved in scenes The proposed "Mental World Modeling" (MWM) framework extends world models with mental variables including beliefs, attention, goals, intentions, emotions, norms, and social relationships A training-free reference implementation called MENTIS was built using a six-step modular pipeline that splits actions into physical carriers and mental payloads 现有世界模型(Sora、Genie 3、JEPA、Marble等)仅建模物理层(物体、位置、运动、遮挡),忽略了人的心理状态(信念、意图、情感、社会规范),导致在人际交互场景中预测错误 提出"Mental World Modeling"(MWM)框架,将动作拆分为物理载体(说话、指向、抓取)和mental载荷(安慰、欺骗、拒绝),MENTIS作为免训练的模块化参考实现验证了该框架 创建Menti-Bench数据集(448个决策场景,78%涉及多角色),测试8个语言模型,MWM框架使F1分数从63.3提升至87.9,显著优于直接回答和自洽性采样 在人际场景中MWM的F1提升达26.4分,物体场景

68
Hot 热度
72
Quality 质量
67
Impact 影响力

Analysis 深度分析

TL;DR

  • Current world models (Sora, Genie 3, JEPA, Marble) only model the physical layer of the world, ignoring the mental states of people involved in scenes
  • The proposed "Mental World Modeling" (MWM) framework extends world models with mental variables including beliefs, attention, goals, intentions, emotions, norms, and social relationships
  • A training-free reference implementation called MENTIS was built using a six-step modular pipeline that splits actions into physical carriers and mental payloads
  • Evaluation on Menti-Bench (448 decision scenes) showed MWM achieves 87.9 F1 score versus 63.3 for direct answers and 77.9 for self-consistency, with humans scoring 98.5
  • The mental channel provides the largest gains in interpersonal scenes (+26.4 F1 points vs. +14.0 for object-focused scenes), and the primary bottleneck for remaining performance gaps is in simulating state transitions rather than describing current states

Why It Matters

This research identifies a critical gap in the current generation of world models that have significant implications for any AI system intended to operate alongside humans, including service robots, medical assistants, and collaborative agents. By demonstrating that explicit mental state modeling substantially improves action prediction beyond what increased compute or sampling can achieve, the work provides a concrete architectural direction for the next generation of autonomous AI systems.

Technical Details

  • MWM Framework: Extends classic world models by coupling physical state transitions with mental state variables (beliefs, attention, goals, intentions, emotions, norms, social relationships). The world model holds the complete state while the target agent only sees an egocentric partial view. Each action is decomposed into a physical carrier (speaking, pointing, grasping) and a mental payload (comforting, deceiving, rejecting).
  • MENTIS Pipeline: A training-free, six-step modular implementation: (1) scene parsing and ego-perspective rendering, (2) action option splitting into physical and mental components, (3) parallel simulation of resulting states, (4) scoring on physical plausibility, mental consistency, and social appropriateness, (5) deterministic decision selection, (6) machine-readable intermediate outputs for error tracing.
  • Menti-Bench Dataset: 448 decision scenes comprising 320 text descriptions, 100 picture stories, and 28 sound-video clips, each with six response options and human-annotated reference solutions documenting both mental and physical states; 78% of scenes involve at least two characters.
  • Evaluation Results: Tested across eight LLMs (five OpenAI, three Anthropic). Full MWM pipeline: 87.9 F1. Direct answers: 63.3. Self-consistency (6× sampling): 77.9. Removing the mental channel costs an average of 12.1 F1 points; removing the physical channel costs 16.5 points; decoupling transitions loses 6.4 points.
  • Bottleneck Analysis: Replacing pipeline stages with human references showed the largest single gain from perfect state transitions (+3.5 points), indicating that simulating coupled physical-mental world changes—not describing current states—is the central challenge. Approximately 80% of the remaining gap to human performance traces to prediction errors in intermediate transition simulation.

Industry Insight

  • The MWM framework suggests that investing in explicit mental state modeling pipelines may yield higher returns than simply scaling up base model capabilities or increasing sampling compute, particularly for applications involving human-AI interaction where Theory of Mind is essential.
  • The finding that weaker base models benefit disproportionately from structured mental modeling (28-point gap for GPT-4.1 vs. 21 for GPT-5.6-Sol) implies that framework-level architectural improvements can partially democratize access to high-quality reasoning, reducing the performance premium of the strongest proprietary models.
  • As the field lacks consensus on what constitutes a world model, this work provides a concrete, testable definition that could help standardize evaluation and accelerate progress, while the identification of state transition simulation as the primary bottleneck gives researchers a clear target for future investment.

TL;DR

  • 现有世界模型(Sora、Genie 3、JEPA、Marble等)仅建模物理层(物体、位置、运动、遮挡),忽略了人的心理状态(信念、意图、情感、社会规范),导致在人际交互场景中预测错误
  • 提出"Mental World Modeling"(MWM)框架,将动作拆分为物理载体(说话、指向、抓取)和mental载荷(安慰、欺骗、拒绝),MENTIS作为免训练的模块化参考实现验证了该框架
  • 创建Menti-Bench数据集(448个决策场景,78%涉及多角色),测试8个语言模型,MWM框架使F1分数从63.3提升至87.9,显著优于直接回答和自洽性采样
  • 在人际场景中MWM的F1提升达26.4分,物体场景仅14.0分;弱模型(GPT-4.1)获益28分,强模型(GPT-5.6-Sol)获益21分
  • 当前性能瓶颈在于状态转换模拟(占剩余差距的80%),而非初始状态描述;世界模型领域对定义仍无共识

为什么值得看

本文揭示了当前世界模型在理解人类心理状态方面的关键缺陷,为服务型机器人、医疗助手和协作AI等需要人际交互的场景提供了重要的技术突破方向。MWM框架通过显式建模mental变量,在不增加训练成本的情况下显著提升了多智能体决策性能,对AI从业者具有直接参考价值。

技术解析

  • MWM框架核心设计:将世界状态分为物理层和mental层,mental变量包括信念、注意力、目标、意图、情感、规范和社会关系。每个动作被拆分为物理载体(如说话、指向、抓取)和mental载荷(如安慰、欺骗、拒绝),同一手势可承载不同mental含义,仅由世界模型区分。
  • MENTIS实现流程:六步免训练管道——场景解析与ego视角渲染→动作选项拆分为物理/mental组件→并行模拟结果状态→按物理合理性、mental一致性、社会适当性三维评分→确定性决策。每步输出机器可读中间结果,支持错误追溯。
  • Menti-Bench数据集:448个决策场景(320个文本描述、100个图片故事、28个音视频片段),每个场景含6个响应选项和人类标注的参考解(记录mental和physical状态)。78%场景涉及至少两个角色。
  • 实验结果:直接回答F1=63.3,自洽性(6次采样)F1=77.9,完整MWM管道F1=87.9,人类F1=98.5。移除mental通道平均下降12.1分,移除physical通道下降16.5分,独立预测双通道下降6.4分。
  • 瓶颈分析:用人类参考解替换各阶段,最佳状态转换(+3.5分)、初始状态(+2.8分)、观察(+1.7分)依次贡献。全部替换后达97分,80%差距源于中间阶段预测错误,尤其是状态转换模拟。

行业启示

  • 世界模型是下一个战略高地:Demis Hassabis将大部分研究时间投入此领域,投资者已向Odyssey等初创公司注入数亿美元。MWM框架指出当前系统的根本缺陷,为差异化竞争提供方向。
  • 心理建模是协作AI的必选项:对于服务机器人、医疗助手、协作Agent等需要与人类互动的场景,忽略mental状态将导致系统性预测错误。建议将Theory of Mind能力纳入Agent评估基准。
  • 世界模型定义尚未统一:北大团队排除text-to-video模型,LeCun反对生成式方法主张抽象表示,本文批评Sora/Genie/JEPA均缺少mental层。行业需尽快建立共识定义和评估标准,避免资源分散。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Research 科学研究 Alignment 对齐 Robotics 机器人 Evaluation 评测