paper-with-me

홈 › Papers

Template-based math word problem solvers with recursive neural networks

2019-07-17 · AAAI 2019 7 · Lei Wang, Dongxiang Zhang, Jipeng Zhang, Xing Xu, Lianli Gao, Bing Tian Dai, Heng Tao Shen

The design of automatic solvers to arithmetic math word problems has attracted considerable attention in recent years and a large number of datasets and methods have been published. Among them, Math23K is the largest data corpus that is very helpful to evaluate the generality and robustness of a proposed solution. The best performer in Math23K is a seq2seq model based on LSTM to generate the math expression. However, the model suffers from performance degradation in large space of target expressions. In this paper, we propose a template-based solution based on recursive neural network for math expression construction. More specifically, we first apply a seq2seq model to predict a tree-structure template, with inferred numbers as leaf nodes and unknown operators as inner nodes. Then, we design a recursive neural network to encode the quantity with Bi-LSTM and self attention, and infer the unknown operator nodes in a bottom-up manner. The experimental results clearly establish the superiority of our new framework as we improve the accuracy by a wide margin in two of the largest datasets, ie, from 58. 1% to 66. 9% in Math23K and from 62. 8% to 66. 8% in MAWPS.

📄 PDF Abstract BibTeX

Code (1)

lyh-yf/mwptoolkit pytorch

Tasks

Math

Similar Papers 제목 키워드 기반

Explaining Math Word Problem Solvers

2023-07-24 · Abby Newcomb, Jugal Kalita

Automated math word problem solvers based on neural networks have successfully managed to obtain 70-80\% accuracy in solving arithmetic word problems. However, it has been shown that these solvers may rely on superficial…

Math

Learning Fine-Grained Expressions to Solve Math Word Problems

2017-09-01 · EMNLP 2017 9 · Danqing Huang, Shuming Shi, Chin-Yew Lin, Jian Yin

This paper presents a novel template-based method to solve math word problems. This method learns the mappings between math concept phrases in math word problems and their math expressions from training data. For each eq…

MathMath Word Problem Solving

Noun-MWP: Math Word Problems Meet Noun Answers

2022-10-01 · COLING 2022 10 · Taehun Cha, Jaeheun Jung, Donghun Lee

We introduce a new type of problems for math word problem (MWP) solvers, named Noun-MWPs, whose answer is a non-numerical string containing a noun from the problem text. We present a novel method to empower existing MWP …

MathQuestion Answering

The Gap of Semantic Parsing: A Survey on Automatic Math Word Problem Solvers

2018-08-22 · Dongxiang Zhang, Lei Wang, Luming Zhang, Bing Tian Dai 외

Solving mathematical word problems (MWPs) automatically is challenging, primarily due to the semantic gap between human-readable words and machine-understandable logics. Despite the long history dated back to the1960s, M…

MathSemantic ParsingSurvey

Adversarial Examples for Evaluating Math Word Problem Solvers

2021-09-13 · Findings (EMNLP) 2021 11 · Vivek Kumar, Rishabh Maheshwary, Vikram Pudi

Standard accuracy metrics have shown that Math Word Problem (MWP) solvers have achieved high performance on benchmark datasets. However, the extent to which existing MWP solvers truly understand language and its relation…

Adversarial RobustnessMathMath Word Problem SolvingSentence