deepdesk-bench
收藏资源简介:
DeepDesk-Bench 是一个用于评估 AI agent 在真实欧洲天然气分析师工作流程中表现的新基准测试。该基准测试要求 agent 检查一个合成 LNG 运营门户,协调船舶和货物证据,并更新现有的 Excel 供需模型,同时确保不破坏模型结构。本次发布聚焦于 LNG 调度和电子表格执行,所有市场数据均为合成数据。基准测试包含四个任务:01-船舶协调(生成 JSON 格式的入境货物列表及证据)、02-货物协调(生成 LNG 调度的 JSON 决策表)、03-调度更新(根据提供的货物决策更新工作簿)、04-完整更新(从门户和前期收盘模型生成更新后的工作簿)。评分采用确定性方法,不依赖语言模型作为裁判,总分为 100 分,涵盖运营 LNG 调度决策、数值平衡准确性、出处与截止纪律、工作簿完整性与公式保留、不确定性处理等维度。该基准测试目前为早期概念验证,不适用于模型在商品工作领域的通用排名。
DeepDesk-Bench is a new benchmark for evaluating the performance of AI agents in real-world European gas analyst workflows. The benchmark requires agents to inspect a synthetic LNG operations portal, reconcile vessel and cargo evidence, and update an existing Excel supply-demand model while ensuring the model structure is not disrupted. This release focuses on LNG scheduling and spreadsheet execution, with all market data being synthetic. The benchmark consists of four tasks: 01-Vessel Reconciliation (generate a JSON list of inbound cargoes with evidence), 02-Cargo Reconciliation (generate a JSON decision table for LNG scheduling), 03-Scheduling Update (update the workbook based on provided cargo decisions), 04-Full Update (generate an updated workbook from the portal and prior close model). Scoring uses a deterministic method, without relying on language models as judges, with a total score of 100, covering dimensions such as operational LNG scheduling decisions, numerical balance accuracy, provenance and cut-off discipline, workbook integrity and formula preservation, and uncertainty handling. This benchmark is currently an early proof of concept and is not suitable for general ranking of models in the commodity domain.
DeepDesk-Bench 数据集概述
DeepDesk-Bench 是一个用于测试 AI 代理在现实欧洲天然气分析师工作流程中表现的基准测试,核心场景为:检查合成 LNG 运营门户、核对船舶与货物证据,并在不破坏现有模型的前提下更新 Excel 供需模型。当前首版聚焦于 LNG 调度与电子表格执行,所有市场数据均为合成数据。
任务构成
数据集包含四个任务,旨在分别测试证据收集、分析判断和电子表格执行能力,其中任务 04 综合测试完整工作流:
| 任务 | 目标产出 |
|---|---|
| 01-vessel-recon | 具有重大影响入港货物的 JSON 列表及支撑证据 |
| 02-cargo-reconciliation | LNG 调度的 JSON 决策表 |
| 03-schedule-update | 使用给定货物决策更新后的工作簿 |
| 04-full-update | 基于门户信息和上期收盘模型生成更新后的工作簿 |
运行方式
基准通过 Harbor 运行,可从 GitHub 仓库获取规范注册表,运行命令示例:
bash harbor run --repo qrlow/evals -d snd-floaters -a <agent> -m <model>
每个任务会在候选环境中启动一个本地 LNG-PortalSim 实例(http://localhost:8000),且该门户为唯一允许访问的外部信息来源。
数据集内容
- 四个自包含的 Harbor 任务包
- 合成 LNG-PortalSim 门户及冻结的取证记录
- 起始 Excel 工作簿及确定性评分代码
- Oracle 解决方案与验证测试
- 2026 年 8 月测评活动的精简结果
benchmark_tasks.jsonl任务索引文件
评分方式
评分完全确定性,不依赖语言模型评判。JSON 任务与冻结参考数据比对;工作簿任务直接检查货物决策、数值输出、证据、公式保留及不确定性处理。任务 04 采用百分制:
| 类别 | 分值 |
|---|---|
| 运营 LNG 调度决策 | 40 |
| 数值平衡准确性 | 25 |
| 溯源及截止日期纪律 | 20 |
| 工作簿完整性与公式保留 | 10 |
| 不确定性处理 | 5 |
关键罚分项包括:使用截止日期后的证据、无依据或重复计算货物、将未解决货物计入平衡,以及硬编码 LNG 输出单元格。
使用说明
此为早期概念验证,不构成对模型在商品领域表现的一般性排名。每对模型任务仅运行一次,公布的分数应视作初步诊断结果,而非稳定的模型质量估计。




