paper-with-me

홈 › Papers

Directional Routing in Transformers

2026-03-16 · Kevin Taylor arxiv

We introduce directional routing, a lightweight mechanism that gives each transformer attention head learned suppression directions controlled by a shared router, at 3.9% parameter cost. We train a 433M-parameter model alongside an identical baseline in a single run, then trace the resulting circuits through mechanistic interpretability. Routing becomes the model's dominant computational pathway. Disabling it collapses factual recall to near-zero probability across all 8 test prompts and drops induction accuracy from 93.4% to 0.0%. Knocking out individual attention heads has negligible effect: the primary mover head's removal actually increases target probability, and induction heads retain 98.6% accuracy without their strongest member. The coordination mechanism is irreplaceable; the components it coordinates are not. The model also self-organizes, without explicit pressure, into two regimes: domain-adaptive routing in early layers and fixed syntactic pruning in late layers, where the least-varying layer is the most critical (+42.6 PPL when disabled). Routing reduces perplexity 31-56% relative to the baseline, though downstream multiple-choice benchmarks do not yet reflect these gains.

📄 PDF Abstract BibTeX arXiv:2603.14923

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When Does Content-Based Routing Work? Representation Requirements for Selective Attention in Hybrid Sequence Models

2026-03-22 · Abhinaba Basu arxiv

We identify a routing paradox in hybrid sequence models: content-based routing - deciding which tokens deserve expensive attention - requires pairwise computation, and this requirement is inescapable. Through 20+ control…

Linear Attention for Efficient Bidirectional Sequence Modeling

2025-02-22 · Arshia Afzal, Elias Abad Rocamora, Leyla Naz Candogan, Pol Puigdemont 외

Transformers with linear attention enable fast and parallel training. Moreover, they can be formulated as Recurrent Neural Networks (RNNs), for efficient linear-time inference. While extensively evaluated in causal seque…

State Space Models

Task-Conditioned Routing Signatures in Sparse Mixture-of-Experts Transformers

2026-03-11 · Mynampati Sri Ranganadha Avinash arxiv

Sparse Mixture-of-Experts (MoE) architectures enable efficient scaling of large language models through conditional computation, yet the routing mechanisms responsible for expert selection remain poorly understood. In th…

Upstream Allocation of Bidirectional Load Demand by Power Packetization

2024-09-04 · Shiu Mochiyama, Kento Hiwatashi, Takashi Hikihara

The power packet dispatching system has been studied for power management with strict tie to an accompanying information system through power packetization. In the system, integrated units of transfer of power and inform…

Management

Probing Routing-Conditional Calibration in Attention-Residual Transformers

2026-05-11 · Wenhao Liang, Lin Yue, Wei Emma Zhang, Miao Xu 외 arxiv

Post-hoc calibration is usually evaluated as a function of logits or softmax confidence alone, even as routing-augmented architectures increasingly accompany predictions with sample-specific internal routing traces and p…