CLOct 14, 2020

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

arXiv:2010.06823v11008 citations
Originality Incremental advance
AI Analysis

This addresses the need for a practical, universal solver for math word problems, though it appears incremental as it builds on existing encoder-decoder frameworks.

The authors tackled the problem of solving various types of math word problems (MWPs) beyond one-unknown linear ones, proposing a semantically-aligned universal tree-structured solver (SAU-Solver) that outperforms state-of-the-art models on multiple datasets.

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 method called Universal Expression Tree (UET) to make the first attempt to represent the equations of various MWPs uniformly. Then a semantically-aligned universal tree-structured solver (SAU-Solver) based on an encoder-decoder framework is proposed to resolve multiple types of MWPs in a unified model, benefiting from our UET representation. Our SAU-Solver generates a universal expression tree explicitly by deciding which symbol to generate according to the generated symbols' semantic meanings like human solving MWPs. Besides, our SAU-Solver also includes a novel subtree-level semanticallyaligned regularization to further enforce the semantic constraints and rationality of the generated expression tree by aligning with the contextual information. Finally, to validate the universality of our solver and extend the research boundary of MWPs, we introduce a new challenging Hybrid Math Word Problems dataset (HMWP), consisting of three types of MWPs. Experimental results on several MWPs datasets show that our model can solve universal types of MWPs and outperforms several state-of-the-art models.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes