English

Reservoir Computing inspired Matrix Multiplication-free Language Model

Computation and Language 2025-12-30 v1 Artificial Intelligence

Abstract

Large language models (LLMs) have achieved state-of-the-art performance in natural language processing; however, their high computational cost remains a major bottleneck. In this study, we target computational efficiency by focusing on a matrix multiplication free language model (MatMul-free LM) and further reducing the training cost through an architecture inspired by reservoir computing. Specifically, we partially fix and share the weights of selected layers in the MatMul-free LM and insert reservoir layers to obtain rich dynamic representations without additional training overhead. Additionally, several operations are combined to reduce memory accesses. Experimental results show that the proposed architecture reduces the number of parameters by up to 19%, training time by 9.9%, and inference time by 8.0%, while maintaining comparable performance to the baseline model.

Keywords

Cite

@article{arxiv.2512.23145,
  title  = {Reservoir Computing inspired Matrix Multiplication-free Language Model},
  author = {Takumi Shiratsuchi and Yuichiro Tanaka and Hakaru Tamukoh},
  journal= {arXiv preprint arXiv:2512.23145},
  year   = {2025}
}

Comments

9 pages, 10 figures

R2 v1 2026-07-01T08:43:46.771Z