paper-with-me

Papers

LogicSolver: Towards Interpretable Math Word Problem Solving with Logical Prompt-enhanced Learning

2022-05-17 · Zhicheng Yang, Jinghui Qin, Jiaqi Chen, Liang Lin, Xiaodan Liang

Recently, deep learning models have made great progress in MWP solving on answer accuracy. However, they are uninterpretable since they mainly rely on shallow heuristics to achieve high performance without understanding and reasoning the grounded math logic. To address this issue and make a step towards interpretable MWP solving, we first construct a high-quality MWP dataset named InterMWP which consists of 11,495 MWPs and annotates interpretable logical formulas based on algebraic knowledge as the grounded linguistic logic of each solution equation. Different from existing MWP datasets, our InterMWP benchmark asks for a solver to not only output the solution expressions but also predict the corresponding logical formulas. We further propose a novel approach with logical prompt and interpretation generation, called LogicSolver. For each MWP, our LogicSolver first retrieves some highly-correlated algebraic knowledge and then passes them to the backbone model as prompts to improve the semantic representations of MWPs. With these improved semantic representations, our LogicSolver generates corresponding solution expressions and interpretable knowledge formulas in accord with the generated solution expressions, simultaneously. Experimental results show that our LogicSolver has stronger logical formula-based interpretability than baselines while achieving higher answer accuracy with the help of logical prompts, simultaneously. The source code and dataset is available at https://github.com/yangzhch6/InterMWP.

📄 PDF Abstract BibTeX arXiv:2205.08232

Code (2)

yangzhch6/intermwp 공식 구현 pytorch
2023-MindSpore-1/ms-code-146 mindspore

Tasks

MathMath Word Problem Solving

Similar Papers 제목 키워드 기반

Towards Interpretable Math Word Problem Solving with Grounded Linguistic Logic Reasoning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Automatically math word problem (MWP) solving is a challenging artificial intelligence task since a machine should be able to not only understand problem comprehensively on linguistics but also the grounded math logic e…

MathMath Word Problem Solving

Sequence to General Tree: Knowledge-Guided Geometry Word Problem Solving

2021-06-02 · ACL 2021 5 · Shih-hung Tsai, Chao-Chun Liang, Hsin-Min Wang, Keh-Yih Su

With the recent advancements in deep learning, neural solvers have gained promising results in solving math word problems. However, these SOTA solvers only generate binary expression trees that contain basic arithmetic o…

Math

Towards Tractable Mathematical Reasoning: Challenges, Strategies, and Opportunities for Solving Math Word Problems

2021-10-29 · Keyur Faldu, Amit Sheth, Prashant Kikani, Manas Gaur 외

Mathematical reasoning would be one of the next frontiers for artificial intelligence to make significant progress. The ongoing surge to solve math word problems (MWPs) and hence achieve better mathematical reasoning abi…

Answer GenerationMathMathematical ReasoningRetrieval

MathQA: Towards Interpretable Math Word Problem Solving with Operation-Based Formalisms

2019-05-30 · NAACL 2019 6 · Aida Amini, Saadia Gabriel, Peter Lin, Rik Koncel-Kedziorski 외

We introduce a large-scale dataset of math word problems and an interpretable neural math problem solver that learns to map problems to operation programs. Due to annotation challenges, current datasets in this domain ha…

MathMath Word Problem Solving

Learning by Applying: A General Framework for Mathematical Reasoning via Enhancing Explicit Knowledge Learning

2023-02-11 · Jiayu Liu, Zhenya Huang, ChengXiang Zhai, Qi Liu

Mathematical reasoning is one of the crucial abilities of general artificial intelligence, which requires machines to master mathematical logic and knowledge from solving problems. However, existing approaches are not tr…

DecoderMathematical Reasoning