厂商发布复现系列 · 厂商发布
Thinking vs Direct Bars
复现 OpenAI 常用的“思考 / 不思考”填充与空心配对柱,直接展示推理模式带来的增益。
thinkingOutlineBarsInformation grammar
它如何组织信息
填充/空心配对柱 + thinking 模式图例 + 单 benchmark 排序
- Visual system
- VS-42 OpenAI outline comparison
- Component ID
openai-thinking-outline-bars
Use when
适用判断
适合同一模型两种推理协议;不适合把不同模型和不同协议混成同一因果结论。
Source lineage
OpenAI / ChatGPT
高留白、单一强调色、compute 与 reliability 叙事
Open formal source ↗Structured data
可替换的数据模型
示意数据,仅复现信息结构,不代表最新榜单结果。
{
"groups": [
{
"label": "o-series",
"values": [
{
"mode": "thinking",
"value": 91
},
{
"mode": "direct",
"value": 74
}
]
},
{
"label": "GPT-series",
"values": [
{
"mode": "thinking",
"value": 87
},
{
"mode": "direct",
"value": 69
}
]
},
{
"label": "Gemini",
"values": [
{
"mode": "thinking",
"value": 84
},
{
"mode": "direct",
"value": 72
}
]
},
{
"label": "Claude",
"values": [
{
"mode": "thinking",
"value": 82
},
{
"mode": "direct",
"value": 70
}
]
}
]
}Related components