CLLGApr 28, 2024

TextGram: Towards a better domain-adaptive pretraining

arXiv:2404.18228v1h-index: 3
Originality Incremental advance
AI Analysis

This addresses the need for more efficient and environmentally friendly AI training by reducing carbon footprint and resource usage, though it is incremental as it builds on existing selection strategies.

The paper tackles the problem of reducing computational costs in pre-training large language models by proposing TextGram, a domain-adaptive data selection method that effectively selects essential data from large corpora, showing it works better than other selection methods in text classification tasks.

For green AI, it is crucial to measure and reduce the carbon footprint emitted during the training of large language models. In NLP, performing pre-training on Transformer models requires significant computational resources. This pre-training involves using a large amount of text data to gain prior knowledge for performing downstream tasks. Thus, it is important that we select the correct data in the form of domain-specific data from this vast corpus to achieve optimum results aligned with our domain-specific tasks. While training on large unsupervised data is expensive, it can be optimized by performing a data selection step before pretraining. Selecting important data reduces the space overhead and the substantial amount of time required to pre-train the model while maintaining constant accuracy. We investigate the existing selection strategies and propose our own domain-adaptive data selection method - TextGram - that effectively selects essential data from large corpora. We compare and evaluate the results of finetuned models for text classification task with and without data selection. We show that the proposed strategy works better compared to other selection methods.

Foundations

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

Your Notes