觉
AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-22 2 浏览 免费阅读

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

新研究提出'心智世界建模'框架,将信念、意图等心理状态纳入世界模型,提升语言模型对人类行为的预测准确性。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 免费阅读 POST / 2026-08-22 17:00:20

原贴

查看原文
作者:Jonathan Kemper 来源站点:the-decoder.com 原贴时间:

原文

Researchers extend AI world models with the "Mental World Modeling" framework to include mental states like human beliefs and intentions. The reference implementation MENTIS simulates action options and scores them on physical plausibility, mental consistency, and social appropriateness. In experiments, the approach significantly improves how accurately language models predict human behavior. 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 Sora , Genie 3 , JEPA , 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 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. Ad 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. Ad 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. 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. Ad 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. Ad 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. Ad

中文翻译

研究人员将“心智世界建模”框架扩展到 AI 世界模型,以纳入人类信念和意图等心理状态。

在实验中,该方法显著提高了语言模型预测人类行为的准确性。

核心信息

新研究提出'心智世界建模'框架,将信念、意图等心理状态纳入世界模型,提升语言模型对人类行为的预测准确性。

  • 新研究提出'心智世界建模'框架,将信念、意图等心理状态纳入世界模型,提升语言模型对人类行为的预测准确性。
  • 原贴提到:Researchers extend AI world models with the "Mental World Modeling" fram
  • 来源:the-decoder.com

详细解读

这是什么信号?当前主流的视频生成世界模型(如 Sora、Genie 3、JEPA、Marble)只建模物理层——物体、位置、运动、遮挡,完全忽略人类的信念、意图、社会规范等心理状态。这意味着它们对动态场景的预测只能停留在“物理上可能”,却无法预判“人会怎么做”。新论文提出的“心智世界建模”(MWM)框架,正是为世界模型补上这一关键缺口。

为什么重要?因为人类行为主要由内部心理状态驱动,而非纯粹的物理规律。例如,当杯子被移走,物理模型看到的是“杯子不在桌上”,但人却会因不知道杯子被移走而伸手去拿——只有追踪信念的世界模型才能解释这一行为。该研究的参考实现 MENTIS 无需额外训练,通过三步评分(物理合理性、心理一致性、社会适当性)筛选行动,显著提升了对人类行为的预测准确率。这说明心理变量是智能体走向真实世界交互的必需组件。

对谁有价值?对服务机器人、医疗助手、协作智能体等需要与人类深度互动的 AI 系统开发者,价值最大。对研究世界模型、认知架构的学者,这是一个新的理论框架和开源代码库。对产品经理,它提供了评估 AI 交互能力的新维度——不仅要看物理执行,还要看对用户心理状态的理解。

可以怎么行动?1. 研究 MENTIS 的六步流程和 Menti-Bench 数据集,将其作为评测自己模型的新基准。2. 在智能体系统中引入“心智变量”(信念、意图、社交规范)作为显式状态,并让系统保留不确定性。3. 根据物理、心理、社会三方面加权评分来决策,可提高交互自然度。

风险与限制作者明确不声称模拟意识,心理状态只是从行为和上下文中推断的假设而非测量,存在误判风险。同时,当前 Menti-Bench 仅 448 个场景,规模有限,且模型对复杂社会情境的泛化能力尚未验证。此外,显式建模心理状态可能引发隐私和操纵伦理问题。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 the-decoder.com 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《新研究:忽略人类信念的世界模型会预测错误行为》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

新研究:忽略人类信念的世界模型会预测错误行为主要讲什么?

新研究提出'心智世界建模'框架,将信念、意图等心理状态纳入世界模型,提升语言模型对人类行为的预测准确性。

这篇文章最值得关注的要点是什么?

新研究提出'心智世界建模'框架,将信念、意图等心理状态纳入世界模型,提升语言模型对人类行为的预测准确性。;原贴提到:Researchers extend AI world models with the "Mental World Modeling" fram;来源:the-decoder.com

这篇文章和哪些AI专题相关?

它适合放在AI副业、Agent工作流、AI工具专题里阅读。 关联原因:这篇内容命中「项目、小生意、变现」等主题信号。;这篇内容命中「Agent、智能体」等主题信号。;这篇内容命中「模型」等主题信号。

阅读这篇文章建议先理解哪些关键词?

建议先理解AI工具、工具、自动化、模型、Cursor这些关键词,再结合正文判断工具、机会或风险是否值得进入自己的工作流。

上一篇 OpenAI 称加州应加强其 AI 安全法案 下一篇 Anthropic 将其最强模型 Claude Mythos 5 投入网络防御