论文图表复现 · 独立榜单
Quality–Speed–Cost Ternary
把质量、速度与成本权重归一到三元坐标,显示不同模型适合的选型偏好。
ternaryPlotInformation grammar
它如何组织信息
三元重心坐标 + 三顶点权重 + 模型点直标
- Visual system
- VS-60 Ternary selection field
- Component ID
arxiv-selection-ternary
Use when
适用判断
适合三项占比总和为 100% 的权重或资源分配;不是原始指标散点。
Source lineage
Stanford HELM
场景矩阵、透明评测与多指标折衷
Open formal source ↗Structured data
可替换的数据模型
示意数据,仅复现信息结构,不代表最新榜单结果。
{
"items": [
{
"label": "Premium",
"values": [
12,
18,
70
]
},
{
"label": "Balanced",
"values": [
30,
32,
38
]
},
{
"label": "Fast",
"values": [
18,
65,
17
]
},
{
"label": "Budget",
"values": [
68,
21,
11
]
},
{
"label": "Agent",
"values": [
22,
29,
49
]
}
]
}Related components