Zing Forum

Reading

Hidden Bottleneck in Arithmetic Reasoning of Small Language Models: Format Compliance Rather Than Reasoning Ability

Latest research reveals the real reason for the poor performance of small language models in arithmetic tasks: the problem is not the reasoning ability itself, but the difficulty for models to follow strict output format requirements.

小型语言模型算术推理格式合规性模型评估推理能力LLMSLM认知资源
Published 2026-05-02 05:12Recent activity 2026-05-02 09:16Estimated read 5 min
Hidden Bottleneck in Arithmetic Reasoning of Small Language Models: Format Compliance Rather Than Reasoning Ability
1

Section 01

[Introduction] Hidden Bottleneck in Arithmetic Reasoning of Small Language Models: Format Compliance Rather Than Reasoning Ability

Latest research reveals that the core reason for the poor performance of small language models (SLMs) in arithmetic reasoning tasks is not the lack of reasoning ability, but the difficulty in meeting strict output format requirements. Traditional evaluation methods may systematically underestimate the true capabilities of small models due to format constraints, and this finding has important implications for model evaluation, application optimization, and training directions.

2

Section 02

Research Background: The Myth of Small Models' Arithmetic Ability

Against the backdrop of the rapid development of LLMs, SLMs have attracted attention due to their low deployment cost and fast inference speed, but they have long had the problem of poor arithmetic reasoning performance. The traditional view holds that the lack of model capacity leads to reasoning ability defects, while the latest research proposes a new perspective: failures may stem from output format compliance requirements masking true capabilities.

3

Section 03

Experimental Design: Comparative Tests of Strict vs. Loose Formats

The research team selected open-source SLMs with 1B-7B parameters and conducted two groups of experiments on the GSM8K and SVAMP datasets:

Strict Format Group: Required to output reasoning processes and answer markers according to a preset template; Loose Format Group: Only required correct answers with no format restrictions.

4

Section 04

Experimental Evidence: Format Constraints Significantly Reduce Performance

The results show: the average accuracy of the strict format group was only 23%, while the loose group jumped to 61%; more than 70% of the errors in the strict group were format parsing failures, not calculation errors.

5

Section 05

Deep Mechanism: Competition in Cognitive Resource Allocation

Small models have limited parameters; when handling both reasoning and format control, they need to allocate limited cognitive resources, and format control consumes reasoning resources; in addition, the distribution of structured outputs in training data is scarce, leading to weak format capabilities.

6

Section 06

Practical Implications: Optimization Directions for Evaluation and Application

The implications include:

  1. Evaluation level: Treat format compliance as an independent dimension and adopt flexible evaluation strategies;
  2. Application level: Separate reasoning and format conversion (e.g., post-processing modules);
  3. Training level: Increase structured output samples or strengthen format control techniques.
7

Section 07

Limitations and Future Directions

Limitations: The experiments are focused on arithmetic reasoning and need to be verified on other tasks; the impact of input formats was not explored. Future directions: Quantify the resource consumption of format control and explore small model optimization techniques (e.g., knowledge distillation).

8

Section 08

Conclusion: The Key to Unleashing Small Models' Potential

Evaluation methodologies may introduce biases, and the arithmetic problems of small models may be expression problems. Developers may already have stronger small models and need to find the key to unleashing their potential.