Comet Eval 报告 Comet Evaluation Report 论文级样板 Paper-style demo 2026-07-02

Workflow 回归分析:以论文图表方式呈现 eval 结果

Workflow regression analysis with paper-grade comparative figures

示例数据来自现有 current-vs-0.3.9 串行 eval:COMET_FULL 对比 COMET_FULL_039。中文为准,英文仅作为同版式翻译层。

Demo data comes from the existing current-vs-0.3.9 serial eval run: COMET_FULL compared with COMET_FULL_039.

当前 Comet workflow 在任务通过率和 rubric 质量上高于 0.3.9 参考实现,但 token 与成本消耗更高。报告应优先呈现实验结论、效应大小、质量-成本权衡和失败归因,而不是只把日志表格包装成 HTML。

The current Comet workflow improves task success and rubric quality over the 0.3.9 reference, while consuming more tokens and cost. The report should foreground findings, effect sizes, quality-cost trade-offs, and failure attribution rather than wrapping log tables in HTML.

任务通过率
Task pass rate
+50.0 pp
当前 5/6,基线 2/6
5/6 current vs 2/6 baseline
Rubric 平均分
Rubric average
+0.18
当前 0.72,基线 0.54
0.72 current vs 0.54 baseline
检查通过率
Check pass rate
+8.9 pp
当前 76/79,基线 69/79
76/79 current vs 69/79 baseline
总成本
Total cost
+$3.63
当前 $7.5947,基线 $3.9688
$7.5947 current vs $3.9688 baseline

图 1. Rubric 维度相对 0.3.9 的变化

Figure 1. Rubric dimension deltas relative to 0.3.9

均值差,越靠右越好 Mean score difference, higher is better
Rubric 维度变化图 Rubric dimension delta chart

Python 生成的 lollipop/forest plot 比手写 SVG 更接近论文图表:零线是 0.3.9 参考实现,蓝色代表当前 workflow 提升,红色代表退步。

The Python-generated lollipop/forest plot is closer to paper figures than hand-coded SVG. The zero line is the 0.3.9 reference; blue favors the current workflow and red marks regressions.

图 2. 质量-成本前沿

Figure 2. Quality-cost frontier

Rubric vs token Rubric vs token budget
质量成本前沿图 Quality-cost frontier chart

这个图把质量和消耗分开呈现,避免把 token 成本混进质量分数里。

This chart separates quality and spend so token cost does not get mixed into the quality score.

图 3. 任务通过矩阵

Figure 3. Task outcome matrix

六个 benchmark 任务 Six benchmark tasks
任务通过矩阵 Task outcome matrix

任务矩阵保留 per-task 粒度,适合在正文给结论、在附录追踪具体失败。

The task matrix preserves per-task granularity, supporting conclusions in the main text and failure tracing in the appendix.

表 1. Per-task 对比摘要。Tokens 和成本为每个 task/treatment run 的观测总量。 Table 1. Per-task comparison summary. Tokens and costs are total observed usage for each task/treatment run.
任务 Task Treatment 状态 Status Checks Rubric Tokens Cost 失败归因 Failure attribution
API 缓存 TTL API cache TTL COMET_FULL 通过PASS 13/13 0.79 4,280,454 $2.6856 正常 OK
API 缓存 TTL API cache TTL COMET_FULL_039 失败FAIL 10/13 0.33 202,121 $0.1795 缺少 OpenSpec 产物和状态机证据 OpenSpec artifacts and state machine evidence missing
修复 median Fix median COMET_FULL 通过PASS 13/13 0.70 2,216,220 $1.4787 正常 OK
修复 median Fix median COMET_FULL_039 失败FAIL 10/13 0.33 148,330 $0.1217 缺少 OpenSpec 产物和状态机证据 OpenSpec artifacts and state machine evidence missing
完整流程 Full workflow COMET_FULL 通过PASS 13/13 0.84 161,476 $0.0942 正常 OK
完整流程 Full workflow COMET_FULL_039 通过PASS 13/13 0.88 224,163 $0.1309 正常 OK
性能去重 Perf dedupe COMET_FULL 通过PASS 13/13 0.79 3,042,862 $2.0644 正常 OK
性能去重 Perf dedupe COMET_FULL_039 失败FAIL 10/13 0.34 49,682 $0.0280 缺少 OpenSpec 产物和状态机证据 OpenSpec artifacts and state machine evidence missing
重构 counter Refactor counter COMET_FULL 通过PASS 14/14 0.84 1,536,724 $1.0945 正常 OK
重构 counter Refactor counter COMET_FULL_039 通过PASS 14/14 0.80 4,304,050 $3.0287 正常 OK
健壮配置 Robust config COMET_FULL 失败FAIL 10/13 0.33 208,867 $0.1774 缺少 OpenSpec 产物和状态机证据 OpenSpec artifacts and state machine evidence missing
健壮配置 Robust config COMET_FULL_039 失败FAIL 12/13 0.56 621,935 $0.4801 workflow 阶段证据不完整 Workflow phase evidence incomplete

图表由 Python 生成,HTML 只负责报告排版

Charts are generated by Python; HTML owns report layout only

这个样板把数据可视化从 HTML 中拆出来:Python 脚本生成可复现 SVG,HTML 引用图表资产并提供中英文切换。后续真实 report renderer 可以继续复用这个边界。

This sample separates visualization from report layout: the Python script generates reproducible SVG assets, while HTML references those figures and provides bilingual switching.

  • 中文内容是主版本;英文只作为同结构翻译。
  • Chinese is the source version; English is the same-structure translation.
  • 图表文件位于 eval/local/report-style-demo-assets/
  • Chart files live under eval/local/report-style-demo-assets/.
  • 当前没有多次 run 的方差,因此不画置信区间。
  • The current demo has no multi-run variance, so confidence intervals are not drawn.