Robot-EQ
收藏资源简介:
RobotEQ-Data是首个专为评估具身人工智能中‘主动智能’而设计的基准数据集。‘主动智能’指的是机器人在无明确指令的人类环境中,理解哪些行为是社会允许的、哪些是禁止的能力,这与遵循指令的‘被动智能’以及理解人类情感与认知的‘社交智能’相区别。该数据集旨在评估视觉语言模型在具身场景中推理社会适宜行为的能力。数据集包含两个核心任务:1) 动作判断:提供1,894张机器人视角的场景图像,每个场景配有一个角色特定的服务问题及多个候选动作(共4,944个标注样本),模型需判断每个动作是‘恰当’还是‘不恰当’;2) 空间定位:提供1,157个带有多选区域(标记为A-D)标注的图像及相关问题,模型需选择所有空间上合适的行为选项。数据覆盖10个主要的具身部署环境类别(如公共空间、医疗护理、零售服务、私人生活空间等)和56个细分子类别。动作判断样本还标注了八个非互斥的‘主动智能’分析维度,包括非语言信号识别、空间距离规范、角色与权限边界、时机与打断规范、情境音量与行为约束、资源与所有权规范、优先权与受保护人群,以及文化特定规范。数据集以JSON格式提供中英文标注,并包含每张图像的场景分类标签。该数据集适用于视觉问答、具身AI及机器人社会规范推理等相关研究,许可证为CC-BY-NC-4.0,仅限非商业学术用途。
RobotEQ-Data is the first benchmark dataset specifically designed to evaluate 'active intelligence' in embodied artificial intelligence. 'Active intelligence' refers to the capability of robots to comprehend which behaviors are socially permissible and which are prohibited in unstructured human environments without explicit human instructions, distinguishing itself from 'passive intelligence' (which follows given instructions) and 'social intelligence' (which understands human emotions and cognition). This dataset aims to assess the ability of vision-language models to reason about socially appropriate behaviors in embodied scenarios. The dataset includes two core tasks: 1. Action Judgment: 1,894 scene images captured from the robot's perspective are provided, with each scene paired with a role-specific service question and multiple candidate actions, totaling 4,944 annotated samples. Models are required to judge whether each action is "appropriate" or "inappropriate". 2. Spatial Localization: 1,157 images with multi-choice regions annotated as A-D and associated questions are provided, and models need to select all spatially suitable behavioral options. The dataset covers 10 major categories of embodied deployment environments (such as public spaces, medical care settings, retail services, private living spaces, etc.) and 56 fine-grained subcategories. Action judgment samples are further annotated with eight non-mutually exclusive analytical dimensions for 'active intelligence', including non-verbal signal recognition, spatial distance norms, role and authority boundaries, timing and interruption norms, situational volume and behavioral constraints, resource and ownership norms, priority and protected groups, and culture-specific norms. The dataset is provided in JSON format with both Chinese and English annotations, and includes scene classification labels for each image. It is applicable to research fields such as visual question answering, embodied AI, and robot social norm reasoning. The license is CC-BY-NC-4.0, which is strictly limited to non-commercial academic use only.
数据集概述:RobotEQ-Data
RobotEQ-Data 是 RobotEQ 基准的官方数据集发布版本,旨在评估具身人工智能中的主动智能(Active Intelligence),即机器人在没有明确指令的情况下,判断哪些行为是社会规范允许或禁止的能力。
核心任务与格式
数据集包含两种任务格式:
-
行为判断(Action Judgment)
- 给定机器人视角的场景图像和问题,模型需判断每个候选行为的恰当性。
- 标签:
proper(恰当)、improper(不恰当)。 - 主要指标:宏平均F1分数(Macro-F1)。
- 规模:1,894个场景图像,4,944个候选行为标注。
-
空间定位(Spatial Grounding)
- 给定带有候选区域(A-D)的图像,模型需选出所有符合问题描述的选项。
- 标签:A、B、C、D的子集(多选)。
- 指标:准确率(Accuracy)、宏平均F1分数(Macro-F1)、命中率(Hit)。
- 规模:1,157个空间定位问题。
数据集统计
| 项目 | 数值 |
|---|---|
| 场景大类(Category) | 10 |
| 细分场景(Subcategory) | 56 |
| 行为判断场景图像 | 1,894 |
| 行为判断标注(候选行为) | 4,944 |
| 空间定位问题 | 1,157 |
| 主动智能评估维度 | 8 |
八大主动智能评估维度
行为判断场景从八个非互斥的维度进行标注,以支持细粒度分析:
- 非语言信号识别
- 空间关系与空间规范
- 角色边界与权威
- 时机与打断规范
- 情境音量与行为约束
- 资源与所有权规范
- 优先级与受保护人群
- 文化特定规范
维度标签文件位于 actionjudgment/actionjudgment_dimensions_en.json(英文)和 actionjudgment/actionjudgment_dimensions_zh.json(中文)。
十大场景类别
数据集涵盖十类不同的具身部署环境:
- 公共空间与城市基础设施
- 农业与水产养殖
- 办公、教育与知识工作
- 医疗、护理与康复
- 安保、应急与灾难响应
- 实验室、研究与高风险操作
- 工业制造、物流与仓储
- 文化、典礼与宗教场所
- 零售、酒店与消费者服务
- 私人生活空间
数据仓库结构
Robot-EQ/ ├── README.md ├── actionjudgment/ │ ├── actionjudgement.json # 中文行为判断标注(1,894个场景) │ ├── actionjudgement_english.json # 英文行为判断标注(1,894个场景) │ ├── actionjudgment_dimensions_zh.json # 维度标签(中文) │ ├── actionjudgment_dimensions_en.json # 维度标签(英文) │ ├── actionjudgment_scenario_taxonomy_zh.json # 场景分类(中文) │ ├── actionjudgment_scenario_taxonomy_en.json # 场景分类(英文) │ └── images/ # 1,894张机器人视角JPEG图像 └── spatialgrounding/ ├── spatialgrounding.json # 中文空间定位标注(1,157个问题) ├── spatialgrounding_english.json # 英文空间定位标注(1,157个问题) ├── spatialgrounding_scenario_taxonomy_zh.json # 场景分类(中文) ├── spatialgrounding_scenario_taxonomy_en.json # 场景分类(英文) └── images/ # 1,157张带标注的JPEG图像(区域A-D)
数据字段说明
- 行为判断 (
actionjudgement.json/actionjudgement_english.json):包含场景标识符(key)、图像路径(image_url)、问题提示(title)、场景描述(description)、需要主动智能的理由(why_embedded)、候选行为(option_texts)和对应标签(gt_labels,值为proper或improper)。 - 空间定位 (
spatialgrounding.json/spatialgrounding_english.json):包含场景标识符(key)、图像路径(url)、图像ID(image_id)、场景描述(description)、需要主动智能的理由(why_embedded)、定位问题(q_title)和正确答案集合(gt,如["A"]或["A", "C"])。 - 维度标签 (
actionjudgment_dimensions_*.json):包含维度定义列表(dimension_definitions)和每个图像的维度标签(items[].dimensions)。 - 场景分类 (
actionjudgment_scenario_taxonomy_*.json,spatialgrounding_scenario_taxonomy_*.json):包含大类列表(categories)、子类列表(subcategories)以及每个图像的分类信息(items[].category和items[].subcategory)。
许可与引用
- 许可协议:CC-BY-NC-4.0(仅限非商业学术研究)。
- 相关论文:RobotEQ: Transitioning from Passive Intelligence to Active Intelligence in Embodied AI




