vix.ing · top · new · best · stats · spec

Sample-Efficient Language Modeling with Linear Attention and Lightweight Enhancements

2025/11/04 by Haller, Patrick, Golde, Jonas, Akbik, Alan
Computer Science · #Topic Modeling #Text Readability and Simplification #Natural Language Processing Techniques

paper · doi:10.48550/arxiv.2511.05560

Abstract

We study architectural and optimization techniques for sample-efficient language modeling under the constraints of the BabyLM 2025 shared task. Our model, BLaLM, replaces self-attention with a linear-time mLSTM token mixer and explores lightweight enhancements, including short convolutions, sliding window attention with dynamic modulation, and Hedgehog feature maps. To support training in low-resource settings, we curate a high-quality corpus emphasizing readability and pedagogical structure. Experiments across both STRICT and STRICT-SMALL tracks show that (1) linear attention combined with sliding window attention consistently improves zero-shot performance, and (2) the Muon optimizer stabilizes convergence and reduces perplexity over AdamW. These results highlight effective strategies for efficient language modeling without relying on scale.

Citations

Related