LGAIMar 11

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

arXiv:2603.11114v12.3h-index: 7
Predicted impact top 85% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the challenge of interpreting expert selection in MoE models for efficient large language model scaling, providing insights into task-sensitive routing, though it is incremental in analyzing existing architectures.

The study tackled the problem of understanding routing mechanisms in Sparse Mixture-of-Experts (MoE) transformers by introducing routing signatures to analyze task-conditioned structure, showing that prompts from the same task category have high routing similarity (0.8435) compared to across-category similarity (0.6225) and achieving 92.5% accuracy in task classification.

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 this work, we introduce routing signatures, a vector representation summarizing expert activation patterns across layers for a given prompt, and use them to study whether MoE routing exhibits task-conditioned structure. Using OLMoE-1B-7B-0125-Instruct as an empirical testbed, we show that prompts from the same task category induce highly similar routing signatures, while prompts from different categories exhibit substantially lower similarity. Within-category routing similarity (0.8435 +/- 0.0879) significantly exceeds across-category similarity (0.6225 +/- 0.1687), corresponding to Cohen's d = 1.44. A logistic regression classifier trained solely on routing signatures achieves 92.5% +/- 6.1% cross-validated accuracy on four-way task classification. To ensure statistical validity, we introduce permutation and load-balancing baselines and show that the observed separation is not explained by sparsity or balancing constraints alone. We further analyze layer-wise signal strength and low-dimensional projections of routing signatures, finding that task structure becomes increasingly apparent in deeper layers. These results suggest that routing in sparse transformers is not merely a balancing mechanism, but a measurable task-sensitive component of conditional computation. We release MOE-XRAY, a lightweight toolkit for routing telemetry and analysis.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes