You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -456,7 +454,7 @@ function SequenceTop1Graph() {
456
454
constmarkerId="dsl-arrow-sequence-top1";
457
455
return(
458
456
<divclassName="dsl-sequence-graph-frame"role="region"aria-label="Top-1 recurrent cell expanded as a connected Unit graph"tabIndex={0}>
459
-
<svgclassName="dsl-sequence-top1-graph"viewBox="0 0 1000 410"role="img"aria-label="Active Top-1 architecture with x t, h previous, and g t feeding Add, Gate 0, Gate 2, Gate 1, h t, and c t">
457
+
<svgclassName="dsl-sequence-top1-graph"viewBox="0 0 1000 410"role="img"aria-label="Active Top-1 architecture with x t, h previous, and g t feeding Add, Gate 0, Gate 2, and h t">
<pclassName="dsl-report-lead">Only effective paths are shown below. Although <code>cₜ₋₁</code>is part of the fixed DSL interface, this candidate does not use it. Gate context controls each sigmoid mask, while Gate value names the complete tensor carried through that Unit.</p>
<pclassName="dsl-report-lead">Only effective paths are shown below. Although <code>cₜ₋₁</code>and <code>cₜ</code> remain part of the fixed DSL interface, this candidate does not use either cell-state path. Gate context controls each sigmoid mask, while Gate value names the complete tensor carried through that Unit.</p>
658
647
<SequenceTop1Graph/>
659
648
<divclassName="dsl-report-interpretation">
660
649
<strong>Structural pattern</strong>
661
-
<p>The winning candidate replaces LSTM's explicit previous-cell carry with a short <code>xₜ → Gate 0 → Gate 2</code> route and gives <code>hₜ</code> a direct residual from <code>hₜ₋₁</code>. A third Gate contributes only to <code>cₜ</code>. This is a structural description, not a causal claim.</p>
650
+
<p>The winning candidate replaces LSTM's explicit previous-cell carry with a short <code>xₜ → Gate 0 → Gate 2</code> route and gives <code>hₜ</code> a direct residual from <code>hₜ₋₁</code>. The formerly instantiated third Gate and <code>cₜ</code> branch are omitted because they do not affect the next recurrent computation. This is a structural description, not a causal claim.</p>
0 commit comments