CLAIFeb 26, 2025

DataMan: Data Manager for Pre-training Large Language Models

arXiv:2502.19363v311 citationsh-index: 21ICLR
Originality Incremental advance
AI Analysis

This addresses the lack of clear guidelines for data selection in LLM pre-training, offering a method to improve efficiency and performance, though it is incremental as it builds on existing scaling laws and quality metrics.

The paper tackles the problem of selecting pre-training data for large language models by introducing DataMan, a data manager that learns quality ratings and domain recognition to annotate a 447B token corpus, resulting in a 1.3B-parameter model trained on 30B tokens that outperforms a baseline with 50% more data in in-context learning, perplexity, and instruction-following.

The performance emergence of large language models (LLMs) driven by data scaling laws makes the selection of pre-training data increasingly important. However, existing methods rely on limited heuristics and human intuition, lacking comprehensive and clear guidelines. To address this, we are inspired by ``reverse thinking'' -- prompting LLMs to self-identify which criteria benefit its performance. As its pre-training capabilities are related to perplexity (PPL), we derive 14 quality criteria from the causes of text perplexity anomalies and introduce 15 common application domains to support domain mixing. In this paper, we train a Data Manager (DataMan) to learn quality ratings and domain recognition from pointwise rating, and use it to annotate a 447B token pre-training corpus with 14 quality ratings and domain type. Our experiments validate our approach, using DataMan to select 30B tokens to train a 1.3B-parameter language model, demonstrating significant improvements in in-context learning (ICL), perplexity, and instruction-following ability over the state-of-the-art baseline. The best-performing model, based on the Overall Score l=5 surpasses a model trained with 50% more data using uniform sampling. We continue pre-training with high-rated, domain-specific data annotated by DataMan to enhance domain-specific ICL performance and thus verify DataMan's domain mixing ability. Our findings emphasize the importance of quality ranking, the complementary nature of quality criteria, and their low correlation with perplexity, analyzing misalignment between PPL and ICL performance. We also thoroughly analyzed our pre-training dataset, examining its composition, the distribution of quality ratings, and the original document sources.

Foundations

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

Your Notes