AICLMar 16, 2018

A Meaning-based Statistical English Math Word Problem Solver

arXiv:1803.06064v21095 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of understanding and reasoning in math word problems for natural language processing, though it appears incremental as it builds on existing logic-based methods with statistical models.

The authors tackled the problem of solving English math word problems by introducing MeSys, a meaning-based approach that transforms text into logic forms and uses role-tags to represent quantity contexts, resulting in outperformance over existing systems on benchmark and noisy datasets.

We introduce MeSys, a meaning-based approach, for solving English math word problems (MWPs) via understanding and reasoning in this paper. It first analyzes the text, transforms both body and question parts into their corresponding logic forms, and then performs inference on them. The associated context of each quantity is represented with proposed role-tags (e.g., nsubj, verb, etc.), which provides the flexibility for annotating an extracted math quantity with its associated context information (i.e., the physical meaning of this quantity). Statistical models are proposed to select the operator and operands. A noisy dataset is designed to assess if a solver solves MWPs mainly via understanding or mechanical pattern matching. Experimental results show that our approach outperforms existing systems on both benchmark datasets and the noisy dataset, which demonstrates that the proposed approach understands the meaning of each quantity in the text more.

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