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

Evaluates retrievers and search agents on synthetic multi-hop questions that require assembling a complete set of supporting evidence. Provides English and Russian variants (395 questions each), a fixed dense index embedded with Qwen3-Embedding-8B, and BrowseComp-Plus evaluation integrations.

Hugging Face

Provides re-annotated academic video instruction data for captioning, video QA, and fine-grained motion understanding; rewrites short answers and concise captions into evidence-grounded, instruction-following responses and supplies JSONL annotation files (original videos not included).

Hugging Face

Provides 324 Russian short-answer web-search tasks with gold supporting documents to evaluate fixed-index retrievers and search agents. Tasks span eight topical categories and five retrieval challenge types (multihop, structured evidence, temporal, entity disambiguation, comparative) and use a Qwen3-Embedding-8B index for evaluation.