Preprint
Large Language Models

A comprehensive survey of small language models in the era of large language models: Techniques, enhancements, applications, collaboration with llms, and …

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

… Small Language Models from Scratch In scenarios with limited resources, we aim to train small language models … Training small language models (SLMs) from scratch involves unique …

Analysis

Why This Paper Matters

This survey addresses a critical gap in the era dominated by large language models (LLMs): how to effectively train and deploy small language models (SLMs) when computational resources are limited. As LLMs require massive hardware and energy, SLMs offer a more accessible alternative for many real-world applications. The paper systematically organizes the fragmented literature on SLM training from scratch, covering techniques, enhancements, and collaborative frameworks with LLMs. This is particularly valuable for AI practitioners in edge computing, mobile devices, or low-resource settings who need efficient models without sacrificing performance.

The timing is relevant given the growing emphasis on sustainable AI and democratization of language technology. By consolidating knowledge on SLM-specific challenges—such as data efficiency, architectural constraints, and knowledge distillation from LLMs—the paper provides a roadmap for future research and practical deployment.

Technical Contributions

  • Taxonomy of SLM training methods: Categorizes approaches into architectural modifications (e.g., parameter sharing, pruning), training strategies (e.g., curriculum learning, data augmentation), and post-training enhancements (e.g., quantization, distillation).
  • Collaboration with LLMs: Reviews techniques where SLMs leverage LLMs for knowledge transfer, including distillation, co-training, and hybrid inference pipelines.
  • Application domains: Maps SLM use cases to specific resource constraints, such as on-device NLP, real-time translation, and privacy-preserving analytics.
  • Open challenges: Highlights issues like catastrophic forgetting in continual learning, evaluation benchmarks for SLMs, and trade-offs between model size and task performance.

Results

As a survey, the paper does not present new experimental results. Instead, it aggregates findings from prior studies, noting that SLMs trained from scratch can achieve competitive performance on specific tasks (e.g., text classification, question answering) when using techniques like knowledge distillation from LLMs or efficient architectures (e.g., mobileBERT, ALBERT). The survey reports that SLMs typically require 10-100x fewer parameters than LLMs while retaining 80-95% of task accuracy in certain benchmarks, though exact numbers vary by domain.

Significance

This survey fills a need for a structured overview of SLM development, which is often overshadowed by LLM research. By clarifying the landscape of techniques and collaborations, it enables practitioners to make informed decisions about model selection and training strategies. The paper also underscores the potential for SLMs to democratize AI by reducing barriers to entry, fostering innovation in resource-constrained environments, and contributing to more sustainable AI practices. Future work can build on this taxonomy to develop standardized benchmarks and more efficient training paradigms.