paper-with-me

Papers

Tree-structured Decoding for Solving Math Word Problems

2019-11-01 · IJCNLP 2019 11 · Qianying Liu, Wenyv Guan, Sujian Li, Daisuke Kawahara

Automatically solving math word problems is an interesting research topic that needs to bridge natural language descriptions and formal math equations. Previous studies introduced end-to-end neural network methods, but these approaches did not efficiently consider an important characteristic of the equation, i.e., an abstract syntax tree. To address this problem, we propose a tree-structured decoding method that generates the abstract syntax tree of the equation in a top-down manner. In addition, our approach can automatically stop during decoding without a redundant stop token. The experimental results show that our method achieves single model state-of-the-art performance on Math23K, which is the largest dataset on this task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Math

Similar Papers 제목 키워드 기반

Graph-to-Tree Neural Networks for Learning Structured Input-Output Translation with Applications to Semantic Parsing and Math Word Problem

2020-04-07 · Findings of the Association for Computational Linguistics 2020 · Shucheng Li, Lingfei Wu, Shiwei Feng, Fangli Xu 외

The celebrated Seq2Seq technique and its numerous variants achieve excellent performance on many tasks such as neural machine translation, semantic parsing, and math word problem solving. However, these models either onl…

DecoderMachine TranslationMathMath Word Problem Solving+2

A Goal-Driven Tree-Structured Neural Model for Math Word Problems

2019-08-10 · Zhipeng Xie and Shichao Sun

Most existing neural models for math word problems exploit Seq2Seq model to generate solution expressions sequentially from left to right, whose results are far from satisfactory due to the lack of goal-driven mechani…

MathMath Word Problem Solving

Hierarchical Attention Decoder for Solving Math Word Problems

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

To answer math word problems (MWPs), models need to formalize equations from the source text of math problems. Recently, the tree-structured decoder has significantly improved model performance on this task by generating…

DecoderMath

An Edge-Enhanced Hierarchical Graph-to-Tree Network for Math Word Problem Solving

2021-11-01 · Findings (EMNLP) 2021 11 · Qinzhuo Wu, Qi Zhang, Zhongyu Wei

Math word problem solving has attracted considerable research interest in recent years. Previous works have shown the effectiveness of utilizing graph neural networks to capture the relationships in the problem. However,…

DecoderMathMath Word Problem SolvingSentence

A Knowledge-Aware Sequence-to-Tree Network for Math Word Problem Solving

2020-11-01 · EMNLP 2020 11 · Qinzhuo Wu, Qi Zhang, Jinlan Fu, Xuanjing Huang

With the advancements in natural language processing tasks, math word problem solving has received increasing attention. Previous methods have achieved promising results but ignore background common-sense knowledge not d…

Common Sense ReasoningDecoderGraph AttentionMath+1