English

Prior-based Noisy Text Data Filtering: Fast and Strong Alternative For Perplexity

Computation and Language 2026-03-04 v4

Abstract

As large language models (LLMs) are pretrained on massive web corpora, careful selection of data becomes essential to ensure effective and efficient learning. While perplexity (PPL)-based filtering has shown strong performance, it suffers from drawbacks: substantial time costs and inherent unreliability of the model when handling noisy or out-of-distribution samples. In this work, we propose a simple yet powerful alternative: a prior-based data filtering method that estimates token priors using corpus-level term frequency statistics, inspired by linguistic insights on word roles and lexical density. Our approach filters documents based on the mean and standard deviation of token priors, serving as a fast proxy to PPL while requiring no model inference. Despite its simplicity, the prior-based filter achieves the highest average performance across 20 downstream benchmarks, while reducing time cost by over 1000x compared to PPL-based filtering. We further demonstrate its applicability to symbolic languages such as code and math, and its dynamic adaptability to multilingual corpora without supervision

Keywords

Cite

@article{arxiv.2509.18577,
  title  = {Prior-based Noisy Text Data Filtering: Fast and Strong Alternative For Perplexity},
  author = {Yeongbin Seo and Gayoung Kim and Jaehyung Kim and Jinyoung Yeo},
  journal= {arXiv preprint arXiv:2509.18577},
  year   = {2026}
}

Comments

ICLR 2026

R2 v1 2026-07-01T05:51:17.932Z