SOTAVerified

Solving Math Word Problems with Multi-Encoders and Multi-Decoders

2020-12-01COLING 2020Code Available0· sign in to hype

Yibin Shen, Cheqing Jin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Math word problems solving remains a challenging task where potential semantic and mathematical logic need to be mined from natural language. Although previous researches employ the Seq2Seq technique to transform text descriptions into equation expressions, most of them achieve inferior performance due to insufficient consideration in the design of encoder and decoder. Specifically, these models only consider input/output objects as sequences, ignoring the important structural information contained in text descriptions and equation expressions. To overcome those defects, a model with multi-encoders and multi-decoders is proposed in this paper, which combines sequence-based encoder and graph-based encoder to enhance the representation of text descriptions, and generates different equation expressions via sequence-based decoder and tree-based decoder. Experimental results on the dataset Math23K show that our model outperforms existing state-of-the-art methods.

Tasks

Reproductions