SOTAVerified

Are NLP Models really able to Solve Simple Math Word Problems?

2021-03-12NAACL 2021Code Available1· sign in to hype

Arkil Patel, Satwik Bhattamishra, Navin Goyal

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The problem of designing NLP solvers for math word problems (MWP) has seen sustained research activity and steady gains in the test accuracy. Since existing solvers achieve high performance on the benchmark datasets for elementary level MWPs containing one-unknown arithmetic word problems, such problems are often considered "solved" with the bulk of research attention moving to more complex MWPs. In this paper, we restrict our attention to English MWPs taught in grades four and lower. We provide strong evidence that the existing MWP solvers rely on shallow heuristics to achieve high performance on the benchmark datasets. To this end, we show that MWP solvers that do not have access to the question asked in the MWP can still solve a large fraction of MWPs. Similarly, models that treat MWPs as bag-of-words can also achieve surprisingly high accuracy. Further, we introduce a challenge dataset, SVAMP, created by applying carefully chosen variations over examples sampled from existing datasets. The best accuracy achieved by state-of-the-art models is substantially lower on SVAMP, thus showing that much remains to be done even for the simplest of the MWPs.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
ASDiv-AGTS with RoBERTaExecution Accuracy81.2Unverified
ASDiv-ALSTM Seq2Seq with RoBERTaExecution Accuracy76.9Unverified
ASDiv-AGraph2Tree with RoBERTaExecution Accuracy82.2Unverified
MAWPSGraph2Tree with RoBERTaAccuracy (%)88.7Unverified
MAWPSGTS with RoBERTaAccuracy (%)88.5Unverified
SVAMPGraph2Tree with RoBERTaExecution Accuracy43.8Unverified
SVAMPGTS with RoBERTaExecution Accuracy41Unverified
SVAMPLSTM Seq2Seq with RoBERTaExecution Accuracy40.3Unverified
SVAMPTransformer with RoBERTaExecution Accuracy38.9Unverified

Reproductions