omnitom-benchmark-review
收藏资源简介:
OmniToM 是一个用于评估语言模型心理理论(Theory of Mind)能力的基准数据集,通过显式的信念结构建模来实现。每个样本包含一个简短的英文故事及其相关的信念结构,包括以行为者为中心的信念命题、`world` 行为者表示叙述者/世界事实,以及每个信念的七维模式标签向量。数据集支持信念提取和信念标注两个任务,包含 895 个故事、22,343 个标注的信念命题和 156,401 个总模式标签。数据格式为 JSON,适用于零样本信念提取、零样本信念标注、语义判断评估等任务,但不适合作为现实世界社交智能的直接测量或安全认证基准。
OmniToM is a benchmark dataset for evaluating Theory of Mind capabilities in language models, achieved through explicit belief structure modeling. Each sample includes a short English story and its associated belief structures, consisting of actor-centric belief propositions, a reserved `world` actor representing narrator/world facts, and a seven-dimensional mode label vector for each belief. The dataset supports two related tasks: belief extraction and belief annotation, containing 895 stories, 22,343 annotated belief propositions, and 156,401 total mode labels. The data is in JSON format and is suitable for tasks such as zero-shot belief extraction, zero-shot belief annotation, and semantic judgment evaluation, but is not suitable as a direct measure of real-world social intelligence or a safety certification benchmark.
OmniToM 数据集详情
数据集概述
OmniToM 是一个用于评估语言模型**心智理论(Theory of Mind)**能力的基准测试数据集,其核心创新在于通过显式的信念结构建模来评估模型,而非仅关注对社交推理问题的最终答案评分。
数据集规模
- 故事总数:895 个(单一基准集,在 Hugging Face 上标记为
train分割) - 标注信念命题数:22,343 条
- 总标注标签数:156,401 个
数据构成
数据实例结构
每条数据为一个 JSON 对象,包含以下字段:
| 字段 | 说明 |
|---|---|
story_id |
故事唯一整数标识符 |
story_category |
故事类别(共7类) |
story |
原始英文故事文本 |
beliefs |
标注的信念命题列表 |
每个信念命题包含:
actor:信念持有者(保留world作为叙述者/世界事实的特殊角色)belief:最小命题化信念陈述labels:七个维度的模式标签向量
标签维度说明
| 维度 | 取值范围 |
|---|---|
order |
递归层级 {0, 1, 2, 3} |
truth_status |
True, False, Unknown |
knowledge_access |
Private, Shared, Public |
representation |
Explicit, Implicit |
content_type |
Location, Contents/Physical State, Identity/Relation, Epistemic, Desire/Intention, Emotion, Trait/Value, Action/Event |
mental_source |
Narration, Perception, Memory, Testimony, Inference, Imagination, Unknown |
context |
Neutral, Temporal, Deceptive, Counterfactual |
数据来源与创建
故事来源
故事文本源自 ToMBench 数据集,从中保留了7个故事类别:
- Ambiguous Story Task(歧义故事任务)
- False Belief Task(错误信念任务)
- Faux-pas Recognition Test(失礼识别测试)
- Hinting Task Test(暗示任务测试)
- Persuasion Story Task(说服故事任务)
- Scalar Implicature Test(标量含义测试)
- Strange Story Task(奇怪故事任务)
标注流程
采用人工校准的LLM辅助标注管道:
- 原始语料:1,383 个故事
- 源过滤后保留:916 个故事
- 最终发布:895 个故事
- 人工-LLM一致性(阶段1专家重叠验证):83.72%
- 严格全标注者精确匹配标签可靠性:92.23%
- 人工-人工一致性(语义对齐验证集):88.86%
- 选定语义判断器的人工一致性:72.03%
支持的任务
-
信念提取(Belief Extraction)
- 输入故事,输出
(Actor, Belief, Order)元组的信念结构
- 输入故事,输出
-
信念标注(Belief Labeling)
- 输入故事和信念元组,沿七个闭集模式维度为每条信念进行标注
适用场景
直接用途
- 零样本信念提取
- 零样本信念标注
- 基于语义判断器评估提取信念表
- 多角色和高阶心智推理分析
- 过程敏感型评估(超越端点问答)
不适用范围
- 现实世界社交智能的直接衡量
- 具身、交互或多模态社交推理
- 已部署系统的安全认证基准
- 临床、教育或心理评估工具
语言与许可
- 语言:英语(English)
- 许可证:MIT License
引用格式
bibtex @misc{omnitom2026, title={OmniToM: Benchmarking Theory of Mind in LLMs via Explicit Belief Modeling}, author={Anonymous Authors}, year={2026}, note={Anonymous review release} }




