CLAug 9, 2022

Limitations of Language Models in Arithmetic and Symbolic Induction

arXiv:2208.05051v1265 citationsh-index: 69
Originality Incremental advance
AI Analysis

This work addresses the problem of understanding and improving the reasoning capabilities of language models for researchers in AI and NLP, though it is incremental as it builds on prior findings about model limitations.

The paper investigates the limitations of large pretrained language models in performing basic symbolic manipulation tasks like copy, reverse, and addition, finding that performance drops with increased symbols or repetitions, and introduces a 'tutor' method that achieves 100% accuracy in out-of-distribution and repeating symbol scenarios.

Recent work has shown that large pretrained Language Models (LMs) can not only perform remarkably well on a range of Natural Language Processing (NLP) tasks but also start improving on reasoning tasks such as arithmetic induction, symbolic manipulation, and commonsense reasoning with increasing size of models. However, it is still unclear what the underlying capabilities of these LMs are. Surprisingly, we find that these models have limitations on certain basic symbolic manipulation tasks such as copy, reverse, and addition. When the total number of symbols or repeating symbols increases, the model performance drops quickly. We investigate the potential causes behind this phenomenon and examine a set of possible methods, including explicit positional markers, fine-grained computation steps, and LMs with callable programs. Experimental results show that none of these techniques can solve the simplest addition induction problem completely. In the end, we introduce LMs with tutor, which demonstrates every single step of teaching. LMs with tutor is able to deliver 100% accuracy in situations of OOD and repeating symbols, shedding new insights on the boundary of large LMs in induction.

Foundations

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

Your Notes