icil-competition-results
收藏资源简介:
该数据集是RoboTensor主办的“单示范情境模仿学习竞赛”(ICIL)的结果存储库。竞赛旨在比较不同模型在仅提供一个示范视频的情况下,完成一系列相同机器人任务单元的能力。每个对决中,两个模型运行完全相同的任务单元列表(相同任务、相同初始状态、相同示范、相同随机种子),每个单元输出一个成功率,得分取所有单元成功率的平均值,挑战者需击败当前冠军模型平均分且超过指定阈值才能夺冠。数据集包含每个对决中双方每个单元的详细结果,以及每个单元的三个视频片段:模型看到的示范、冠军模型的尝试、挑战者的尝试。数据存储采用规范的JSON格式,并使用ed25519签名确保记录不可篡改。当前内容包括genesis记录(最早冠军)和组织者运行的烟雾测试对决(基线模型自我对比,每侧18个单元,所有单元平局)。该数据集可用于机器人模仿学习模型的基准测试、排行榜排名验证、以及情境学习性能分析。
This dataset is a repository of results from the Single-Demonstration Imitation Learning Competition (ICIL) organized by RoboTensor. The competition aims to compare the ability of different models to complete a series of identical robot task units given only a single demonstration video. In each match, two models run exactly the same list of task units (same tasks, same initial states, same demonstrations, same random seeds). Each unit outputs a success rate, and the score is the average success rate across all units. A challenger must defeat the current champion models average score and exceed a specified threshold to become the new champion. The dataset contains detailed results for each unit from both sides in each match, as well as three video clips per unit: the demonstration seen by the model, the champion models attempt, and the challengers attempt. Data is stored in a standardized JSON format and signed with ed25519 to ensure immutability. Current contents include the genesis record (earliest champion) and a smoke test match run by the organizers (baseline model self-comparison, 18 units per side, all units tied). This dataset can be used for benchmarking robot imitation learning models, verifying leaderboard rankings, and analyzing in-context learning performance.
数据集概述
该数据集为 ICIL 竞赛结果存储库,是一个由机器人传感器(RoboTensor)主办的“单示范情境模仿学习竞赛”的签名、仅追加(append-only)结果存储库。该竞赛的排行榜页面纯粹是该数据集的读取端,访问者看到的所有信息均来源于此,且任何人都可以在不信任网站的情况下进行核对。
竞赛机制
比赛采用“决斗”形式,具体规则如下:
- 相同条件:两位参赛模型运行完全相同的单元列表(unit list),包括相同的任务、初始状态、每单元的单次示范以及随机种子。
- 评分规则:每项技能对应一个成功率,分数为所有技能的平均值。挑战者需以超过现行保留模型平均分且达到规定的差值幅度,方可夺取冠军。
- 结果发布:双方在每个单元上的表现结果均被完整发布,并为每一单元附带三个视频片段:模型所见的示范、保留模型的尝试、挑战者的尝试。
存储结构与验证
目录布局
| 路径 | 说明 |
|---|---|
manifest.json |
包含验证者密钥、规范版本、指纹及池 ID |
tracks/<track>/head.json |
最新记录及当前冠军持有者 |
tracks/<track>/index-NNNN.jsonl |
每行一条“规范 JSON + ed25519 签名”的记录 |
tracks/<track>/queue.json |
等待挑战的队列(可重写,不签名) |
events/<track>/<event_id>.json |
完整记录:每个单元、双方结果 |
media/<sha[:2]>/<sha>.mp4 |
按内容哈希寻址的视频片段 |
数据防篡改性
每条记录均为使用验证者 ed25519 密钥签名的规范 JSON,任何事后编辑都会导致签名验证失败,从而保证数据的完整性与真实性。
验证方式
用户可通过以下命令对存储库进行完整验证(检查签名、序列、事件、媒体和结构):
bash hf download robotensor/icil-competition-results --repo-type=dataset --local-dir ./store icilval store verify ./store
任一决斗的单元列表均可仅根据公开字段(规范版本、赛道、双方模型密钥与修订号、池 ID)重新生成,便于第三方独立确认决斗实际运行的单元。
当前内容
- 存储库结构采用 schema 2(按技能评分)。
- 包含创世记录,将模型
robotensor/bpp-genesis(https://huggingface.co/robotensor/bpp-genesis)加冕为初始冠军。 - 另含组织者进行的一次“冒烟决斗”(smoke duel):基线模型与其自身副本在池
2026.09-v2上对战,每侧 18 个单元,所有单元平局——这正是测试目的所在:相同权重在相同单元上无法跨越规定的胜出差值。
许可协议
该数据集采用 MIT 许可证。





