CLAILGJun 18, 2024

Mathador-LM: A Dynamic Benchmark for Mathematical Reasoning on Large Language Models

arXiv:2406.12572v325 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the issue of reliable benchmarking for mathematical reasoning in AI, though it is incremental as it builds on existing benchmark concepts.

The authors tackled the problem of evaluating mathematical reasoning in large language models by introducing Mathador-LM, a dynamic benchmark that generates instances to prevent test-set leakage, and found that current models perform poorly, scoring significantly lower than average 3rd graders.

We introduce Mathador-LM, a new benchmark for evaluating the mathematical reasoning on large language models (LLMs), combining ruleset interpretation, planning, and problem-solving. This benchmark is inspired by the Mathador game, where the objective is to reach a target number using basic arithmetic operations on a given set of base numbers, following a simple set of rules. We show that, across leading LLMs, we obtain stable average performance while generating benchmark instances \emph{dynamically}, following a target difficulty level. Thus, our benchmark alleviates concerns about test-set leakage into training data, an issue that often undermines popular benchmarks. Additionally, we conduct a comprehensive evaluation of both open and closed-source state-of-the-art LLMs on Mathador-LM. Our findings reveal that contemporary models struggle with Mathador-LM, scoring significantly lower than average 3rd graders. This stands in stark contrast to their strong performance on popular mathematical reasoning benchmarks. The implementation of Mathador-LM benchmark is available at \href{https://github.com/IST-DASLab/Mathador-LM}{github.com/IST-DASLab/Mathador-LM}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes