DenseSteer: Steering Small Language Models towards Dense Math Reasoning
About
Large language models (LLMs) demonstrate strong chain-of-thought (CoT) reasoning abilities, while smaller models (<= 3B parameters) significantly underperform on multi-step reasoning tasks. Based on empirical analyses of the Qwen-2.5 model family on math reasoning benchmarks, we find that more proficient reasoning is associated with fewer reasoning steps but higher information density per step, a property we term Dense Reasoning. Motivated by this observation, we propose DenseSteer, a training-free inference-time steering framework that enhances small-model reasoning by modulating internal representations toward dense reasoning patterns. Experiments show that our method yields consistent accuracy improvements without increasing token-level Negative Log-Likelihood, highlighting dense reasoning as an effective structural approach to mathematical problem solving.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Language Understanding | MMLU | MMLU Accuracy64.62 | 147 | |
| Mathematical Reasoning | Mathematical Reasoning Benchmarks (GSM8K, MATH500, AMC, Olympiad Bench, AIME) (test) | GSM8K Accuracy85.3 | 28 | |
| Multi-hop Question Answering | HotpotQA | -- | 10 | |
| Logical reasoning | LogiQA | Accuracy60.22 | 8 | |
| Chain-of-Thought Reasoning | BBH CoT | Accuracy (BBH CoT)54.26 | 3 |