paper-with-me

홈 › Papers

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

2024-06-18 · Eldar Kurtic, Amir Moeini, Dan Alistarh

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}.

📄 PDF Abstract BibTeX arXiv:2406.12572

Code (1)

ist-daslab/mathador-lm 공식 구현

Tasks

Mathematical Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

DynaSolidGeo: A Dynamic Benchmark for Genuine Spatial Mathematical Reasoning of VLMs in Solid Geometry

2025-10-25 · Changti Wu, Shijie Lian, Zihao Liu, Lei Zhang 외 arxiv

Solid geometry problem solving demands spatial mathematical reasoning that integrates spatial intelligence and symbolic reasoning. However, most existing multimodal mathematical reasoning benchmarks focus primarily on 2D…

Mathematical ReasoningSpatial Reasoning

UGMathBench: A Diverse and Dynamic Benchmark for Undergraduate-Level Mathematical Reasoning with Large Language Models

2025-01-23 · Xin Xu, Jiaxin Zhang, Tianhao Chen, Zitong Chao 외

Large Language Models (LLMs) have made significant strides in mathematical reasoning, underscoring the need for a comprehensive and fair evaluation of their capabilities. However, existing benchmarks often fall short, ei…

Mathematical Reasoning

DynaMath: A Dynamic Visual Benchmark for Evaluating Mathematical Reasoning Robustness of Vision Language Models

2024-10-29 · Chengke Zou, Xingang Guo, Rui Yang, Junyu Zhang 외

The rapid advancements in Vision-Language Models (VLMs) have shown great potential in tackling mathematical reasoning tasks that involve visual context. Unlike humans who can reliably apply solution steps to similar prob…

MathMathematical Reasoning

Dynamical Systems Theory Behind a Hierarchical Reasoning Model

2026-03-24 · Vasiliy A. Es'kin, Mikhail E. Smorkalov arxiv

Current large language models (LLMs) primarily rely on linear sequence generation and massive parameter counts, yet they severely struggle with complex algorithmic reasoning. While recent reasoning architectures, such as…

Rethinking Reasoning Quality in Large Language Models through Enhanced Chain-of-Thought via RL

2025-09-07 · Haoyang He, Zihua Rong, Kun Ji, Chenyang Li 외 arxiv

Reinforcement learning (RL) has recently become the dominant paradigm for strengthening the reasoning abilities of large language models (LLMs). Yet the rule-based reward functions commonly used on mathematical or progra…

Reinforcement Learning