MI for DT · Results brief

Prompt-QFM Divergent16

HM multi-dist checkpoint · MCF projection · J ∈ {0, 2, 8} · 10 seeds · Decision-mean ablation · Full heuristic baselines

Checkpoint prompt_qfm_reentrant_param_hm_nolegacy_g1_j4_action_only/best.pt · Jobs pqfm_d16 1630449 (COMPLETED, 1d18h) · pqfm_d16_dm 1632545 (decision-mean ablation, J=0, 16/16 COMPLETED)

1. End-to-End Pipeline

Offline HM datareentrant_param_hm
no legacy hyper
Graph encoderBatchedGraphEncoder
spatial tokens
Causal DTdecision vector dt
+ optional prompt J
PoolCount headcontinuous alloc
+ live graph
MCF projectmin_cost_flow
→ QGym action

2. Model Architecture, Embeddings & Action

Fig. A Graph topology (BatchedGraphEncoder)
Fig. A — Graph topology (BatchedGraphEncoder). Heterogeneous queue–pool graph at each event t: queue nodes (blue), pool nodes (green), global graph token g (purple). Orange arrows = routing R; green edges = service eligibility M with rates μ. Features: xqdyn=[log(1+Q), λ(t), h], xqstat=[h, λ̄, τ, dout], xp=[cp, 1].
Reentrant_2 example topology with state features
Fig. A′ — Example: reentrant_2 topology. Q=6, P=2, L=2 with feedback q3→q1. Stage-1 queues served by p0; stage-2 by p1. Instantaneous state uses log(1+Q) etc. as in Fig. A — the spatial encoder input seen by both prompt and query streams.
Fig. B Prompt-based Queue Decision Transformer
Fig. B — Prompt-based Queue Decision Transformer. Expert prompt prefix (J segments) concatenated with query context (T=16); shared causal Transformer; PoolCount head / action loss on query only. Training drops the prompt w.p. 0.2 for zero-shot. Decision vector dt is the hidden state at the RTG token — the target of the decision-mean ablation.

2.1 Model dimensions (this checkpoint)

Checkpointprompt_qfm_reentrant_param_hm_nolegacy_g1_j4_action_only/best.pt Graph encoderModel I BatchedGraphEncoder v1 · --graph-layers 1 (1 spatial Transformer layer) Width / depthd=128 · DT layers=3 · heads=4 · FFN=4d=512 · ALiBi causal attention Contextquery T=16 events · 4 tokens/step → 64 query tokens; train prompt J=4 × H=5 = 20 prompt steps (80 tokens); eval sweeps J∈{0,2,8} Token orderper step [s, r̂, a, r]; decision vector dt = hidden at RTG token t (sees st, t, earlier a/r; not current at) No task-IDno task embedding; topology handled by graph padding / masks Params (order)≈1.0M class (same Model I scale as Model_I_Long.tex: ~1.047M for d=128 / 3 DT layers)

2.2 Input features & embeddings

Prompt-QFM defaults to queue_only=True: before the graph encoder, strip_distribution_priors zeros distribution / cost channels so that λ, μ, h, etc. must be inferred from the trajectory (actions + rewards / RTG), not read from explicit features. Topology needed for legal actions is kept.

What is kept (non-zero structural / state):

What is explicitly zeroed every forward:

So the Fig. A 7-D / μ layout still defines the tensor shapes into the shared MLPs (Linear(7→d), edge MLP on μ, etc.), but those prior channels are constant zeros at train and eval for this checkpoint — not free parameters set to zero. The MLP weights themselves are trained; they just usually see zeros on those inputs.

Spatial pipeline (after stripping): queue MLP on [Q, 0, 0 | 0,0,0,0] · pool MLP on [cp,1] · local MP with zeroed μ embeddings · 1 global spatial Transformer over [g, hq, hp] + type / Δt. Outputs: st=g → DT; {hp}, {hq} → action head (with μ channel also zero in PoolCount’s Wμμ term).

Temporal token embeddings (into the causal DT):

2.3 Action output (PoolCount → MCF)

PoolCount head (continuous allocation):

\[ z_{pi}=[d_t,\; h_p,\; h_i,\; W_\mu\mu_{pi}]\in\mathbb{R}^{4d},\quad \ell_{pi}=\mathrm{MLP}_{\rm score}(z_{pi}),\quad \ell_{p,\rm idle}=\mathrm{MLP}_{\rm idle}([d_t,h_p]) \] \[ \pi_p=\mathrm{softmax}([\ell_{p1},\ldots,\ell_{pQ},\ell_{p,\rm idle}]),\qquad \hat a_{pi}=c_p\,\pi_{pi} \]

Rollout projection (this eval): raw edge scores / continuous â → min_cost_flow_pool_action (MCF) to a feasible integer (P×Q) assignment for QGym (work-conserving max-score matching under capacity / queue counts). Alternate option in code: greedy priorities_to_pool_action.

Decision-mean ablation: replace dt by a train-set mean vector; PoolCount still sees live hp, hq, μ — isolates whether the temporal decision content matters.

2.4 Training configuration

Script / jobrun_train_prompt_qfm_ppool_reentrant_param_hm_j4_action_only.sh (pqfm_hm_j4_ao) Offline datadata/offline_prompt_reentrant_param_hm Split configfoundation_ood_reentrant_param_hypermild_no_legacy_hyper.json — no legacy *_hyper bases Train topologies7 bases: criss_cross_bh, reentrant_2, re-reentrant_2, reentrant_3, re-reentrant_3, n_model, n_model_5x5_varying + HM dist variants (hyper_mild, scale 0.5, suffix __hm) + param scales {0.7, 0.85, 1.15, 1.4} on μ/λ/h Policiesprompt: cmu / cmuq / max_pressure · query: + noisy_cmu, random Seeds (split)train query {0–3}, prompt {4,5}; val / test held out Windows--window-stride 80 (≈10× sparser than stride 8) → ~4.5M train windows (order of diverse-scale ~4.6M); late oversample late_frac=0.5, late_mult=3 Optimbatch 128 · lr 3e-4 · wd 0.01 · 20 epochs · AdamW · AMP · no_prompt_prob=0.2 Prompt trainJ=4, H=5, max_eval_j=8 LossL = Lalloc only (RTG/reward heads off)

3. Eval Setup

Normal eval jobpqfm_d16 1630449 → divergent16_j_sweep_10seeds_mcf_best/ Ablation jobpqfm_d16_dm 1632545 → divergent16_j_sweep_10seeds_mcf_decision_mean_best/ (J=0 only) Manifest / dataconfigs/prompt_eval_divergent16.json · expert prompts seeds 22/23 (cmu, cmuq, max_pressure) Baselinescmu, cmuq, max_pressure, max_q — full table from j0_vs_baselines.tsv (same suite, 10 seeds) Reported ±sample mean ± sample std over 10 seeds (same convention as Model_I_Long.tex). Ablation significance in §6 uses 95% CI with t9=2.262.

4. Full Heuristic Baselines

All four heuristics on the divergent16 suite (mean ± std, 10 seeds). Bold = lowest among heuristics.

TaskGroup cμQMaxPMaxQ BestWinner
n_model__hmid 521.46±28.8247.25±10.9147.25±10.91 46.95±11.1446.95MaxQ
n_model__hm__h_0p7id 378.93±20.7154.82±11.5954.82±11.59 59.42±13.9254.82cμQ / MaxP
reentrant_2__hmid 21.42±4.1125.20±6.5425.21±13.29 33.77±9.6021.42
reentrant_2__hm__mu_1p4id 18.45±5.2622.52±12.8124.00±10.32 26.29±5.9018.45
reentrant_3__hm__lambda_1p4id 837.53±63.671220.29±96.821169.07±71.42 1723.55±155.79837.53
re-reentrant_3__hm__mu_0p7id 774.18±89.711127.97±54.941222.69±85.86 1439.72±94.04774.18
reentrant_2__mu_1p4near_id 10.45±2.3318.67±7.2517.98±8.48 38.56±26.8410.45
re-reentrant_2__lambda_1p4near_id 984.40±46.751386.10±61.161358.76±79.34 1726.12±104.12984.40
n_model__h_0p7near_id 398.16±11.9041.34±5.0741.34±5.07 44.42±6.5741.34cμQ / MaxP
criss_cross_bh__mu_1p4near_id 3.57±0.223.57±0.223.36±0.25 3.57±0.223.36MaxP
reentrant_8ood 56.33±10.7973.81±12.7357.00±5.23 95.08±13.9156.33
reentrant_10ood 71.47±11.7377.89±13.3677.15±19.82 104.88±18.2871.47
re-reentrant_8ood 57.19±8.7461.22±11.8060.38±8.22 85.37±18.6257.19
reentrant_6__hhood 92.93±14.4787.32±18.5087.14±11.89 127.94±27.4787.14MaxP
reentrant_10__hhood 149.72±34.11142.64±26.03127.19±25.79 169.24±39.27127.19MaxP
re-reentrant_6__hhood 92.27±14.5288.43±19.6080.19±16.30 125.03±39.8780.19MaxP

Source: j0_vs_baselines.tsv. MaxQ = topology-only Mpi·Qi. On Exp/hm reentrant tasks cμ often wins; on hh OOD MaxP often wins; MaxQ is strong on n_model-like tasks and weak on deep reentrant / OOD.

Full 56-task representative suite (baseline rollout)

Complete heuristic baseline rollout on the heuristic_baseline_representative.json manifest (20 in-sample param/hm variants + 36 OOD reentrant / hospital / input_switch tasks). Policies: cμ, cμQ, MaxP, MaxQ · 10 seeds · mean ± std (population std over seeds). Bold = lowest cost among the four heuristics per row.

Tasks56 (20 in + 36 ood) Shards merged56 Winners (56 rows)cμ 23 · MaxP 18 · cμQ 10 · MaxQ 5 Sourcecluster merge of per-task rollout shards (2026-07-31)
TaskSplit cμQMaxPMaxQ BestWinner
criss_cross_bh__lambda_0p7in 3.47±0.173.47±0.173.33±0.133.47±0.17 3.33MaxP
criss_cross_bh__mu_1p4in 3.57±0.223.57±0.223.36±0.253.57±0.22 3.36MaxP
reentrant_2__lambda_0p7in 3.29±0.223.20±0.193.13±0.314.40±0.46 3.13MaxP
reentrant_2__mu_1p4in 10.45±2.3318.67±7.2517.98±8.4838.56±26.84 10.45
re-reentrant_2__lambda_1p4in 984.40±46.751386.10±61.161358.76±79.341726.12±104.12 984.40
re-reentrant_3__mu_0p7in 812.02±51.491099.17±69.351102.01±80.471482.59±90.13 812.02
n_model__h_0p7in 398.16±11.9041.34±5.0741.34±5.0744.42±6.57 41.34cμQ / MaxP
n_model_5x5_varying__h_1p4in 17.06±1.4915.99±1.0115.99±1.0115.89±1.14 15.89MaxQ
criss_cross_bh__hmin 24.28±5.8524.28±5.8522.49±7.3924.28±5.85 22.49MaxP
reentrant_2__hmin 21.42±4.1125.20±6.5425.21±13.2933.77±9.60 21.42
reentrant_3__hmin 32.21±4.8135.15±8.5435.44±8.0653.58±9.23 32.21
n_model__hmin 521.46±28.8247.25±10.9147.25±10.9146.95±11.14 46.95MaxQ
criss_cross_bh__hm__lambda_0p7in 4.39±0.224.39±0.224.34±0.484.39±0.22 4.34MaxP
criss_cross_bh__hm__mu_1p4in 4.78±0.464.78±0.464.34±0.384.78±0.46 4.34MaxP
reentrant_2__hm__lambda_0p7in 4.64±0.583.98±0.344.03±0.286.00±0.89 3.98cμQ
reentrant_2__hm__mu_1p4in 18.45±5.2622.52±12.8124.00±10.3226.29±5.90 18.45
reentrant_3__hm__lambda_1p4in 837.53±63.671220.29±96.821169.07±71.421723.55±155.79 837.53
re-reentrant_3__hm__mu_0p7in 774.18±89.711127.97±54.941222.69±85.861439.72±94.04 774.18
n_model__hm__h_0p7in 378.93±20.7154.82±11.5954.82±11.5959.42±13.92 54.82cμQ / MaxP
n_model_5x5_varying__hm__h_1p4in 24.83±3.7221.60±2.5821.60±2.5821.55±2.55 21.55MaxQ
reentrant_6ood 44.95±4.6548.69±5.1444.71±5.7972.04±14.65 44.71MaxP
reentrant_7ood 51.42±9.9963.24±10.5649.67±5.6785.06±15.57 49.67MaxP
reentrant_8ood 56.33±10.7973.81±12.7357.00±5.2395.08±13.91 56.33
reentrant_9ood 65.37±15.4570.15±4.9977.42±18.75100.68±20.33 65.37
reentrant_10ood 71.47±11.7377.89±13.3677.15±19.82104.88±18.28 71.47
re-reentrant_6ood 52.26±13.1145.43±7.3645.34±7.6859.84±7.98 45.34MaxP
re-reentrant_7ood 51.37±6.0558.56±12.2352.51±7.0671.98±12.58 51.37
re-reentrant_8ood 57.19±8.7461.22±11.8060.38±8.2285.37±18.62 57.19
re-reentrant_9ood 64.06±12.8972.53±20.6063.83±12.3689.31±15.92 63.83MaxP
re-reentrant_10ood 70.17±10.6767.31±8.3968.31±17.3898.77±16.34 67.31cμQ
reentrant_4__hhood 67.73±11.1262.66±15.1573.16±20.73100.53±33.59 62.66cμQ
reentrant_5__hhood 73.74±12.0089.08±17.3075.27±10.49124.62±31.95 73.74
reentrant_6__hhood 92.93±14.4787.32±18.5087.14±11.89127.94±27.47 87.14MaxP
reentrant_7__hhood 102.87±32.25113.78±25.68113.46±31.08152.59±31.90 102.87
reentrant_8__hhood 130.66±29.72123.88±36.27119.83±31.89189.46±59.93 119.83MaxP
reentrant_9__hhood 130.18±26.57116.60±24.67116.85±18.29199.79±29.09 116.60cμQ
reentrant_10__hhood 149.72±34.11142.64±26.03127.19±25.79169.24±39.27 127.19MaxP
re-reentrant_4__hhood 64.79±21.6367.27±13.1181.53±38.4692.70±23.86 64.79
re-reentrant_5__hhood 83.50±24.5180.56±10.0290.21±21.58104.72±14.52 80.56cμQ
re-reentrant_6__hhood 92.27±14.5288.43±19.6080.19±16.30125.03±39.87 80.19MaxP
re-reentrant_7__hhood 101.78±18.04101.74±16.49110.75±27.55140.05±20.95 101.74cμQ
re-reentrant_8__hhood 110.46±27.43107.37±20.89103.48±14.46171.90±36.18 103.48MaxP
re-reentrant_9__hhood 117.19±28.95131.72±23.81112.76±34.35176.04±32.70 112.76MaxP
re-reentrant_10__hhood 143.85±26.18133.43±23.78112.78±18.34168.70±35.47 112.78MaxP
hospital__lambda_0p7ood 357.33±3.40360.14±4.30360.14±4.30364.34±4.58 357.33
hospital__lambda_1p4ood 2424.19±47.651351.55±54.431351.55±54.431328.15±52.01 1328.15MaxQ
hospital__mu_0p7ood 2925.48±72.311289.35±70.121289.35±70.121306.53±74.92 1289.35cμQ / MaxP
hospital__mu_1p4ood 356.86±2.00360.06±1.51360.06±1.51364.11±2.08 356.86
hospital__detood 811.51±0.00380.08±0.00380.08±0.00380.05±0.00 380.05MaxQ
hospital__hhood 805.17±77.38433.39±30.22433.39±30.22438.45±27.87 433.39cμQ / MaxP
input_switch__lambda_0p7ood 2.05±0.042.05±0.042.06±0.042.05±0.04 2.05cμ / cμQ / MaxQ
input_switch__lambda_1p4ood 947.14±125.79947.14±125.79908.79±110.26947.14±125.79 908.79MaxP
input_switch__mu_0p7ood 7.77±0.628.19±0.418.15±0.448.92±0.83 7.77
input_switch__mu_1p4ood 5.40±0.415.99±0.435.97±0.456.48±0.51 5.40
input_switch__detood 1.60±0.001.60±0.001.60±0.001.60±0.00 1.60cμ / cμQ / MaxP / MaxQ
input_switch__hhood 10.58±1.2310.58±1.2310.89±1.2310.58±1.23 10.58cμ / cμQ / MaxQ

cμ wins most reentrant / param-shift rows; MaxP dominates hh OOD and several criss-cross variants; MaxQ is best on n_model-like tasks but weak on deep reentrant OOD (often 1.3–2× best base). Deterministic hospital/input_switch rows have zero variance (single effective trajectory per seed).

5. Prompt-QFM J-sweep vs All Baselines

Combined view (Model_I_Long style). Bold = lowest among all methods in the row.

TaskG PQFM J=0PQFM J=2PQFM J=8 cμQMaxPMaxQ Lowest
n_model__hmid 50.40±12.0650.61±12.1750.46±12.07 521.46±28.8247.25±10.9147.25±10.91 46.95±11.14MaxQ
n_model__hm__h_0p7id 71.34±17.2666.26±16.3165.88±16.41 378.93±20.7154.82±11.5954.82±11.59 59.42±13.92cμQ / MaxP
reentrant_2__hmid 29.79±10.1624.89±3.3522.54±4.72 21.42±4.1125.20±6.5425.21±13.29 33.77±9.60
reentrant_2__hm__mu_1p4id 22.32±8.8726.28±9.4424.97±16.04 18.45±5.2622.52±12.8124.00±10.32 26.29±5.90
reentrant_3__hm__lambda_1p4id 1286±1971267±3401440±276 837.53±63.671220±971169±71 1724±156
re-reentrant_3__hm__mu_0p7id 1029±2601220±2261050±195 774.18±89.711128±551223±86 1440±94
reentrant_2__mu_1p4near 19.10±5.7824.95±16.3720.12±11.05 10.45±2.3318.67±7.2517.98±8.48 38.56±26.84
re-reentrant_2__lambda_1p4near 1231±1911208±2341207±243 984.40±46.751386±611359±79 1726±104
n_model__h_0p7near 53.22±8.4851.66±8.7050.16±8.52 398.16±11.9041.34±5.0741.34±5.07 44.42±6.57cμQ / MaxP
criss_cross_bh__mu_1p4near 3.70±0.383.65±0.343.65±0.34 3.57±0.223.57±0.223.36±0.25 3.57±0.22MaxP
reentrant_8ood 63.45±8.3558.87±6.7166.96±11.81 56.33±10.7973.81±12.7357.00±5.23 95.08±13.91
reentrant_10ood 74.80±10.3690.43±21.6872.02±13.02 71.47±11.7377.89±13.3677.15±19.82 104.88±18.28
re-reentrant_8ood 62.19±18.3767.69±8.2662.21±6.48 57.19±8.7461.22±11.8060.38±8.22 85.37±18.62
reentrant_6__hhood 116.89±33.23111.17±16.3099.30±16.32 92.93±14.4787.32±18.5087.14±11.89 127.94±27.47MaxP
reentrant_10__hhood 137.59±33.48132.06±12.33158.08±44.47 149.72±34.11142.64±26.03127.19±25.79 169.24±39.27MaxP
re-reentrant_6__hhood 98.73±26.0798.17±27.4696.52±16.11 92.27±14.5288.43±19.6080.19±16.30 125.03±39.87MaxP

vs Best Baseline: Δ and Welch p (two-sided)

Δ = PQFM − best_base (positive = worse than best heuristic). p from Welch two-sample t-test on seed means, using reported mean±std with n=10 each side (unequal variance). Bold red = p<0.05.

TaskG Best base Δ J=0p J=0 Δ J=2p J=2 Δ J=8p J=8
n_model__hmidMaxQ 46.95±11.14 +3.450.515 +3.660.492 +3.510.508
n_model__hm__h_0p7idcμQ 54.82±11.59 +16.520.023 +11.440.089 +11.060.101
reentrant_2__hmidcμ 21.42±4.11 +8.370.033 +3.480.053 +1.120.578
reentrant_2__hm__mu_1p4idcμ 18.45±5.26 +3.870.254 +7.830.038 +6.520.248
reentrant_3__hm__lambda_1p4idcμ 837.53±63.67 +448.92<1e-4 +429.400.003 +602.96<1e-4
re-reentrant_3__hm__mu_0p7idcμ 774.18±89.71 +254.330.014 +445.99<1e-4 +275.700.001
reentrant_2__mu_1p4nearcμ 10.45±2.33 +8.659.1e-4 +14.500.021 +9.670.022
re-reentrant_2__lambda_1p4nearcμ 984.40±46.75 +246.660.003 +223.730.014 +222.620.018
n_model__h_0p7nearcμQ 41.34±5.07 +11.880.002 +10.320.006 +8.820.013
criss_cross_bh__mu_1p4nearMaxP 3.36±0.25 +0.330.034 +0.280.050 +0.280.050
reentrant_8oodcμ 56.33±10.79 +7.130.117 +2.540.537 +10.630.050
reentrant_10oodcμ 71.47±11.73 +3.330.509 +18.960.029 +0.550.922
re-reentrant_8oodcμ 57.19±8.74 +5.000.451 +10.490.013 +5.020.163
reentrant_6__hhoodMaxP 87.14±11.89 +29.760.022 +24.040.002 +12.170.074
reentrant_10__hhoodMaxP 127.19±25.79 +10.400.447 +4.870.599 +30.890.078
re-reentrant_6__hhoodMaxP 80.19±16.30 +18.540.076 +17.990.096 +16.330.037

Welch t uses only summary statistics (mean, std, n=10); equivalent to testing equality of the two seed-mean distributions under normality. All Δ>0 (PQFM never beats best base on the point estimate). Significant deficits (p<0.05) concentrate on hard reentrant / n_model tasks; several OOD gaps (e.g. J=0 on reentrant_8/10, re-reentrant_8) are not significant. The same Welch protocol is used for all p-values below.

vs MaxQ: Δ and Welch p

Δ = PQFM − MaxQ (negative = better than MaxQ). Bold red = p<0.05.

TaskG Δ J=0p J=0 Δ J=2p J=2 Δ J=8p J=8
n_model__hmid +3.450.515 +3.660.492 +3.510.508
n_model__hm__h_0p7id +11.920.107 +6.840.327 +6.460.355
reentrant_2__hmid −3.980.380 −8.880.018 −11.230.005
reentrant_2__hm__mu_1p4id −3.970.257 −0.010.998 −1.320.811
reentrant_3__hm__lambda_1p4id −437.11<1e-4 −456.630.002 −283.070.013
re-reentrant_3__hm__mu_0p7id −411.205.9e-4 −219.540.015 −389.83<1e-4
reentrant_2__mu_1p4near −19.460.049 −13.610.191 −18.440.068
re-reentrant_2__lambda_1p4near −495.06<1e-4 −517.99<1e-4 −519.10<1e-4
n_model__h_0p7near +8.800.019 +7.250.051 +5.740.110
criss_cross_bh__mu_1p4near +0.130.377 +0.080.561 +0.080.561
reentrant_8ood −31.63<1e-4 −36.21<1e-4 −28.121.3e-4
reentrant_10ood −30.084.5e-4 −14.450.125 −32.862.7e-4
re-reentrant_8ood −23.180.012 −17.690.017 −23.160.003
reentrant_6__hhood −11.050.429 −16.770.118 −28.640.013
reentrant_10__hhood −31.650.069 −37.170.016 −11.160.559
re-reentrant_6__hhood −26.300.101 −26.850.099 −28.510.058

Prompt J pairwise: Δ and Welch p

Δ = Ja − Jb (negative = longer prompt better). Tests whether changing J shifts mean cost.

TaskG Δ J2−J0p Δ J8−J0p Δ J8−J2p
n_model__hmid +0.210.970 +0.060.991 −0.150.978
n_model__hm__h_0p7id −5.080.507 −5.460.478 −0.380.959
reentrant_2__hmid −4.900.176 −7.250.062 −2.350.216
reentrant_2__hm__mu_1p4id +3.960.347 +2.650.655 −1.310.827
reentrant_3__hm__lambda_1p4id −19.520.877 +154.040.169 +173.560.226
re-reentrant_3__hm__mu_0p7id +191.660.096 +21.370.838 −170.290.089
reentrant_2__mu_1p4near +5.850.309 +1.020.800 −4.830.450
re-reentrant_2__lambda_1p4near −22.930.813 −24.040.809 −1.110.992
n_model__h_0p7near −1.550.691 −3.050.432 −1.500.701
criss_cross_bh__mu_1p4near −0.050.764 −0.050.763 −0.000.999
reentrant_8ood −4.580.194 +3.510.454 +8.090.080
reentrant_10ood +15.630.061 −2.780.604 −18.410.036
re-reentrant_8ood +5.500.404 +0.020.998 −5.480.117
reentrant_6__hhood −5.720.633 −17.590.157 −11.870.121
reentrant_10__hhood −5.530.634 +20.490.261 +26.010.104
re-reentrant_6__hhood −0.550.964 −2.210.823 −1.660.872

Almost no J pairwise difference is significant at α=0.05 (only J8 vs J2 on reentrant_10, p=0.036). Point-estimate prompt gains are real but underpowered / high-variance with 10 seeds.

Prompt-QFM never takes the row minimum on this suite. vs MaxQ: significant wins on deep reentrant / most OOD; vs best heuristic: significant losses on many hard tasks. Prompt length shifts means but rarely reaches p<0.05 between J levels.

6. Decision-Mean Ablation (J=0)

Replace dt by train mean. Status: 16 / 16 COMPLETED (J=0 only). All comparisons: Welch two-sided p, n=10 each side; bold red = p<0.05.

TaskG J=0 (DT)dmMaxQ Δ dm−J0p Δ J0−MaxQp Δ dm−MaxQp Call
n_model__hmid 50.40±12.0650.38±12.1446.95±11.14 −0.020.997 +3.450.515 +3.430.519 ≈ same
n_model__hm__h_0p7id 71.34±17.2671.11±17.3059.42±13.92 −0.230.976 +11.920.107 +11.680.114 ≈ same
reentrant_2__hmid 29.79±10.1623.67±14.7133.77±9.60 −6.130.295 −3.980.380 −10.100.088 ≈ same
reentrant_2__hm__mu_1p4id 22.32±8.8735.53±22.9126.29±5.90 +13.200.116 −3.970.257 +9.240.245 ≈ same
reentrant_3__hm__lambda_1p4id 1286±1971513±1721724±156 +226.790.013 −437.11<1e-4 −210.320.010 DT helps
re-reentrant_3__hm__mu_0p7id 1029±2601398±1501440±94 +369.640.002 −411.205.9e-4 −41.560.470 DT helps
reentrant_2__mu_1p4near 19.10±5.7815.60±6.3738.56±26.84 −3.500.214 −19.460.049 −22.960.025 ≈ same
re-reentrant_2__lambda_1p4near 1231±1911621±1061726±104 +390.18<1e-4 −495.06<1e-4 −104.880.039 DT helps
n_model__h_0p7near 53.22±8.4852.98±8.4344.42±6.57 −0.240.951 +8.800.019 +8.560.021 ≈ same
criss_cross_bh__mu_1p4near 3.70±0.383.66±0.303.57±0.22 −0.040.809 +0.130.377 +0.090.462 ≈ same
reentrant_8ood 63.45±8.3573.76±15.4295.08±13.91 +10.300.085 −31.63<1e-4 −21.330.005 ≈ same
reentrant_10ood 74.80±10.3675.59±8.10104.88±18.28 +0.790.851 −30.084.5e-4 −29.295.3e-4 ≈ same
re-reentrant_8ood 62.19±18.3763.53±12.8685.37±18.62 +1.340.852 −23.180.012 −21.840.008 ≈ same
reentrant_6__hhood 116.89±33.2394.32±20.50127.94±27.47 −22.580.087 −11.050.429 −33.630.007 ≈ same
reentrant_10__hhood 137.59±33.48136.47±34.55169.24±39.27 −1.120.942 −31.650.069 −32.770.063 ≈ same
re-reentrant_6__hhood 98.73±26.0790.09±17.95125.03±39.87 −8.640.401 −26.300.101 −34.940.026 ≈ same

Call = DT helps iff Δ(dm−J0)>0 and p<0.05. Note: on several OOD tasks both J0 and dm beat MaxQ significantly even when dm≈J0 — winning MaxQ does not require a nontrivial decision vector. hh OOD: point estimates favour dm (especially reentrant_6__hh Δ=−22.6, p=0.087), but dm vs J0 is not significant at α=0.05 on any of the three.

Where DT helps: is MaxQ ≈ dm?

Task J0dmMaxQ Δ dm−J0p Δ mq−J0p Δ dm−mqp |dm−mq|/max dm ≈ MaxQ?
reentrant_3__hm__lambda_1p4 1286±1971513±1721724±156 +226.80.013 +437.1<1e-4 −210.30.010 12% No
re-reentrant_3__hm__mu_0p7 1029±2601398±1501440±94 +369.60.002 +411.25.9e-4 −41.60.470 3% Yes
re-reentrant_2__lambda_1p4 1231±1911621±1061726±104 +390.2<1e-4 +495.1<1e-4 −104.90.039 6% No (still sig. better than MaxQ)
On hard tasks: DT ≲ dm ≲ MaxQ. dm ≈ MaxQ only for re-reentrant_3 (p=0.470); on the other two, dm remains significantly better than MaxQ. Removing the decision vector pushes toward MaxQ-like weak behaviour, with residual head advantage.

7. Summary

Baselines & J-sweep

  • cμ dominates Exp/hm reentrant; MaxP dominates hh OOD; MaxQ wins n_model-like.
  • MaxQ collapses on deep reentrant / OOD (often 1.3–3.7× best base).
  • vs MaxQ: many significant wins (Welch p<0.05) on hard reentrant/OOD.
  • vs best heuristic: often significant deficit; never wins the row.
  • J pairwise almost never significant (10 seeds underpowered).

DT decision vector

  • Conditionally useful — dm≻J0 significant on 3/16 tasks (hard reentrant / high-load).
  • Elsewhere p(dm vs J0)≫0.05 → head+graph dominate (incl. hh OOD: mean better on point estimate, not significant).
  • J0 and dm both beat MaxQ significantly on several OOD tasks.
  • dm≈MaxQ only on re-reentrant_3; else dm still < MaxQ (p<0.05) when DT helps.