Debate Over Data Filtering vs. Selection in Model Training

A heated "filtering vs. selection" debate has broken out in the community over preprocessing strategies for LLM training data. @giffmana argues the issue should be reframed as "data selection" rather than "data filtering": for general-purpose models, nearly all data becomes useful as compute scales up. Simple heuristic filters can remove junk, but they also discard high-value data (e.g., images named by date, seemingly meaningless filenames). Material they cite claims excessive filtering can waste roughly 33% of compute, so unless compute is constrained or the model isn't general-purpose, "smart filtering" should be avoided in favor of selectors targeting specific distributions, with attention to training data distribution and maximizing diversity.

Confirmed

Unconfirmed

Why it matters

2026-08-22 ~ 2026-08-24 · 5 related posts

Primary sources