AIAny
Icon for item

Ultra-FineWeb-L3

Provides L3 refined synthetic training data by converting high-quality web corpora into Q&A pairs and multi-style rewrites; supplies 400B+ English and 200B+ Chinese tokens for late-stage LLM pretraining and decay-phase training.

Introduction

Why this matters

Large curated web corpora still underperform as late-stage pretraining material because their signals are often declarative, style-concentrated, and noisy. Ultra-FineWeb-L3 applies a refinement step—model-driven Q&A pair generation and multi-style rewriting—to convert high-value web documents into clearer, higher-learnability training samples that expose reasoning structure and diverse expression styles.

What Sets It Apart
  • L3 refinement pipeline, not raw crawl: Uses MiniCPM4 and Qwen-30B-A3 to synthesize "original text + multiple Q&A pairs" and multiple rewritten styles (encyclopedic, textbook, blog, abstract), increasing explicit reasoning signals and stylistic coverage.
  • Massive bilingual scale for late-stage training: Delivers over 400B English tokens and over 200B Chinese tokens across QA and multi-style configs, with per-config parquet splits for easy loading in datasets. The Chinese portion is claimed to be the largest open-source Chinese pretraining synthetic corpus to date.
  • Designed for decay/late-phase training: Data is intended to improve learnability and downstream generalization when models are trained in later token budgets (example: MiniCPM5-1B decay phase), avoiding the diminishing returns of raw web text.
Who It's For and Trade-offs

Great fit if you want clearer supervised-like signals extracted from web text for late-stage pretraining or to augment pretraining with structured Q&A and stylistic variants. It suits LLM researchers and engineers focusing on multilingual pretraining, curriculum/decay-phase schedules, or experiments that compare raw vs. synthesized training signals.

Look elsewhere if you need raw crawl diversity (this is a refined synthetic layer built on selected seeds) or strict provenance guarantees for each passage. The dataset is synthetic (model-generated Q&A and rewrites), so evaluations that require purely human-authored corpora or unverifiable provenance may prefer other sources.

Quick dataset facts (from Hugging Face card)
  • Configs: English/Chinese × (QA-Synthetic, Multi-Style-Synthetic). Default config: Ultra-FineWeb-L3-en-QA-Synthetic.
  • Document / token counts (card): Ultra-FineWeb-L3-en-QA ≈ 320.1M docs / 245B tokens; en-Multi-Style ≈ 378.1M docs / 164B tokens; zh-QA ≈ 156.6M docs / 118B tokens; zh-Multi-Style ≈ 203.7M docs / 82B tokens.
  • Format: parquet; license: Apache-2.0.
Practical notes
  • Loading: provided as Hugging Face datasets configs for each language/style; intended to be loaded via datasets.load_dataset and processed with standard tokenizers (the token counts use the MiniCPM5 tokenizer).
  • Use caution when treating synthesized answers as ground-truth; the content is model-generated and optimized for learnability rather than human citation-grade provenance.

Overall, Ultra-FineWeb-L3 is best viewed as a late-stage, high-learnability training layer that trades raw provenance for structured training signal and stylistic diversity—particularly valuable when tuning pretraining curricula or conducting controlled ablation studies on synthetic vs. raw data.

Information

Categories

More Items

Hugging Face

A collection of ready-to-run Hugging Face Jobs OCR scripts that add a markdown column (or structured JSON) to image datasets, with model switching, layout detection, server-mode serving, and per-model options for table/form extraction.

Hugging Face

Provides 115M public GitHub source files (≈873GB of code, ~1TB uncompressed) with per-file metadata (repo, path, language, license). Supports streaming, language/license filtering and full download for training and evaluating code LLMs and code generation models.

Hugging Face

Provides labeled prompts with full-reference answers (including chain-of-thought and code blocks) and per-example metadata to train edge routing/orchestrator models that decide whether to handle inputs locally or route them to larger models. Includes complexity scores, coding/math flags, routing justifications, and an automated override rule; suited for fine-tuning small models (50M–1.5B) for edge deployment.