CLAILGJun 7, 2021

Measuring and Improving BERT's Mathematical Abilities by Predicting the Order of Reasoning

arXiv:2106.03921v1721 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing mathematical abilities in generic language models for applications in AI and education, though it is incremental as it builds on existing methods with specific improvements.

The paper tackled the problem of improving BERT's mathematical reasoning abilities by fine-tuning it on a word math dataset and introducing new pretext tasks like Reasoning Order Prediction, achieving significantly better outcomes than data-driven baselines and on-par with tailored models.

Imagine you are in a supermarket. You have two bananas in your basket and want to buy four apples. How many fruits do you have in total? This seemingly straightforward question can be challenging for data-driven language models, even if trained at scale. However, we would expect such generic language models to possess some mathematical abilities in addition to typical linguistic competence. Towards this goal, we investigate if a commonly used language model, BERT, possesses such mathematical abilities and, if so, to what degree. For that, we fine-tune BERT on a popular dataset for word math problems, AQuA-RAT, and conduct several tests to understand learned representations better. Since we teach models trained on natural language to do formal mathematics, we hypothesize that such models would benefit from training on semi-formal steps that explain how math results are derived. To better accommodate such training, we also propose new pretext tasks for learning mathematical rules. We call them (Neighbor) Reasoning Order Prediction (ROP or NROP). With this new model, we achieve significantly better outcomes than data-driven baselines and even on-par with more tailored models. We also show how to reduce positional bias in such models.

Foundations

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

Your Notes