Target-Aware Language Modeling via Granular Data Sampling
Abstract
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 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.
Cite
@article{arxiv.2409.14705,
title = {Target-Aware Language Modeling via Granular Data Sampling},
author = {Ernie Chang and Pin-Jie Lin and Yang Li and Changsheng Zhao and Daeil Kim and Rastislav Rabatin and Zechun Liu and Yangyang Shi and Vikas Chandra},
journal= {arXiv preprint arXiv:2409.14705},
year = {2024}
}
Comments
Accepted to EMNLP 2024 Main Conference, 9 pages, 6 figures, 3 tables