Simple Math Benchmark

Key Insight

The data shows that some small language models (under 0.5B parameters) can demonstrate significant mathematical abilities, challenging the assumption that large parameter counts are required for basic math reasoning. Models tested using this link.

Model Overview

This analysis compares the performance of various language models on mathematical problems, with a focus on compact models:

FlameF0X/MathGPT2 81.9M parameters

The highest performer among tested models, demonstrating remarkable mathematical abilities despite its tiny parameter count. Shows particular strength in addition operations with 58.3% accuracy and subtraction with 57.1% accuracy.

Overall math accuracy: 42.0% on 100 test questions
aquiffoo/aquif-moe-800m 800M parameters

The second best performer, scoring 39.0% overall accuracy. Shows exceptional performance in subtraction (76.2%) and solid performance in addition (54.5%).

Operation strength: 76.2% accuracy on subtraction
GoofyLM/BrainrotLM-Assistant-362M 362M parameters

Shows moderate mathematical abilities with 12.0% overall accuracy. Demonstrates particular strength in division operations (38.9%) and subtraction (22.7%).

Operation strength: 38.9% accuracy on division

Performance Analysis

Chart showing model accuracy by operation type
Figure 1: Accuracy by Mathematical Operation (%)
Chart showing model performance on math problems
Figure 2: Correct vs Incorrect Answers (100 questions each)

Detailed Accuracy Results

Model Addition (+) Subtraction (-) Multiplication (*) Division (/) Exponentiation (**) Overall
MathGPT2 (81.9M) 58.3% 57.1% 45.0% 24.1% 0.0% 42.0%
aquif-moe-800m (800M) 54.5% 76.2% 21.9% 18.2% 0.0% 39.0%
BrainrotLM-Assistant-362M (362M) 0.0% 22.7% 0.0% 38.9% 0.0% 12.0%
gonzalez-v1 5.3% 8.3% 0.0% 0.0% 0.0% 3.0%
VLM-1 (124M) 3.4% 0.0% 0.0% 4.3% 0.0% 2.0%
gpt2 0.0% 7.4% 0.0% 0.0% 0.0% 2.0%
Snowflake-G0-Release 0.0% 0.0% 0.0% 0.0% 0.0% 0.0%

Key Observations

Research Implications

These results challenge conventional wisdom about language model scaling laws for mathematical reasoning capabilities. They suggest that highly specialized, compact models might offer a more efficient approach for specific reasoning tasks compared to general-purpose large models.

Conclusion

This analysis demonstrates that extremely small language models can exhibit significant mathematical reasoning abilities, with models as small as 81.9M parameters showing the ability to solve basic arithmetic problems. The standout performer, MathGPT2 with only 81.9M parameters, achieved an impressive 42.0% accuracy on a diverse set of 100 mathematical questions.

These findings suggest that efficient architectural design and specialized training approaches may be more important than raw parameter count when optimizing for specific reasoning capabilities. This could have significant implications for resource-constrained applications where deploying massive models is impractical.

Future research directions could include investigating what specific architectural choices enable these compact models to perform mathematical operations, and how these insights might be applied to develop more efficient specialized models for other reasoning tasks.