AmbiK
收藏资源简介:
AmbiK是一个完全文本的英语数据集,包含2000个成对的模糊和明确指令,用于评估机器人在厨房环境中的模糊性检测能力。该数据集由1000对任务组成,每对任务包括一个模糊任务和一个对应的明确任务,以及环境描述、澄清问题和答案、用户意图和任务计划。任务分为三种模糊类型:人类偏好、常识知识和安全。AmbiK数据集旨在帮助研究人员进行统一的模糊性检测方法比较。
AmbiK is a fully textual English dataset containing 2000 paired ambiguous and explicit instructions for evaluating robots' ambiguity detection capabilities in kitchen environments. The dataset consists of 1000 task pairs, where each pair includes an ambiguous task and its corresponding explicit task, along with environmental descriptions, clarification questions and answers, user intentions, and task plans. The tasks fall into three ambiguity types: human preferences, common-sense knowledge, and safety. The AmbiK dataset is intended to assist researchers in conducting unified comparative evaluations of ambiguity detection methods.
AmbiK数据集概述
数据集简介
- 名称: AmbiK (Ambiguous Tasks in Kitchen Environment)
- 目的: 为厨房环境中的机器人提供模糊指令数据集,用于统一比较模糊检测方法
- 特点:
- 完全文本形式
- 通过LLMs辅助收集并经过人工验证
- 包含1000对模糊任务及其明确对应任务
数据类型与结构
- 任务类型:
- 模糊任务
- 明确任务(直接明确和间接明确)
- 分类:
- 人类偏好 (Human Preferences)
- 常识知识 (Common Sense Knowledge)
- 安全性 (Safety)
数据字段
- 环境描述:
- Environment short: 自然语言描述
- Environment full: 对象列表形式
- 任务描述:
- Unambiguous direct: 使用对象确切名称的明确任务
- Unambiguous indirect: 重新表述的明确任务
- Ambiguous task: 与明确直接任务对应的模糊任务
- 模糊信息:
- Ambiguity type: 消除模糊所需的知识类型
- Ambiguity shortlist/Variants: 消除模糊的对象集合(仅偏好类型)
- Question: 消除模糊的澄清问题
- Answer: 澄清问题的答案
- 任务计划:
- Plan for unambiguous task: 明确任务的详细计划
- Plan for ambiguous task: 模糊任务的详细计划
- Start of ambiguity: 模糊开始的计划点编号
数据集规模
- 总任务数: 2000(1000对模糊与明确任务)
- 校准数据: 100个示例 (
ambik_calibrate_100.csv) - 测试数据: 900个示例 (
ambik_test_900.csv),或400个示例 (ambik_test_400.csv)
实验运行说明
- 准备:
- 测试LofreeCP方法需下载
en_core_web_md模型
- 测试LofreeCP方法需下载
- 校准:
- 运行
<experiment folder>/calibrate.py进行校准
- 运行
- 测试:
- 运行
<experiment folder>/pipeline.py进行测试 - 结果保存在新文件夹
<CP value>_<LLM1>_<LLM2>中
- 运行
仓库结构
ambik_dataset: 包含AmbiK数据的.csv文件configs: 包含用于更改LLMs及其参数的.yaml文件utils: 包含指标计算和LLM启动的代码- 实验方法文件夹 (
knowno,lofree,LAP,binary,nohelp): 包含运行实验的代码 requirements.txt: 实验使用的Python库版本

- 1AmbiK: Dataset of Ambiguous Tasks in Kitchen Environment俄罗斯莫斯科人工智能研究院 · 2025年



