diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-11 01:59:02 +0000 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-02-11 01:59:02 +0000 |
| commit | b1dee9f6d0af1ef7dd7de7960e64ee7ccdff3ef1 (patch) | |
| tree | d16fa63bf6a0a1da26b3f6c9fe868cbe147aa03a | |
| parent | d88d4899b73b586a0fd2e165f9e7661d0723d65a (diff) | |
Add estimated vanilla/contextual/all_memory to comparison table
Ratio-based estimation from fullscale relative performance.
rag_vector leads all methods: highest success, lowest timeout, least user effort.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| -rw-r--r-- | notes.md | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -432,12 +432,18 @@ Rewrite draft: "(3, π/2)" | Repetition bug | 254 (7.1%) | 138 (3.8%) | | JSON leak | ~0 | ~0 | -### 清理后指标对比 - -| Method | Success | Timeout | E/T | User Tokens | -|--------|---------|---------|-----|-------------| -| reflection (cleaned) | 54.4% | 28.8% | 0.175 | 207.5 | -| **rag_vector (cleaned)** | **55.2%** | **26.4%** | 0.186 | **193.6** | +### 清理后指标对比 (全方法) + +| Method | Success | Timeout | E/T | User Tokens | 来源 | +|--------|---------|---------|-----|-------------|------| +| **rag_vector** | **55.2%** | **26.4%** | 0.186 | **193.6** | 实际 | +| vanilla | ~54.3% | ~29.2% | ~0.177 | ~232.9 | 估算 | +| reflection | 54.4% | 28.8% | 0.175 | 207.5 | 实际 | +| contextual | ~52.4% | ~31.4% | ~0.191 | ~213.7 | 估算 | +| all_memory | ~50.9% | ~33.4% | ~0.175 | ~226.8 | 估算 | + +估算方法: fullscale_200p60s中各方法与reflection的比例 × 60s实际reflection值。 +vanilla/contextual/all_memory代码无版本差异,比例稳定(fullscale中vanilla/reflection=0.999)。 ### 显著性检验 (paired t-test, one-sided, N=60 profiles) |
