paper-with-me

홈 › Papers

Solving Arithmetic Word Problems by Scoring Equations with Recursive Neural Networks

2020-09-11 · Klim Zaporojets, Giannis Bekoulis, Johannes Deleu, Thomas Demeester, Chris Develder

Solving arithmetic word problems is a cornerstone task in assessing language understanding and reasoning capabilities in NLP systems. Recent works use automatic extraction and ranking of candidate solution equations providing the answer to arithmetic word problems. In this work, we explore novel approaches to score such candidate solution equations using tree-structured recursive neural network (Tree-RNN) configurations. The advantage of this Tree-RNN approach over using more established sequential representations, is that it can naturally capture the structure of the equations. Our proposed method consists of transforming the mathematical expression of the equation into an expression tree. Further, we encode this tree into a Tree-RNN by using different Tree-LSTM architectures. Experimental results show that our proposed method (i) improves overall performance with more than 3% accuracy points compared to previous state-of-the-art, and with over 15% points on a subset of problems that require more complex reasoning, and (ii) outperforms sequential LSTMs by 4% accuracy points on such more complex problems.

📄 PDF Abstract BibTeX arXiv:2009.05639

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Parsing Algebraic Word Problems into Equations

2015-01-01 · TACL 2015 1 · Rik Koncel-Kedziorski, Hannaneh Hajishirzi, Ashish Sabharwal, Oren Etzioni 외

This paper formalizes the problem of solving multi-sentence algebraic word problems as that of generating and scoring equation trees. We use integer linear programming to generate equation trees and score their likelihoo…

Coreference ResolutionSentence

EquGener: A Reasoning Network for Word Problem Solving by Generating Arithmetic Equations

2018-12-01 · PACLIC 2018 12 · Pruthwik Mishra, Litton J Kurisinkel, Dipti Misra Sharma, Vasudeva Varma

HAWP: a Dataset for Hindi Arithmetic Word Problem Solving

2022-06-01 · LREC 2022 6 · Harshita Sharma, Pruthwik Mishra, Dipti Sharma

Word Problem Solving remains a challenging and interesting task in NLP. A lot of research has been carried out to solve different genres of word problems with various complexity levels in recent years. However, most of t…

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

Solving General Arithmetic Word Problems

2016-08-04 · EMNLP 2015 9 · Subhro Roy, Dan Roth

This paper presents a novel approach to automatically solving arithmetic word problems. This is the first algorithmic approach that can handle arithmetic problems with multiple steps and operations, without depending on …

General ClassificationWorld Knowledge