AIAny
Icon for item

Ultra-FineWeb

High-quality, efficiently verified and filtered web corpus for LLM pretraining — supplies ~1 trillion English tokens and ~120 billion Chinese tokens with English/Chinese Parquet splits. Designed for large-scale pretraining experiments and data-filtering research.

Introduction

Data quality dominates model performance when compute scales are constrained; blindly larger web scrapes often add noise that harms downstream LLMs. Ultra-FineWeb applies a verification-driven filtering pipeline to widely used web corpora to produce a compact, higher-signal pretraining corpus intended to improve LLM learning efficiency per token.

What Sets It Apart
  • Verification-first filtering: uses a low-cost verification strategy to quickly estimate a data subset's impact on LLM training, enabling iterative selection without massive compute. So what? You can prioritize data that demonstrably helps metrics rather than relying on heuristics alone.
  • Lightweight classifier for scale: a fastText-based classifier filters candidate content at web scale, balancing throughput and precision. So what? It makes large-scale filtering (hundreds of billions to trillions of tokens) feasible on modest infrastructure.
  • Large, curated bilingual splits: provides Ultra-FineWeb-en (~1T tokens) and Ultra-FineWeb-zh (~120B tokens) in Parquet format with a content score and source metadata. So what? Researchers can reproduce pretraining mixes and test cross-lingual token-efficiency hypotheses without redoing the costly filtering pipeline.
  • Designed for empirical validation: the dataset release is accompanied by experiments (MiniCPM family) and references to performance-estimation methods, so users can trace how selection choices affected downstream benchmarks.
Who It's For and Tradeoffs

Great fit if you need reproducible, high-signal web data for large-scale pretraining or for building/validating data-filtering pipelines — especially teams training or benchmarking open LLMs (e.g., MiniCPM series). Look elsewhere if your goal is curated domain-specific data (medical/legal) or sentence-level labeled benchmarks; Ultra-FineWeb is optimized for general-purpose pretraining, not fine-grained supervised datasets. Expect tradeoffs: stronger average quality per token but reduced topic coverage compared with unfiltered web dumps, and usage requires attention to constituent datasets' licenses.

Where It Fits

Use Ultra-FineWeb as a pretraining backbone or as a high-quality layer in multi-source mixes (e.g., combine with code or domain corpora). It is also a practical starting point for researchers exploring verification-based selection, classifier-driven filtering, and token-efficiency experiments.

Information

Categories

More Items

Hugging Face

Provides 1.3 billion platform-specific video URLs extracted from CommonCrawl along with crawl metadata (no media included), serving as the source corpus for the LAION-BVD multimodal video dataset; distributed on Hugging Face in Parquet format.

Hugging Face

Provides a public test split of multimodal financial GUI interaction examples for evaluating agents that convert instructions and screenshots into grounded UI actions. Includes step-level screenshots, dialogue history, an OpenAI-style computer_use tool schema, and JSON next-action references; training data available on request.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.