Benchmark Atlas

Agent 与过程评测 · arXiv / 开源评测

Task Survival Curve

显示任务随时间被完成的比例,并保留超时 censor,而不是只统计最终完成率。

survivaltime-to-completecensor
Fraction unfinished over time 显示任务随时间被完成的比例,并保留超时 censor,而不是只统计最终完成率。 示意数据,仅复现信息结构,不代表最新榜单结果。 Fraction unfinished over time AgentBench DEMO DATA median unfinished0m15m30m45m60m0%25%50%75%100%Agent AAgent B
Illustrative demo data · renderer: survival

Information grammar

它如何组织信息

Kaplan–Meier 阶梯 + censor 标记 + 中位完成时

Visual system
VS-35 Survival analysis paper
Component ID
agentbench-survival

Use when

适用判断

适合带超时的 Agent 评测;需明确 survival 是未完成还是仍成功运行。

Source lineage

AgentBench

跨环境 Agent 完成率与存活曲线

Open formal source ↗

Structured data

可替换的数据模型

示意数据,仅复现信息结构,不代表最新榜单结果。

{
  "series": [
    {
      "label": "Agent A",
      "points": [
        [
          0,
          100
        ],
        [
          10,
          91
        ],
        [
          20,
          74
        ],
        [
          30,
          53
        ],
        [
          45,
          31
        ],
        [
          60,
          18
        ]
      ]
    },
    {
      "label": "Agent B",
      "points": [
        [
          0,
          100
        ],
        [
          10,
          95
        ],
        [
          20,
          84
        ],
        [
          30,
          72
        ],
        [
          45,
          55
        ],
        [
          60,
          43
        ]
      ]
    }
  ]
}

Related components

同一图表家族的其他语法