CLApr 19, 2025

Meta-rater: A Multi-dimensional Data Selection Method for Pre-training Language Models

arXiv:2504.14194v418 citationsh-index: 7Has CodeACL
Originality Incremental advance
AI Analysis

This addresses the need for more transparent and effective data selection in LLM pre-training, offering a scalable solution for researchers and practitioners, though it is incremental over existing methods.

The paper tackles the problem of selecting high-quality data for pre-training language models by proposing a multi-dimensional evaluation method, which doubles convergence speed for 1.3B parameter models and improves downstream task performance by 3.23.

The composition of pre-training datasets for large language models (LLMs) remains largely undisclosed, hindering transparency and efforts to optimize data quality, a critical driver of model performance. Current data selection methods, such as natural language quality assessments, diversity-based filters, and classifier-based approaches, are limited by single-dimensional evaluation or redundancy-focused strategies. To address these gaps, we propose four dimensions to evaluate data quality: professionalism, readability, reasoning, and cleanliness. We further introduce Meta-rater,a multi-dimensional data selection method that integrates these dimensions with existing quality metrics through learned optimal weightings. Meta-rater employs proxy models to train a regression model that predicts validation loss, enabling the identification of optimal combinations of quality scores. Experiments demonstrate that Meta-rater doubles convergence speed for 1.3B parameter models and improves downstream task performance by 3.23, with advantages that scale to models as large as 7.2B parameters. Our work establishes that holistic, multi-dimensional quality integration significantly outperforms conventional single-dimension approaches, offering a scalable paradigm for enhancing pre-training efficiency and model capability. To advance future research, we release scripts, data, and models at https://github.com/opendatalab/Meta-rater.

Foundations

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

Your Notes