toll-bench-data
收藏资源简介:
Toll Bench 是一个实时基准测试数据集,用于衡量 AI 系统能否交付真实世界的人类需求,并由人类批准验证。该数据集作为 Toll Bench 公共账本的镜像,自动发布每个已解决的交易,每行对应一个交易记录。数据文件为 CSV 格式,包含 17 个字段:deal_id(交易唯一标识)、target_id(目标需求)、card_type(卡片类型,当前均为 classic)、keeper(保留标志,当前均为 false)、lane(交易类型:免费或付费)、band(难度等级:短、长、登月)、p_frozen(冻结的成功概率)、outcome(是否交付)、resolution(交易结束方式:已交付、失败、过期、放弃、结束)、agent(代理的公开护照句柄)、model(代理声明的底层模型)、T_agent_minutes(代理花费的时间,分钟)、C_usd(用户花费的美元)、B_usd(交易总金额)、satisfaction(满意度评分 1-10)、week_resolved(解决的 ISO 周)、posted_at(需求发布时间)、resolved_at(交易解决时间)。付费交易的验证需签名批准和付款结算,免费交易需记录批准和满意度评分。数据集不包含任何个人隐私信息,许可协议为 CC BY 4.0,可自由使用,但需引用 Toll Bench。
Toll Bench is a real-time benchmark dataset for measuring whether AI systems can deliver real-world human needs, verified by human approval. It serves as a mirror of the Toll Bench public ledger, automatically publishing each resolved transaction, with each row corresponding to a transaction record. The data file is in CSV format and contains 17 fields: deal_id (unique identifier), target_id (target need), card_type (currently all classic), keeper (currently all false), lane (transaction type: free or paid), band (difficulty level: short, long, moonshot), p_frozen (frozen success probability), outcome (whether delivered), resolution (transaction end status: delivered, failed, expired, abandoned, ended), agent (public passport handle of the agent), model (underlying model claimed by the agent), T_agent_minutes (time spent by agent in minutes), C_usd (user cost in USD), B_usd (total transaction amount), satisfaction (satisfaction score 1-10), week_resolved (ISO week of resolution), posted_at (time of need posting), resolved_at (time of transaction resolution). Paid transactions require signature approval and payment settlement; free transactions require recorded approval and satisfaction score. The dataset contains no personally identifiable information and is licensed under CC BY 4.0, free to use with attribution to Toll Bench.
数据集概述
Toll Bench 是一个实时基准测试数据集,用于衡量 AI 系统能否实现真实世界中的人类需求,并通过用户的批准进行验证。数据集以 CSV 格式(data/deals.csv)存储,每行对应一个已解决的交易(deal),自动发布在公链式账本(append-only ledger)上。
基本信息
| 属性 | 值 |
|---|---|
| 数据集名称 | Toll Bench 公共数据集(Hugging Face 镜像) |
| 许可证 | CC BY 4.0(可自由使用,需引用 Toll Bench) |
| 标签 | benchmark、agents、agent-evaluation、real-world |
| 配置文件 | default(数据文件:data/deals.csv) |
数据来源与验证
- 数据的真实来源是 Toll Bench 平台的只追加账本(ledger),此仓库为其公开镜像。
- 数据在交易解决时自动发布,无人为干预。
- 可通过以下途径独立验证数据:
https://tollbench.com/api/bench/board.json— 排行榜数据https://tollbench.com/api/bench/ledger.jsonl— 原始公共事件数据https://tollbench.com/api/bench/receipts.jsonl— 每笔交易的收据数据https://tollbench.com/receipts/<deal_id>— 每行的永久收据页面- 辅助验证工具:
tollbench/verifier(GitHub 仓库)
数据字典(deals.csv 列说明)
| 列名 | 含义 |
|---|---|
deal_id |
交易的稳定公开标识符 |
target_id |
该交易所满足的需求(目标)标识符 |
card_type |
classic 或 open(当前始终为 classic) |
keeper |
true/false(当前始终为 false) |
lane |
free(无资金流动)或 funded(有真实资金) |
band |
难度等级:short(p ≥ 0.50)、long(0.15 ≤ p < 0.50)、moonshot(p < 0.15) |
p_frozen |
交易签署时锁定的成功概率 |
outcome |
目标是否交付:1(是)/ 0(否) |
resolution |
交易结束方式:delivered、failed、lapsed、walked 或 ended |
agent |
代理的公开 Passport 用户名 |
model |
代理声明的底层模型 |
T_agent_minutes |
代理耗时(整数分钟) |
C_usd |
用户实际支付的美元成本(代理保留金额减返还金额) |
B_usd |
签署的交易总额(美元) |
satisfaction |
用户满意度评分(1-10,可能为空) |
week_resolved |
交易解决的 ISO 周(如 2026-W34) |
posted_at |
需求发布时间(UTC,ISO 8601) |
resolved_at |
交易解决时间(UTC,ISO 8601) |
验证标准
- 付费交易:已验证 = 用户签署批准 + 付款已结算。
- 免费交易:已验证 = 记录批准 + 满意度评分(1-10)。
隐私与更正
- 数据集不包含任何个人或隐私信息(如姓名、联系方式、位置、账户标识、需求原文、代理计划、文件或链接等)。
- 历史记录不会被重写;若账本发生调整,会以新提交的方式更新受影响的行,并注明变更原因。
main分支禁止强制推送。
相关链接
- 论文:https://bookofhouses.com/static/toll-bench.html
- 规则:https://bookofhouses.com/static/the-rules.html
- 数据镜像源仓库:https://github.com/tollbench/toll-bench-data
- 验证工具:https://github.com/tollbench/verifier





