SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2603.13347 · 2026

PolyGLU: State-Conditional Activation Routing in Transformer Feed-Forward Networks

Daniel Medeiros

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
danielxmed/PolyGLU — 1 of 1
FunctionStatusWhere it lives
PolyGLU Ran danielxmed/PolyGLU/src/model/architecture.py
code served (permissive licence) · get_code("0c54d35b6ec7b69b")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Biological neural systems employ diverse neurotransmitters-glutamate, GABA, dopamine, acetylcholine-to implement distinct signal-processing modalities within shared neural circuits. In contrast, modern transformers apply a single fixed activation function across all feed-forward neurons. We introduce PolyGLU (Polychromatic Gated Linear Unit), a drop-in replacement for SwiGLU that enables each FFN neuron to dynamically route among K=4 activation functions via a differentiable mechanism combining learned static preferences with input-conditioned gating, trained end-to-end with Gumbel-Softmax. We train PolychromaticLM, a 597M-parameter transformer, on ∼10B tokens using a single NVIDIA A100 GPU. Our key finding is emergent routing behavior : without any explicit sparsity loss or entropy regularization, the routing mechanism converges to near-deterministic activation selections (mean dynamic entropy = 0.030% of maximum), with a striking depth-dependent specialization pattern-early layers prefer GELU while deep layers strongly favor Tanh. Three layers maintain elevated routing entropy, suggesting computational flexibility points. The routing architecture adds only 0.23% parameter overhead (∼1.4M parameters) and proves fully robust to supervised fine-tuning: routing entropy remains constant at ln(4) throughout 13,067 SFT steps. On standard benchmarks, Polychro-maticLM achieves 62-89% of Qwen3-0.6B-Base performance despite training on 3,600× fewer tokens. All code, weights, and training infrastructure are released under Apache 2.0.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2603.13347")
get_code_for_paper("2603.13347")
have("2603.13347")

Connect an agent — have() is free.