From 99b95217a30f75e9e35b5044850ced4ab802bc87 Mon Sep 17 00:00:00 2001 From: haoyuren <13851610112@163.com> Date: Tue, 28 Jul 2026 07:53:50 +0800 Subject: Redesign main figure panels and track figure-source CSVs Panel 1a: rename to Backward rules; DFA drawn as direct side-to-side arrows from the error to each hidden layer. Panel 1b: replace the dual y-axis with stacked guarantee/cost sub-axes. Figure 2: reader-facing panel titles; legend renames (linear extrapolation, relinearization). Track the regenerated figure-source CSVs (verified bit-exact against the frozen paper numbers) so figures can be rebuilt without rerunning experiments. Co-Authored-By: Claude Fable 5 --- outputs/aaai_depth_experiments/mismatch_vs_cost_by_depth.csv | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 outputs/aaai_depth_experiments/mismatch_vs_cost_by_depth.csv (limited to 'outputs/aaai_depth_experiments/mismatch_vs_cost_by_depth.csv') diff --git a/outputs/aaai_depth_experiments/mismatch_vs_cost_by_depth.csv b/outputs/aaai_depth_experiments/mismatch_vs_cost_by_depth.csv new file mode 100644 index 0000000..95204f3 --- /dev/null +++ b/outputs/aaai_depth_experiments/mismatch_vs_cost_by_depth.csv @@ -0,0 +1,6 @@ +depth,width,joint_alignment_proxy,negative_log10_joint_alignment,initial_deficit_mean,finite_gap_mean +1,64,0.00390625,2.4082399653118496,0.050389027814957014,0.042081428789929445 +2,64,9.5367431640625e-07,6.020599913279624,0.2770302526233633,0.15269740556020472 +3,64,2.3283064365386963e-10,9.632959861247398,0.4022500336898454,0.25254775975280397 +4,64,5.684341886080802e-14,13.245319809215173,0.45689702431481044,0.28120981965910297 +6,64,3.3881317890172014e-21,20.47003970515072,0.6240125670726114,0.346052835561966 -- cgit v1.2.3