From 489da71c7af8304a86ed761359614d71288425cf Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 28 Jul 2026 23:31:36 +0800 Subject: Add cluster bootstrap metrics, supplementary finite-time figure, teacher nested SEs finite_time_supplement.py computes 95% cluster bootstrap intervals for the predictor metrics (resampling forward initializations within each cell) and renders the six-panel supplementary figure. The table generator gains the teacher-task nested-SE fragment, computed from the raw paired rows pulled from the experiment machine. Co-Authored-By: Claude Fable 5 --- outputs/tables/finite_time_metrics_ci.tex | 9 +++++++++ outputs/tables/teacher_nested_se.tex | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 outputs/tables/finite_time_metrics_ci.tex create mode 100644 outputs/tables/teacher_nested_se.tex (limited to 'outputs/tables') diff --git a/outputs/tables/finite_time_metrics_ci.tex b/outputs/tables/finite_time_metrics_ci.tex new file mode 100644 index 0000000..b72f013 --- /dev/null +++ b/outputs/tables/finite_time_metrics_ci.tex @@ -0,0 +1,9 @@ +\begin{tabular}{@{}>{\raggedright\arraybackslash}p{2.4cm}ccc@{}} +\toprule +Predictor & MAE & Relative MAE & Correlation \\ +\midrule +Frozen initialization operator & 0.06693 [0.05895, 0.07549] & 28.56\% [25.71, 31.68] & 0.97166 [0.95093, 0.98760] \\ +Linear extrapolation & 0.01043 [0.00890, 0.01205] & 4.45\% [3.82, 5.12] & 0.99492 [0.99259, 0.99691] \\ +Relinearization & 0.01394 [0.01254, 0.01544] & 5.95\% [5.45, 6.46] & 0.99830 [0.99747, 0.99902] \\ +\bottomrule +\end{tabular} diff --git a/outputs/tables/teacher_nested_se.tex b/outputs/tables/teacher_nested_se.tex new file mode 100644 index 0000000..52e4e96 --- /dev/null +++ b/outputs/tables/teacher_nested_se.tex @@ -0,0 +1,14 @@ +\begin{tabular}{@{}rcc@{}} +\toprule +Width & Train difference & Test difference \\ +\midrule +8 & \(0.2495\pm0.0097\) & \(0.1770\pm0.0483\) \\ +12 & \(0.1581\pm0.0089\) & \(0.0381\pm0.0202\) \\ +16 & \(0.1115\pm0.0108\) & \(-0.0380\pm0.0173\) \\ +24 & \(0.0803\pm0.0077\) & \(-0.0442\pm0.0454\) \\ +32 & \(0.0847\pm0.0039\) & \(-0.1202\pm0.0161\) \\ +48 & \(0.0485\pm0.0023\) & \(-0.0138\pm0.0328\) \\ +64 & \(0.0263\pm0.0005\) & \(0.0097\pm0.0078\) \\ +96 & \(0.0069\pm0.0006\) & \(0.0448\pm0.0197\) \\ +\bottomrule +\end{tabular} -- cgit v1.2.3