Skip to main content

attention-sink-structural

Mechanistic explanation of attention sink phenomenon. Variance discrepancy amplified by FFN super neurons. Head-wise RMSNorm fixes it. Based on arXiv 2605.06611.

설치로 이동

소스 정보

저장소
hiyenwong/ai_collection
최근 소스 활동
2026년 6월 4일 13:32
감지된 SKILL.md 언어
영어
스타
2
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
attention-sink-structural
description
Mechanistic explanation of attention sink phenomenon. Variance discrepancy amplified by FFN super neurons. Head-wise RMSNorm fixes it. Based on arXiv 2605.06611.
category
transformer-attention
# Attention Sink: Structural Origin and Control ## Overview Attention sinks (initial tokens monopolizing attention scores) emerge from a causal chain: value aggregation → variance discrepancy → FFN super neuron amplification → dimension disparity → sink formation. ## Causal Chain 1. **Value aggregation** in self-attention induces systematic variance discrepancy 2. **FFN super neurons** (channel-sparse down-projections) amplify this discrepancy 3. **Dimension disparity** of first-token representation emerges 4. **Attention sinks form** as structural anchors ## Key Interventions - **Isolate aggregation**: Attention mask modifications replicate sinks at arbitrary positions - **Amplify variance**: Targeted variance amplification creates sinks on demand - **Head-wise RMSNorm**: Normalizes attention head outputs independently, restores statistical parity, accelerates convergence ## Key Findings - Sinks are structural, not accidental - Channel-sparse FFN down-projections are the amplification mechanism - Can be created at arbitrary positions through controlled interventions - Head-wise RMSNorm significantly accelerates pre-training ## Implementation Steps 1. Monitor per-token variance in value aggregation outputs 2. Identify FFN super neurons (channel-sparse high-activation units) 3. Apply head-wise RMSNorm to normalize attention head outputs 4. Verify statistical parity across token positions ## Applicable Use Cases - Pre-training new LLM architectures - Debugging attention sink-related instability - Improving convergence in long-context models ## Triggers / Keywords attention sink, variance discrepancy, super neurons, head-wise RMSNorm, transformer debugging, pre-training stability
GitHub에서 보기