summaryrefslogtreecommitdiff
path: root/paper/main.tex
diff options
context:
space:
mode:
authorYurenHao0426 <Blackhao0426@gmail.com>2026-04-08 14:35:20 -0500
committerYurenHao0426 <Blackhao0426@gmail.com>2026-04-08 14:35:20 -0500
commit1c4672e465b9145d71cfddeae4e2ebaeeef2964f (patch)
treea9a1eab21bed0ae00da714fd09398a23ad2a01a6 /paper/main.tex
parent528a240f4d8288ad626781ac86e4f0c8941cfe76 (diff)
Figures 3 and 4: fix aspect ratio (fig3 was squeezed strip) and key-finding label overlap (fig4)
Per user feedback: - fig4_penalty_rescue.pdf (Figure 3 in paper): was figsize=(13, 3.5), aspect 3.7:1, which rendered as a thin strip with squeezed subplot content. Increased height to figsize=(13, 6.0), aspect 2.2:1. Much taller panels that actually show axis labels and legends readably. - fig5_cross_arch_summary.pdf (Figure 4 in paper): the 'Key finding' italic text annotation at y=-1.0 in axes transform was overlapping with the multiline architecture y-tick labels at the bottom of the second subplot. Moved to y=-1.55 and increased figsize height from 3.5 to 4.2 so the lower annotation still fits in bbox_inches='tight' crop. - Also bumped includegraphics width from 0.92\linewidth to \linewidth for both figures so they use the full text width. Main content still exactly 9 pages within E&D budget. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'paper/main.tex')
-rw-r--r--paper/main.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/paper/main.tex b/paper/main.tex
index fa9c12b..8486315 100644
--- a/paper/main.tex
+++ b/paper/main.tex
@@ -133,14 +133,14 @@ The architecture comparison sharpens the scope of the critique. In the terminal-
\begin{figure}[t]
\centering
-\includegraphics[width=0.92\linewidth]{figures/fig4_penalty_rescue.pdf}
+\includegraphics[width=\linewidth]{figures/fig4_penalty_rescue.pdf}
\caption{Penalty intervention view of the two modes: penalization rescues residual-stream scale and restores a measurable but still partial deep-layer credit signal, clarifying that numerical rescue and credit-quality rescue are related but distinct.}
\label{fig:penalty_rescue}
\end{figure}
\begin{figure}[t]
\centering
-\includegraphics[width=0.92\linewidth]{figures/fig5_cross_arch_summary.pdf}
+\includegraphics[width=\linewidth]{figures/fig5_cross_arch_summary.pdf}
\caption{Cross-architecture summary over ResMLP, ViT-Mini, StudentNet, and CNN: activation-growth failures recur across architectures, while gradient-floor failures appear in the terminal-normalized settings audited here.}
\label{fig:cross_arch_summary}
\end{figure}