Read original ↗
paperarXivTrust 82 · PrimaryPublished 1mo agoLive · 1mo ago

Review Residuals: Update-Conditioned Residual Gating for Transformers

Residual connections add every sublayer's proposed update with a fixed coefficient of one; the network never evaluates whether an update is reliable before committing it. Drawing on the human-factors principle of independent verification, we introduce Review Residuals, which scale each update by a learned, input-dependent gate conditioned on both the current state and the proposed update: h_l = h_{l-1} + r_l * u_l with r_l = sigmoid(W[RMSNorm(h_{l-1}), RMSNorm(u_l)]). Conditioning the gate on the update is the property that distinguishes it from prior gated and scaled residuals. We report two

Lineage graph

Paper → model → repo connections mined from source citations (Tier-1 exact match).

Why these links exist

Every edge carries a method, confidence, and the source snippet that justified it — so bad links are debuggable.

  • FuzzySimilar title/name (fuzzy) · 59%tirth8205/code-review-graph

    Fuzzy title match (0.73): “Review Residuals: Update-Conditioned Residual Gating for Tra” ≈ “tirth8205/code-review-graph”

  • FuzzySimilar title/name (fuzzy) · 87%lucidrains/x-transformers

    Fuzzy title match (0.94): “Review Residuals: Update-Conditioned Residual Gating for Tra” ≈ “lucidrains/x-transformers”

  • FuzzySimilar title/name (fuzzy) · 84%huggingface/transformers

    Fuzzy title match (0.92): “Review Residuals: Update-Conditioned Residual Gating for Tra” ≈ “huggingface/transformers”

Implements (incoming)

Related across the graph

Topics