paper-with-me

홈 › Papers

MATES: Model-Aware Data Selection for Efficient Pretraining with Data Influence Models

2024-06-10 · Zichun Yu, Spandan Das, Chenyan Xiong

Pretraining data selection has the potential to improve language model pretraining efficiency by utilizing higher-quality data from massive web data corpora. Current data selection methods, which rely on either hand-crafted rules or larger reference models, are conducted statically and do not capture the evolving data preferences during pretraining. In this paper, we introduce model-aware data selection with data influence models (MATES), where a data influence model continuously adapts to the evolving data preferences of the pretraining model and then selects the data most effective for the current pretraining progress. Specifically, we collect oracle data influence by locally probing the pretraining model and fine-tune a small data influence model to approximate it accurately. The data influence model then predicts data influence over the whole pretraining corpus and selects the most influential data for the next pretraining stage. Experiments of pretraining 410M and 1B models on the C4 dataset demonstrate that MATES significantly outperforms random data selection on extensive downstream tasks. It doubles the gains achieved by the state-of-the-art data selection approach that leverages larger reference models and reduces the total FLOPs required to reach certain performances by half. Further analyses validate the effectiveness of the locally probed oracle data influence and the approximation with data influence models. Our code is open-sourced at https://github.com/cxcscmu/MATES.

📄 PDF Abstract BibTeX arXiv:2406.06046

Code (1)

cxcscmu/mates 공식 구현 pytorch

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

Pythia Pythia is a suite of decoder-only autoregressive language models all trained on public data seen in the exact same order and ranging in size from 70M to 12B parameters. The…

Similar 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 expe…

Data-Efficient Pretraining with Group-Level Data Influence Modeling

2025-02-20 · Zichun Yu, Fei Peng, Jie Lei, Arnold Overwijk 외

Data-efficient pretraining has shown tremendous potential to elevate scaling laws. This paper argues that effective pretraining data should be curated at the group level, treating a set of data points as a whole rather t…

Data Selection for Language Models via Importance Resampling

2023-02-06 · NeurIPS 2023 11 · Sang Michael Xie, Shibani Santurkar, Tengyu Ma, Percy Liang

Selecting a suitable pretraining dataset is crucial for both general-domain (e.g., GPT-3) and domain-specific (e.g., Codex) language models (LMs). We formalize this problem as selecting a subset of a large raw unlabeled …

MIRA: Mid-training Rubric Anchoring for Source-Aware Data Selection

2026-05-28 · Haowen Wang, Yaxin Du, Jian Yang, Jiajun Wu 외 arxiv

Mid-training has become an important stage in modern LLM development, using large-scale curated mixtures to strengthen capabilities before final post-training. Its data selection problem is distinct: the data are optimiz…

GRASP: Geometry-aware Residual Alignment for Scalable Pretraining Data Attribution

2026-06-05 · Yue Min, Ruining Chen, Yujun Li arxiv

Scalable data attribution methods typically assign isolated utility scores to individual training examples. This prevalent additive assumption fundamentally fails to capture critical subset dynamics, including data redun…