Towards Reasoning Ability of Small Language Models
Gaurav Srivastava, Shuxiang Cao, Xuan Wang
TL;DR
ThinkSLM provides the first extensive benchmark to systematically evaluate reasoning in small language models by comparing trained-from-scratch, quantized, pruned, and distilled variants across 17 reasoning tasks. The framework demonstrates that training data quality and alignment strategies often outweigh model size, with quantization preserving reasoning while pruning degrades it significantly. The findings reveal nuanced robustness patterns and caution against overreliance on scale, suggesting a practical path to strong SLM reasoning through structured training and compression. The publicly available ThinkSLM leaderboard offers a benchmark for ongoing progress in SLM reasoning capabilities.
Abstract
Reasoning has long been viewed as an emergent property of large language models (LLMs). However, recent studies challenge this assumption, showing that small language models (SLMs) can also achieve competitive reasoning performance. This paper introduces ThinkSLM, the first extensive benchmark to systematically evaluate and study the reasoning abilities of SLMs trained from scratch or derived from LLMs through quantization, pruning, and distillation. We first establish a reliable evaluation criterion comparing available methods and LLM judges against our human evaluations. Then we present a study evaluating 72 diverse SLMs from six major model families across 17 reasoning benchmarks. We repeat all our experiments three times to ensure a robust assessment. Our findings show that: 1) reasoning ability in SLMs is strongly influenced by training methods and data quality rather than solely model scale; 2) quantization preserves reasoning capability, while pruning significantly disrupts it; 3) larger models consistently exhibit higher robustness against adversarial perturbations and intermediate reasoning, but certain smaller models closely match or exceed the larger models' performance. Our findings challenge the assumption that scaling is the only way to achieve strong reasoning. Instead, we foresee a future where SLMs with strong reasoning capabilities can be developed through structured training or post-training compression. Our ThinkSLM Leaderboard is publicly available at: https://ctrl-gaurav.github.io/thinkslm.github.io/
