paper-with-me

홈 › Papers

Improving Pretraining Data Using Perplexity Correlations

2024-09-09 · Tristan Thrush, Christopher Potts, Tatsunori Hashimoto

Quality pretraining data is often seen as the key to high-performance language models. However, progress in understanding pretraining data has been slow due to the costly pretraining runs required for data selection experiments. We present a framework that avoids these costs and selects high-quality pretraining data without any LLM training of our own. Our work is based on a simple observation: LLM losses on many pretraining texts are correlated with downstream benchmark performance, and selecting high-correlation documents is an effective pretraining data selection method. We build a new statistical framework for data selection centered around estimates of perplexity-benchmark correlations and perform data selection using a sample of 90 LLMs taken from the Open LLM Leaderboard on texts from tens of thousands of web domains. In controlled pretraining experiments at the 160M parameter scale on 8 benchmarks, our approach outperforms DSIR on every benchmark, while matching the best data selector found in DataComp-LM, a hand-engineered bigram classifier.

📄 PDF Abstract BibTeX arXiv:2409.05816

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Can Wikipedia Categories Improve Masked Language Model Pretraining?

2020-07-01 · WS 2020 7 · Diksha Meghwal, Katharina Kann, Iacer Calixto, Stanislaw Jastrzebski

Pretrained language models have obtained impressive results for a large set of natural language understanding tasks. However, training these models is computationally expensive and requires huge amounts of data. Thus, it…

Language ModelingLanguage ModellingNatural Language Understanding

Perplexed by Perplexity: Perplexity-Based Data Pruning With Small Reference Models

2024-05-30 · Zachary Ankner, Cody Blakeney, Kartik Sreenivasan, Max Marion 외

In this work, we investigate whether small language models can determine high-quality subsets of large-scale text datasets that improve the performance of larger language models. While existing work has shown that prunin…

NormFormer: Improved Transformer Pretraining with Extra Normalization

2021-10-18 · Sam Shleifer, Jason Weston, Myle Ott

During pretraining, the Pre-LayerNorm transformer suffers from a gradient magnitude mismatch: gradients at early layers are much larger than at later layers. These issues can be alleviated by our proposed NormFormer arch…

Language ModelingLanguage ModellingMasked Language Modeling

When Less is More: Investigating Data Pruning for Pretraining LLMs at Scale

2023-09-08 · Max Marion, Ahmet Üstün, Luiza Pozzobon, Alex Wang 외

Large volumes of text data have contributed significantly to the development of large language models (LLMs) in recent years. This data is typically acquired by scraping the internet, leading to pretraining datasets comp…

Memorization

Data Weighted Training Strategies for Grammatical Error Correction

2020-08-07 · Jared Lichtarge, Chris Alberti, Shankar Kumar

Recent progress in the task of Grammatical Error Correction (GEC) has been driven by addressing data sparsity, both through new methods for generating large and noisy pretraining data and through the publication of small…

Grammatical Error CorrectionMachine TranslationNMTTranslation