Text Quality-Based Pruning for Efficient Training of Language Models
This addresses the resource-intensive training process for language models, offering a domain-specific solution for more efficient NLP training.
The paper tackles the problem of computationally heavy training for language models by proposing a method to evaluate text quality and prune low-quality instances, resulting in improved training efficiency with concrete gains such as 0.9% accuracy improvement using 40% less data and 42% faster training on OpenWebText.
In recent times training Language Models (LMs) have relied on computationally heavy training over massive datasets which makes this training process extremely laborious. In this paper we propose a novel method for numerically evaluating text quality in large unlabelled NLP datasets in a model agnostic manner to assign the text instances a "quality score". By proposing the text quality metric, the paper establishes a framework to identify and eliminate low-quality text instances, leading to improved training efficiency for LM models. Experimental results over multiple models and datasets demonstrate the efficacy of this approach, showcasing substantial gains in training effectiveness and highlighting the potential for resource-efficient LM training. For example, we observe an absolute accuracy improvement of 0.9% averaged over 14 downstream evaluation tasks for multiple LM models while using 40% lesser data and training 42% faster when training on the OpenWebText dataset and 0.8% average absolute accuracy improvement while using 20% lesser data and training 21% faster on the Wikipedia dataset.