paper-with-me

Papers

Non-Autoregressive Math Word Problem Solver with Unified Tree Structure

2023-05-08 · Yi Bin, Mengqun Han, Wenhao Shi, Lei Wang, Yang Yang, See-Kiong Ng, Heng Tao Shen

Existing MWP solvers employ sequence or binary tree to present the solution expression and decode it from given problem description. However, such structures fail to handle the variants that can be derived via mathematical manipulation, e.g., $(a_1+a_2) * a_3$ and $a_1 * a_3+a_2 * a_3$ can both be possible valid solutions for a same problem but formulated as different expression sequences or trees. The multiple solution variants depicting different possible solving procedures for the same input problem would raise two issues: 1) making it hard for the model to learn the mapping function between the input and output spaces effectively, and 2) wrongly indicating \textit{wrong} when evaluating a valid expression variant. To address these issues, we introduce a unified tree structure to present a solution expression, where the elements are permutable and identical for all the expression variants. We propose a novel non-autoregressive solver, named \textit{MWP-NAS}, to parse the problem and deduce the solution expression based on the unified tree. For evaluating the possible expression variants, we design a path-based metric to evaluate the partial accuracy of expressions of a unified tree. The results from extensive experiments conducted on Math23K and MAWPS demonstrate the effectiveness of our proposed MWP-NAS. The codes and checkpoints are available at: \url{https://github.com/mengqunhan/MWP-NAS}.

📄 PDF Abstract BibTeX arXiv:2305.04556

Code (1)

mengqunhan/mwp-nas 공식 구현 pytorch

Tasks

Mathvalid

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Structure-Unified M-Tree Coding Solver for MathWord Problem

2022-10-22 · Bin Wang, Jiangzhou Ju, Yang Fan, Xinyu Dai 외

As one of the challenging NLP tasks, designing math word problem (MWP) solvers has attracted increasing research attention for the past few years. In previous work, models designed by taking into account the properties o…

Math

Semantically-Aligned Universal Tree-Structured Solver for Math Word Problems

2020-10-14 · EMNLP 2020 11 · Jinghui Qin, Lihui Lin, Xiaodan Liang, Rumin Zhang 외

A practical automatic textual math word problems (MWPs) solver should be able to solve various textual MWPs while most existing works only focused on one-unknown linear MWPs. Herein, we propose a simple but efficient met…

DecoderMathMath Word Problem Solving

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

MWPToolkit: An Open-Source Framework for Deep Learning-Based Math Word Problem Solvers

2021-09-02 · Yihuai Lan, Lei Wang, Qiyuan Zhang, Yunshi Lan 외

Developing automatic Math Word Problem (MWP) solvers has been an interest of NLP researchers since the 1960s. Over the last few years, there are a growing number of datasets and deep learning-based methods proposed for e…

MathMath Word Problem Solving

ArMATH: a Dataset for Solving Arabic Math Word Problems

2022-06-01 · LREC 2022 6 · Reem Alghamdi, Zhenwen Liang, Xiangliang Zhang

This paper studies solving Arabic Math Word Problems by deep learning. A Math Word Problem (MWP) is a text description of a mathematical problem that can be solved by deriving a math equation to reach the answer. Effecti…

Deep LearningMathTransfer Learning