What data goes into modern LLM pretraining?
medium- A mix of: (1) filtered CommonCrawl web text (60-80%), (2) high-quality curated corpora — books, Wikipedia, arXiv, StackExchange (5-20%), (3) code — GitHub, competitive programming, docs (5-20%), (4) mathematical text and problem sets.
- Multi-lingual coverage.
- Aggressive deduplication (near-duplicate removal at document, paragraph, and n-gram levels), quality filtering (classifier trained on Wikipedia vs random web), and PII / toxic content removal.
- Data quality > data quantity beyond a point.