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 16 GB, 507-file PhD‑level cybersecurity knowledge base for training and evaluating security-focused LLMs and automation. Covers offensive/defensive/forensics/cloud/iot and AI-security across 30+ domains with real-world labs and framework mappings.

Hugging Face

Structured dataset for training and evaluating LLM agentic behavior: function-calling conversations, JSON-mode structured outputs, and extraction samples for teaching models to generate tool calls and strict structured responses. Includes single-turn and multi-turn scenarios across several configs.

Hugging Face

A multi-task English NLU benchmark for evaluating models across nine tasks (acceptability, sentiment, paraphrase, similarity, and various NLI setups), with a diagnostic evaluation set and an online leaderboard to compare generalization and transfer learning.