Agent 与过程评测 · 独立榜单
Cumulative Solve Curve
按比赛时间累计解题数,显示模型是快速拿到简单题还是后程解决难题。
cumulativeInformation grammar
它如何组织信息
累计阶梯 + 解题事件点 + 领先区间色带
- Visual system
- VS-36 Live contest ribbon
- Component ID
livecode-solve-curve
Use when
适用判断
适合时间预算固定的 coding benchmark;题目难度顺序要随机或已知。
Source lineage
LiveCodeBench
时间切片、防污染与累计解题
Open formal source ↗Structured data
可替换的数据模型
示意数据,仅复现信息结构,不代表最新榜单结果。
{
"series": [
{
"label": "Model A",
"points": [
[
0,
0
],
[
8,
1
],
[
18,
2
],
[
33,
3
],
[
47,
4
],
[
55,
5
]
]
},
{
"label": "Model B",
"points": [
[
0,
0
],
[
12,
1
],
[
25,
2
],
[
39,
3
],
[
58,
4
]
]
}
]
}Related components