AIAny
Icon for item

Usenet Corpus 1980–2013

Provides deduplicated, sanitized Usenet posts (1980–2013) for language-model pretraining and linguistic research. Includes a ~103.1B-token full corpus (408M posts) with freely downloadable sample files; full corpus access requires a license and PII redaction was applied.

Introduction

Three decades of human-only internet conversation provide a longitudinal training signal that is largely free from contemporary AI contamination — valuable for pretraining, domain adaptation, and historical language studies.

What Sets It Apart
  • Massive, chronologically deep corpus: 103.1 billion tokens across 408,236,288 deduplicated posts spanning 1980–2013, covering 18,347 newsgroups. This breadth captures language, technical jargon, and social norms evolving over time, unlike short-form web snapshots.
  • Curated cleaning and privacy work: A documented two-stage pipeline removed binary attachments, deduplicated by hashed Message-ID, redacted email addresses and sensitive PII, and validated files with a full-corpus scan — enabling safer reuse while preserving reply-quote structure.
  • Licensing split between samples and full corpus: Sample JSONL gzip files (~65K sample rows) are freely downloadable for evaluation and non-commercial experimentation; the full corpus (compressed ~141 GB, 408M posts) is available under a written licensing agreement for institutional or commercial training.
Who It's For and Tradeoffs

Great fit if you need historically grounded, conversational or long-form text for pretraining, domain adaptation, or linguistic research — especially for tasks that benefit from threaded discussion and topic diversity (comp., alt., rec., talk., etc.). Look elsewhere if you require modern web-era social media text, fully open redistribution rights without a license, or guaranteed removal of all potentially sensitive named entities; the release preserves quoted lines and retains curated exclusions (e.g., alt.binaries.*, adult newsgroups removed) and enforces licensing on the full corpus.

Where It Fits

This corpus is most useful as a supplemental pretraining or domain-adaptation resource for LLMs and retrieval systems that need conversational depth, historical language variation, or technical newsgroup data. For benchmarking or small-scale experiments, the freely available sample files provide a low-friction starting point; for production-scale model training, negotiate the licensing terms for full-corpus access.

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.