Foundation of Intelligence: Review of Math Word Problems from Human Cognition Perspective
Zhenya Huang, Jiayu Liu, Xin Lin, Zhiyuan Ma, Shangzi Xue, Tong Xiao, Qi Liu, Yee Whye Teh, Enhong Chen
TL;DR
The paper analyzes math word problem solving through five human cognitive abilities: Problem Understanding, Logical Organization, Associative Memory, Critical Thinking, and Knowledge Learning. It surveys neural-network solvers and large language model (LLM) approaches, detailing methods that instantiate each cognitive capability and how these methods fare on common benchmarks. A unified re-evaluation across five MWP datasets highlights the relative strengths of tree/DAG-based reasoning, memory augmentation, and tool-enabled computation, with LLMs often outperforming traditional NN-based models. Beyond MWPs, the work surveys geometry problem solving and automatic theorem proving to illustrate how cognitive-style reasoning can scale to broader mathematical tasks, and it releases a public repository for reproducibility. The findings suggest that enhancing higher-order cognitive abilities and tool integration in both small models and LLMs is key to advancing robust mathematical reasoning in AI.
Abstract
Math word problem (MWP) serves as a fundamental research topic in artificial intelligence (AI) dating back to 1960s. This research aims to advance the reasoning abilities of AI by mirroring the human-like cognitive intelligence. The mainstream technological paradigm has evolved from the early rule-based methods, to deep learning models, and is rapidly advancing towards large language models. However, the field still lacks a systematic taxonomy for the MWP survey along with a discussion of current development trends. Therefore, in this paper, we aim to comprehensively review related research in MWP solving through the lens of human cognition, to demonstrate how recent AI models are advancing in simulating human cognitive abilities. Specifically, we summarize 5 crucial cognitive abilities for MWP solving, including Problem Understanding, Logical Organization, Associative Memory, Critical Thinking, and Knowledge Learning. Focused on these abilities, we review two mainstream MWP models in recent 10 years: neural network solvers, and LLM based solvers, and discuss the core human-like abilities they demonstrated in their intricate problem-solving process. Moreover, we rerun all the representative MWP solvers and supplement their performance on 5 mainstream benchmarks for a unified comparison. To the best of our knowledge, this survey first comprehensively analyzes the influential MWP research of the past decade from the perspective of human reasoning cognition and provides an integrative overall comparison across existing approaches. We hope it can inspire further research in AI reasoning. Our repository is released on https://github.com/Ljyustc/FoI-MWP.
