Capability Ceilings in Autoregressive Language Models: Empirical Evidence from Knowledge-Intensive Tasks
Javier Marín
TL;DR
This work evaluates whether simply increasing parameter counts in decoder-only autoregressive transformers improves knowledge-intensive versus procedural task performance. Using OPT and Pythia models from 70M to 30B parameters, it reports accuracy and cross-entropy loss across knowledge tasks like MMLU mathematics, arithmetic, and QQP, plus attention-intervention tests. Key findings show knowledge-task accuracy remains flat around $19$–$20$ percent despite a substantial loss reduction of about $31$ percent, while arithmetic scales normally from about $2.4$ percent to $31$ percent, and attention-pattern swaps can cause catastrophic degradation, indicating brittle, pattern-driven representations. These results warn against relying on parameter scaling alone for knowledge tasks in decoder-only architectures and motivate exploring retrieval-augmented or hybrid architectures, though generalization to other designs remains an open question.
Abstract
We document empirical capability ceilings in decoder-only autoregressive language models across knowledge-intensive tasks. Systematic evaluation of OPT and Pythia model families (70M-30B parameters, spanning 240 times scaling) reveals that knowledge retrieval tasks show negligible accuracy improvement despite smooth loss reduction. On MMLU mathematics benchmarks, accuracy remains flat at 19-20% (below 25% random chance) across all scales while cross-entropy loss decreases by 31%. In contrast, procedural tasks like arithmetic show conventional scaling where both metrics improve together. Attention intervention experiments reveal high sensitivity to perturbation: swapping attention patterns between models causes catastrophic performance collapse (complete accuracy loss) rather than graceful degradation. These measurements have immediate engineering implications: for knowledge-intensive applications using OPT and Pythia architectures, parameter scaling beyond 1-2B offers minimal accuracy gains despite continued loss improvement. Our findings quantify capability-specific scaling failures in these model families to inform resource allocation decisions. Whether these patterns reflect fundamental constraints of decoder-only architectures or implementation-specific limitations remains an open question requiring investigation across diverse architectural approaches.
