NumGLUE: A Suite of Fundamental yet Challenging Mathematical Reasoning Tasks
Swaroop Mishra, Arindam Mitra, Neeraj Varshney, Bhavdeep Sachdeva, Peter Clark, Chitta Baral, Ashwin Kalyan
TL;DR
NumGLUE introduces a multi-task benchmark of eight arithmetic-focused tasks totaling ~100K questions to probe robust numerical reasoning in language. It combines four novel datasets with four existing ones and shows that current SOTA models struggle compared to humans, even with fine-tuning, indicating a fundamental barrier to generalized arithmetic understanding. The authors propose a memory-augmented Ex-NumNet with external knowledge retrieval (MATH KB/IR) and demonstrate a 3.4% average gain from multi-task joint training over task-specific models, highlighting transfer across related arithmetic tasks. This work establishes a challenging, cross-task platform that encourages robust numeric reasoning within language and points toward broader mathematical reasoning capabilities.
Abstract
Given the ubiquitous nature of numbers in text, reasoning with numbers to perform simple calculations is an important skill of AI systems. While many datasets and models have been developed to this end, state-of-the-art AI systems are brittle; failing to perform the underlying mathematical reasoning when they appear in a slightly different scenario. Drawing inspiration from GLUE that was proposed in the context of natural language understanding, we propose NumGLUE, a multi-task benchmark that evaluates the performance of AI systems on eight different tasks, that at their core require simple arithmetic understanding. We show that this benchmark is far from being solved with neural models including state-of-the-art large-scale language models performing significantly worse than humans (lower by 46.4%). Further, NumGLUE promotes sharing knowledge across tasks, especially those with limited training data as evidenced by the superior performance (average gain of 3.4% on each task) when a model is jointly trained on all the tasks as opposed to task-specific modeling. Finally, we hope that NumGLUE will encourage systems that perform robust and general arithmetic reasoning within language, a first step towards being able to perform more complex mathematical reasoning.
