CLLGApr 14, 2021

WARM: A Weakly (+Semi) Supervised Model for Solving Math word Problems

arXiv:2104.06722v21 citations
AI Analysis

This addresses the challenge of expensive equation annotation for math word problem solving, particularly benefiting natural language processing applications in education and low-resource languages like Hindi.

The paper tackles the problem of solving math word problems with reduced supervision by proposing a weakly supervised model that requires only final answers instead of intermediate equations, achieving accuracy gains of 4.5% on Math23K and 32% on AllArith over state-of-the-art weakly supervised methods.

Solving math word problems (MWPs) is an important and challenging problem in natural language processing. Existing approaches to solve MWPs require full supervision in the form of intermediate equations. However, labeling every MWP with its corresponding equations is a time-consuming and expensive task. In order to address this challenge of equation annotation, we propose a weakly supervised model for solving MWPs by requiring only the final answer as supervision. We approach this problem by first learning to generate the equation using the problem description and the final answer, which we subsequently use to train a supervised MWP solver. We propose and compare various weakly supervised techniques to learn to generate equations directly from the problem description and answer. Through extensive experiments, we demonstrate that without using equations for supervision, our approach achieves accuracy gains of 4.5% and 32% over the state-of-the-art weakly supervised approach, on the standard Math23K and AllArith datasets respectively. Additionally, we curate and release new datasets of roughly 10k MWPs each in English and in Hindi (a low resource language).These datasets are suitable for training weakly supervised models. We also present an extension of WARMM to semi-supervised learning and present further improvements on results, along with insights.

Foundations

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

Your Notes