π€ AI Summary
In large language model pretraining, architectural differences are often obscured by noise, making reliable evaluation at academic scales (e.g., 1.3B parameters, 100B tokens) challenging.
Method: We propose a controlled synthetic pretraining task to establish a high signal-to-noise evaluation paradigm. Leveraging weighted neighborhood aggregation, RoPE/NoPE ablation, and infinite high-quality data simulation, we isolate architectural effects.
Contribution/Results: We discover and name the βCanon layerββa lightweight, token-adjacent information propagation module universally embeddable in Transformers, linear attention models, and state-space models (e.g., Mamba2/GDN). Our method doubles effective inference depth and enables weak architectures (e.g., NoPE) to match RoPE-level performance, while linear attention models achieve Mamba2/GDN parity. This work establishes the first reproducible benchmark for architectural capability disentanglement and future performance prediction.
π Abstract
Understanding architectural differences in language models is challenging, especially at academic-scale pretraining (e.g., 1.3B parameters, 100B tokens), where results are often dominated by noise and randomness. To overcome this, we introduce controlled synthetic pretraining tasks that isolate and evaluate core model capabilities. Within this framework, we discover CANON LAYERS: lightweight architectural components -- named after the musical term "canon" -- that promote horizontal information flow across neighboring tokens. Canon layers compute weighted sums of nearby token representations and integrate seamlessly into Transformers, linear attention, state-space models, or any sequence architecture.
We present 12 key results. This includes how Canon layers enhance reasoning depth (e.g., by $2 imes$), reasoning breadth, knowledge manipulation, etc. They lift weak architectures like NoPE to match RoPE, and linear attention to rival SOTA linear models like Mamba2/GDN -- validated both through synthetic tasks and real-world academic-scale pretraining. This synthetic playground offers an economical, principled path to isolate core model capabilities often obscured at academic scales. Equipped with infinite high-quality data, it may even PREDICT how future architectures will behave as training pipelines improve -- e.g., through better data curation or RL-based post-training -- unlocking deeper reasoning and hierarchical inference.