Auto-sync: 2026-06-29 02:06:58 (part 2)
Browse files
results/paper_table_status.md
CHANGED
|
@@ -48,6 +48,8 @@ Baseline h=16 policy: 29.74%
|
|
| 48 |
| retrieval_residual_k8_fieldsoftmax_grid_noopbonus003 | K8 field-softmax residual transport, safe residuals, scales 0.35/0.40/0.45, margin 0.20, no-op residual bonus 0.03 | complete | 34.84% | +5.10 pp | yes | no | no | field-conditioned tangent transport neighborhood scaling |
|
| 49 |
| retrieval_residual_k4_mean_noopbonus003 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op residual bonus 0.03 | complete | 35.25% | +5.51 pp | yes | no | no | current best clean typed sparse-intervention prior |
|
| 50 |
| retrieval_residual_k4_mean_noopbonus003_srcprog025 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.25 | complete | 35.19% | +5.45 pp | yes | no | no | soft train-source viability gate for sparse residual transport |
|
|
|
|
|
|
|
| 51 |
| retrieval_residual_k4_mean_noopbonus003_srcprog050 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.50 | complete | 34.96% | +5.22 pp | yes | no | no | train-source viability gate for sparse residual transport |
|
| 52 |
| retrieval_residual_k4_mean_noopbonus003_srcprog075 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.75 | complete | 34.72% | +4.99 pp | yes | no | no | strict train-source viability gate for sparse residual transport |
|
| 53 |
| retrieval_residual_k4_mean_srcprogbonus003 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, source-progress bonus 0.03 | complete | 35.25% | +5.51 pp | yes | no | no | train-source progress prior replacing typed no-op prior |
|
|
|
|
| 48 |
| retrieval_residual_k8_fieldsoftmax_grid_noopbonus003 | K8 field-softmax residual transport, safe residuals, scales 0.35/0.40/0.45, margin 0.20, no-op residual bonus 0.03 | complete | 34.84% | +5.10 pp | yes | no | no | field-conditioned tangent transport neighborhood scaling |
|
| 49 |
| retrieval_residual_k4_mean_noopbonus003 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op residual bonus 0.03 | complete | 35.25% | +5.51 pp | yes | no | no | current best clean typed sparse-intervention prior |
|
| 50 |
| retrieval_residual_k4_mean_noopbonus003_srcprog025 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.25 | complete | 35.19% | +5.45 pp | yes | no | no | soft train-source viability gate for sparse residual transport |
|
| 51 |
+
| retrieval_residual_k4_mean_nooponly_noopbonus003 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op-only residuals, no-op bonus 0.03 | complete | 35.19% | +5.45 pp | yes | no | no | no-op-only residual-family ablation for sparse tangent transport |
|
| 52 |
+
| retrieval_residual_k4_mean_nooponly_srcscorebonus002 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op-only residuals, source-score bonus 0.02 | complete | 35.19% | +5.45 pp | yes | no | no | no-op-only residual-family ablation with measured train-source prior |
|
| 53 |
| retrieval_residual_k4_mean_noopbonus003_srcprog050 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.50 | complete | 34.96% | +5.22 pp | yes | no | no | train-source viability gate for sparse residual transport |
|
| 54 |
| retrieval_residual_k4_mean_noopbonus003_srcprog075 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.75 | complete | 34.72% | +4.99 pp | yes | no | no | strict train-source viability gate for sparse residual transport |
|
| 55 |
| retrieval_residual_k4_mean_srcprogbonus003 | K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, source-progress bonus 0.03 | complete | 35.25% | +5.51 pp | yes | no | no | train-source progress prior replacing typed no-op prior |
|
scripts/build_paper_analysis.py
CHANGED
|
@@ -163,6 +163,22 @@ METHODS = [
|
|
| 163 |
"k4s040_safe_margin0p20_mean_by_type_noopbonus0p03_srcprog0p25_summary.json"
|
| 164 |
),
|
| 165 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 166 |
MethodSpec(
|
| 167 |
key="residual_k4_consensus_noopbonus003_srcprog050",
|
| 168 |
label="K4 mean-by-type tangent consensus, no-op bonus 0.03, source progress >= 0.50",
|
|
|
|
| 163 |
"k4s040_safe_margin0p20_mean_by_type_noopbonus0p03_srcprog0p25_summary.json"
|
| 164 |
),
|
| 165 |
),
|
| 166 |
+
MethodSpec(
|
| 167 |
+
key="residual_k4_consensus_nooponly_noopbonus003",
|
| 168 |
+
label="K4 mean-by-type tangent consensus, no-op-only residuals, no-op bonus 0.03",
|
| 169 |
+
summary_path=(
|
| 170 |
+
"h16_policy_ckpt_near_miss_policy_bc5_bestpt_retrieval_residual_"
|
| 171 |
+
"k4s040_safe_margin0p20_mean_by_type_nooponly_noopbonus0p03_summary.json"
|
| 172 |
+
),
|
| 173 |
+
),
|
| 174 |
+
MethodSpec(
|
| 175 |
+
key="residual_k4_consensus_nooponly_srcscorebonus002",
|
| 176 |
+
label="K4 mean-by-type tangent consensus, no-op-only residuals, source-score bonus 0.02",
|
| 177 |
+
summary_path=(
|
| 178 |
+
"h16_policy_ckpt_near_miss_policy_bc5_bestpt_retrieval_residual_"
|
| 179 |
+
"k4s040_safe_margin0p20_mean_by_type_nooponly_srcscorebonus0p02_summary.json"
|
| 180 |
+
),
|
| 181 |
+
),
|
| 182 |
MethodSpec(
|
| 183 |
key="residual_k4_consensus_noopbonus003_srcprog050",
|
| 184 |
label="K4 mean-by-type tangent consensus, no-op bonus 0.03, source progress >= 0.50",
|
scripts/build_paper_table_status.py
CHANGED
|
@@ -465,6 +465,26 @@ SPECS = [
|
|
| 465 |
story_role="soft train-source viability gate for sparse residual transport",
|
| 466 |
pending_job="14894438/14894439",
|
| 467 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 468 |
ResultSpec(
|
| 469 |
key="retrieval_residual_k4_mean_noopbonus003_srcprog050",
|
| 470 |
label="K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.50",
|
|
|
|
| 465 |
story_role="soft train-source viability gate for sparse residual transport",
|
| 466 |
pending_job="14894438/14894439",
|
| 467 |
),
|
| 468 |
+
ResultSpec(
|
| 469 |
+
key="retrieval_residual_k4_mean_nooponly_noopbonus003",
|
| 470 |
+
label="K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op-only residuals, no-op bonus 0.03",
|
| 471 |
+
path="h16_policy_ckpt_near_miss_policy_bc5_bestpt_retrieval_residual_k4s040_safe_margin0p20_mean_by_type_nooponly_noopbonus0p03_summary.json",
|
| 472 |
+
clean_deployment="yes",
|
| 473 |
+
same_state_proposals="no",
|
| 474 |
+
expert_proposal="no",
|
| 475 |
+
story_role="no-op-only residual-family ablation for sparse tangent transport",
|
| 476 |
+
pending_job="14897563/14897565",
|
| 477 |
+
),
|
| 478 |
+
ResultSpec(
|
| 479 |
+
key="retrieval_residual_k4_mean_nooponly_srcscorebonus002",
|
| 480 |
+
label="K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op-only residuals, source-score bonus 0.02",
|
| 481 |
+
path="h16_policy_ckpt_near_miss_policy_bc5_bestpt_retrieval_residual_k4s040_safe_margin0p20_mean_by_type_nooponly_srcscorebonus0p02_summary.json",
|
| 482 |
+
clean_deployment="yes",
|
| 483 |
+
same_state_proposals="no",
|
| 484 |
+
expert_proposal="no",
|
| 485 |
+
story_role="no-op-only residual-family ablation with measured train-source prior",
|
| 486 |
+
pending_job="14897564/14897566",
|
| 487 |
+
),
|
| 488 |
ResultSpec(
|
| 489 |
key="retrieval_residual_k4_mean_noopbonus003_srcprog050",
|
| 490 |
label="K4 mean-by-type residual retrieval, scale 0.40, margin 0.20, no-op bonus 0.03, source progress >= 0.50",
|