Commit 73d28fae 73d28fae1cbb46509642129396623dec86bcc6b4 by cnb.bofCdSsphPA

Record the hum_guard verification result

Capture the latest sweep evidence so the next session can resume cleanly.

Constraint: docs only; keep large data and checkpoints out of git
Rejected: leaving hum_guard unrecorded | would lose the newest verification evidence
Confidence: high
Scope-risk: narrow
Directive: continue the next search from hum_focus
Tested: reviewed the eval.json evidence and diff
Not-tested: no code or model changes in this commit
1 parent 07a5c3e7
1 ## 2026-06-02 16:11 UTC / hum_guard fresh eval did not beat hum_focus
2
3 -`/tmp/dualaxis_sweep/hum_guard/eval.json` 做了最新复核
4 - fresh evidence:
5 - `num_queries=20`
6 - `top1=0.6`
7 - `topk=0.85`
8 - `clean top1=0.875`
9 - `augmented top1=0.75`
10 - `humming_like top1=0.5`
11 - `confused top1=0.0`
12 - 对比结论:
13 - `hum_guard` 没有超过 `hum_focus`
14 - 它在 `topk` 上与 `hum_focus` 持平,但 `top1` 更低
15 - 当前仍应以 `hum_focus` 作为下一轮小步搜索锚点
16
1 ## 2026-06-02 16:12 UTC / delivery package frozen for handoff 17 ## 2026-06-02 16:12 UTC / delivery package frozen for handoff
2 18
3 - 当前任务切到“先交付、后续跑”的状态,暂停继续扩展实现,先把交接文件补齐 19 - 当前任务切到“先交付、后续跑”的状态,暂停继续扩展实现,先把交接文件补齐
......
...@@ -26,6 +26,25 @@ ...@@ -26,6 +26,25 @@
26 - `hum_focus` 是目前最值得继续迭代的 dual-axis 起点。 26 - `hum_focus` 是目前最值得继续迭代的 dual-axis 起点。
27 - 下一阶段建议是以 `hum_focus` 为锚点做小步搜索,优先保住 `humming_like` 优势。 27 - 下一阶段建议是以 `hum_focus` 为锚点做小步搜索,优先保住 `humming_like` 优势。
28 28
29 ## 本次交付包追加更新(2026-06-02 16:11 UTC)
30
31 ### 交付结论
32
33 最新的 `hum_guard` 复核结果已经确认:
34 - 它没有超过 `hum_focus`
35 - `topk` 持平,但 `top1` 更低
36 - 所以下一轮仍应围绕 `hum_focus` 微调
37
38 ### fresh evidence
39
40 - `num_queries=20`
41 - `top1=0.6`
42 - `topk=0.85`
43 - `humming_like top1=0.5`
44 - `confused top1=0.0`
45
46 ---
47
29 ## 本次交付包追加更新(2026-06-02 16:12 UTC) 48 ## 本次交付包追加更新(2026-06-02 16:12 UTC)
30 49
31 ### 交付结论 50 ### 交付结论
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
9 9
10 - 当前状态:先交付,后续重启继续 10 - 当前状态:先交付,后续重启继续
11 - 当前最佳候选:`hum_focus` 11 - 当前最佳候选:`hum_focus`
12 - 最新复核:`hum_guard` 未超过 `hum_focus`
12 - 当前可继承的文档: 13 - 当前可继承的文档:
13 - `docs/CHANGELOG.md` 14 - `docs/CHANGELOG.md`
14 - `docs/changelist-2026-06-02.md` 15 - `docs/changelist-2026-06-02.md`
......