Preprint
Large Language Models

A Survey on Small Language Models

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

… This paper has provided an extensive survey of Small Language Models (SLMs), covering a wide range of topics including model architectures, training methodologies, and model …

Analysis

Why This Paper Matters

Small Language Models (SLMs) have gained significant attention as the AI community seeks to democratize access to powerful language processing capabilities. While large models like GPT-4 and LLaMA-3 dominate headlines, their massive computational and memory requirements make them impractical for many real-world applications, especially on edge devices, mobile platforms, and in low-resource settings. This survey arrives at a critical time, providing a structured overview of the rapidly expanding SLM landscape. By systematically cataloging architectures, training methods, and performance characteristics, the paper helps practitioners navigate the trade-offs between model size, speed, and accuracy. It underscores that SLMs are not merely scaled-down versions of large models but often incorporate specialized designs—such as efficient attention mechanisms and knowledge distillation—that enable them to punch above their weight class.

Technical Contributions

The paper's primary technical contribution is its comprehensive taxonomy of SLM approaches:

  • Architectures: Covers lightweight transformer variants (e.g., MobileBERT, DistilBERT), state-space models (e.g., Mamba), and hybrid designs that reduce parameter count while maintaining representational power.
  • Training Methodologies: Details techniques like knowledge distillation (teacher-student frameworks), pruning (structured and unstructured), quantization (post-training and quantization-aware training), and neural architecture search for compact models.
  • Efficiency Metrics: Introduces a unified framework for comparing models based on FLOPs, latency, memory footprint, and task-specific accuracy, enabling apples-to-apples comparisons.
  • Application Domains: Maps SLMs to use cases such as on-device inference, real-time chatbots, and domain-specific tasks (e.g., medical or legal text processing).

Results

While the survey does not present new experimental results, it aggregates findings from numerous studies. Key takeaways include:

  • DistilBERT retains 97% of BERT's performance while being 40% smaller and 60% faster.
  • MobileBERT achieves competitive GLUE scores with only 25 million parameters (vs. BERT-base's 110 million).
  • Quantized models (e.g., 8-bit) can reduce memory usage by 4x with less than 1% accuracy degradation.
  • State-space models like Mamba match transformer performance on language modeling with linear-time inference, making them attractive for long sequences.

Significance

This survey has broad implications for the AI field. By consolidating knowledge about SLMs, it lowers the barrier for researchers and engineers to adopt efficient models, accelerating deployment in resource-constrained environments. It also highlights the growing trend toward model compression and efficient architecture design as a complement to scaling laws. The paper's identification of open challenges—such as maintaining performance under extreme compression and ensuring fairness in smaller models—provides a roadmap for future work. Ultimately, this survey reinforces the idea that bigger is not always better, and that thoughtful design can yield models that are both powerful and practical.