Single layer tiny Co$^4$ outpaces GPT-2 and GPT-BERT
Noor Ul Zain, Mohsin Raza, Ahsan Adeel
TL;DR
The paper introduces Co^4, a tiny single-layer language model with $8\mathrm{M}$ parameters that employs triadic Q-K-V TPNs and two input integration points to achieve linear-time training ($O(N)$) versus the quadratic scaling of Transformer baselines. Trained on a 10M-token BabyLM slice, Co^4 achieves competitive zero-shot and SuperGLUE finetuning performance, outperforming GPT-2 and GPT-BERT on multiple metrics in only 2 epochs. The approach demonstrates strong sample efficiency and generalization, challenging prevailing scaling laws and suggesting that biologically inspired, shallow architectures can rival larger, deeper models. These results imply a potential shift toward more efficient, cognitively grounded language learning paradigms with substantial practical impact for resource-constrained settings.
Abstract
We show that a tiny Co$^4$ machine(Adeel,2025) with a single layer, two heads, and 8M parameters, operating at an approximate cost of $O(N)$ (where $N$ is the number of input tokens), outpaces the BabyLM Challenge baselines GPT-2 (124M, 12 layers, $O(N^2))$ and GPT-BERT (30M, 12 layers, $O(N^2))$ in just two epochs, while both are trained for ten. Co$^4$ achieves orders-of-magnitude greater training efficiency on 10M tokens, demonstrating highly sample efficient pretraining. Using the BabyLM challenge evaluation pipeline across complex benchmarks, Co$^4$ exhibits strong zero-shot and fine-tuning performance on SuperGLUE tasks. Specifically, Co$^4$ outperforms GPT-2 on 5 out of 7 zero-shot metrics and 6 out of 7 fine-tuning tasks, and GPT-BERT on 4 out of 7 metrics in both cases. These results suggest the need to rethink prevailing deep learning paradigms and associated scaling laws.
