From 77049eb026c82dda64674500feab9abafb12cd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 14 Aug 2026 00:08:22 +0800 Subject: [PATCH] Record the full k-value comparison table in the decision log Co-Authored-By: Claude Fable 5 --- docs/decision-log.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/decision-log.md b/docs/decision-log.md index 4d64cd6..282c5dd 100644 --- a/docs/decision-log.md +++ b/docs/decision-log.md @@ -627,3 +627,24 @@ Encanto Cast。後者確為演唱者,被本規則跳過在概念上 偏粗,惟其具名成員(4 女 2 男)已足撐 mixed,結論 無損,據實記之。效果:883 首全數有值。 + +## 2026-08-13 + +- **為論文補算分群組數 k 的完整比較表**:定分群組數時 + (2026-08-05 前後)僅粗算——當時記錄了 k=30 的最大組 + 491 詞與平均組內一致性約 0.41、k=50 的雜物櫃組實例; + 撰寫論文需要完整數表,故於本日以同一釘定嵌入模型 + (sentence-transformers/all-mpnet-base-v2, revision + e8c3b32e)對 `runs/02-cluster/source-keywords.txt` 的 + 5,999 個關鍵字重新計算。組內一致性定義為組內成員兩兩 + 餘弦相似度之平均。k=50 直接取自私人留存的分群結果; + k=30 以同參數重跑(確定性演算法),重算所得最大組恰為 + 491 詞,與當時粗算紀錄吻合,佐證重算與原實驗一致。數表: + + | | k=30 | k=50 | k=100 | + |---|---|---|---| + | 最大組(詞數) | 491 | 253 | 148 | + | 組內一致性(各組平均) | 0.402 | 0.434 | 0.485 | + | 組內一致性(最低組) | 0.166 | 0.170 | 0.200 | + + 論文方法節所引 k 值比較數字以本條為據。