ScalingFilter: Assessing Data Quality through Inverse Utilization of Scaling Laws
Ruihang Li, Yixuan Wei, Miaosen Zhang, Nenghai Yu, Han Hu, Houwen Peng
TL;DR
ScalingFilter introduces a reference-free data quality filter that uses perplexity differences between two meta-models to quantify data quality via a quality factor linked to model scaling laws. By top-k selecting high-quality samples based on this factor, it enables training a 1.3B model on 25B tokens that achieves better zero-shot performance and greater semantic diversity than baselines. The work leverages a theoretical connection between data quality and scaling exponents, and introduces semantic diversity as a robust measure of dataset richness. Overall, ScalingFilter offers a principled, bias-reducing approach to data curation with practical gains in downstream task performance and data diversity, while acknowledging computational costs and limitations related to broader applicability and biases.
Abstract
High-quality data is crucial for the pre-training performance of large language models. Unfortunately, existing quality filtering methods rely on a known high-quality dataset as reference, which can introduce potential bias and compromise diversity. In this paper, we propose ScalingFilter, a novel approach that evaluates text quality based on the perplexity difference between two language models trained on the same data, thereby eliminating the influence of the reference dataset in the filtering process. An theoretical analysis shows that ScalingFilter is equivalent to an inverse utilization of scaling laws. Through training models with 1.3B parameters on the same data source processed by various quality filters, we find ScalingFilter can improve zero-shot performance of pre-trained models in downstream tasks. To assess the bias introduced by quality filtering, we introduce semantic diversity, a metric of utilizing text embedding models for semantic representations. Extensive experiments reveal that semantic diversity is a reliable indicator of dataset diversity, and ScalingFilter achieves an optimal balance between downstream performance and semantic diversity.
