English

ShishuLM : Achieving Optimal and Efficient Parameterization with Low Attention Transformer Models

Computation and Language 2026-04-01 v2 Artificial Intelligence

Abstract

While the transformer architecture has achieved state-of-the-art performance on natural language processing tasks, these models impose substantial memory and computational overhead. Recent research has identified significant architectural redundancies within these models, particularly in the attention sub-layers in the top layers, presenting opportunities for optimization without compromising performance. Taking insights from research on inference-time layer pruning and depth-dependent computation in language models, we introduce an efficient language model architecture referred to as ShishuLM. By replacing full decoder layers at the top of the model with MLP-only blocks, we achieve up to 10-60% improvement in generation latency and 1.3 -5 ×\times gain in throughput. Upon further sharing parameters across adjacent MLP-only layers of ShishuLM, we obtain up to 20% savings in memory with minimal degradation in performance. Our findings provide insights towards building more efficient language modeling architectures from a pre-training standpoint by leveraging how information flows in transformers.

Keywords

Cite

@article{arxiv.2510.13860,
  title  = {ShishuLM : Achieving Optimal and Efficient Parameterization with Low Attention Transformer Models},
  author = {Shivanshu Kumar and Gopalakrishnan Srinivasan},
  journal= {arXiv preprint arXiv:2510.13860},
  year   = {2026}
}
R2 v1 2026-07-01T06:39:34.605Z