Investigating Numeracy Learning Ability of a Text-to-Text Transfer Model

Published in Arxiv, 2021

Recommended citation: @article{pal2021investigating, title={Investigating Numeracy Learning Ability of a Text-to-Text Transfer Model}, author={Pal, Kuntal Kumar and Baral, Chitta}, journal={arXiv preprint arXiv:2109.04672}, year={2021} } https://arxiv.org/abs/2109.04672

[Paper] – [[CodeData]](https://github.com/kuntalkumarpal/T5Numeracy) – [Video]

Abstract

The transformer-based pre-trained language models have been tremendously successful in most of the conventional NLP tasks. But they often struggle in those tasks where numerical understanding is required. Some possible reasons can be the tokenizers and pre-training objectives which are not specifically designed to learn and preserve numeracy. Here we investigate the ability of text-to-text transfer learning model (T5), which has outperformed its predecessors in the conventional NLP tasks, to learn numeracy. We consider four numeracy tasks: numeration, magnitude order prediction, finding minimum and maximum in a series, and sorting. We find that, although T5 models perform reasonably well in the interpolation setting, they struggle considerably in the extrapolation setting across all four tasks.