CLAISep 23, 2024

Target-Aware Language Modeling via Granular Data Sampling

arXiv:2409.14705v127 citationsh-index: 14
Originality Incremental advance
AI Analysis

This addresses the need for cost-effective domain-specific language model pretraining, offering an incremental improvement over existing data sampling methods.

The paper tackles the problem of efficiently pretraining language models for specific domains without sacrificing general performance by using n-gram-based importance sampling to select data. It shows that with only about 1% of the data, models perform comparably to full datasets and outperform random sampling across eight benchmarks for sizes from 125M to 1.5B parameters.

Language model pretraining generally targets a broad range of use cases and incorporates data from diverse sources. However, there are instances where we desire a model that excels in specific areas without markedly compromising performance in other areas. A cost-effective and straightforward approach is sampling with low-dimensional data features, which allows to select large-scale pretraining data for domain-specific use cases. In this work, we revisit importance sampling with n-gram features consisting of multi-granular tokens, which strikes a good balance between sentence compression and representation capabilities. We observed the sampled data to have a high correlation with the target downstream task performance while preserving its effectiveness on other tasks. This leads to the proposed data sampling paradigm where language models can be pretrained more efficiently on selected documents. On eight benchmarks we demonstrate with $\sim$1% of the data, pretrained models perform on par with the full RefinedWeb data and outperform randomly selected samples for model sizes ranging from 125M to 1.5B.

Foundations

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

Your Notes