English

BabyHGRN: Exploring RNNs for Sample-Efficient Training of Language Models

Computation and Language 2025-10-31 v1

Abstract

This paper explores the potential of recurrent neural networks (RNNs) and other subquadratic architectures as competitive alternatives to transformer-based models in low-resource language modeling scenarios. We utilize HGRN2 (Qin et al., 2024), a recently proposed RNN-based architecture, and comparatively evaluate its effectiveness against transformer-based baselines and other subquadratic architectures (LSTM, xLSTM, Mamba). Our experimental results show that BABYHGRN, our HGRN2 language model, outperforms transformer-based models in both the 10M and 100M word tracks of the challenge, as measured by their performance on the BLiMP, EWoK, GLUE and BEAR benchmarks. Further, we show the positive impact of knowledge distillation. Our findings challenge the prevailing focus on transformer architectures and indicate the viability of RNN-based models, particularly in resource-constrained environments.

Keywords

Cite

@article{arxiv.2412.15978,
  title  = {BabyHGRN: Exploring RNNs for Sample-Efficient Training of Language Models},
  author = {Patrick Haller and Jonas Golde and Alan Akbik},
  journal= {arXiv preprint arXiv:2412.15978},
  year   = {2025}
}

Comments

7 pages, 7 figures and tables, Published in Proceedings of the BabyLM Challenge 2025

R2 v1 2026-06-28T20:43:57.460Z