\n\n

gor.bio wiki

Open Datasets for Machine Learning: The Essential Landscape

The open datasets that built modern machine learning — ImageNet to Common Crawl — where to find them, their licenses, and how to choose one for your project.

Category: Machine Learning · Created: 2026-08-29 · Updated: 2026-08-29

Illustration: State of AI Art Machine Learning Models
Illustration: State of AI Art Machine Learning Models · Image: The Original Benny C, CC BY-SA 4.0, via Wikimedia Commons.

Modern machine learning was built on a handful of public datasets. ImageNet made computer vision leap forward; Common Crawl and Wikipedia seeded the language models; benchmark sets like GLUE turned model development into a comparable science. Knowing this landscape — and its licenses — is a practical skill for anyone training or evaluating models.

The canonical sets

Licenses are the product

A dataset's license determines what you may train on and ship. The spectrum matters: CC0/public domain (unrestricted), CC-BY (use with attribution), CC-BY-SA (share-alike obligations that can reach derivative models, depending on jurisdiction — contested), CC-BY-NC (no commercial use — a landmine for products), and research-only or custom licenses (Licensing is part of the dataset, not fine print). Models trained on NC data have been pulled from commercial products; checking the license is cheaper than rebuilding.

Choosing one for a project

  1. Define the task and the needed scale; a 10k well-curated set often beats a 10M noisy one (classification accuracy is not linear in raw size).
  2. Check license against your use, including the commercial question.
  3. Check provenance and known biases — every dataset encodes the world that made it (how to open AI training data covers the systemic issues).
  4. Check the eval set is separate and uncontaminated — benchmark leakage is the replication crisis of ML.

Going deeper. Open Data for AGI: Why Public, Free, and Open Datasets Matter by the author of this wiki surveys this landscape in depth — the landmark datasets, their histories, and the case for treating open data as critical infrastructure. Instant download at the author's bookstore.

Tags

bookshop datasets machine learning training data

Related articles

This text may be freely copied, modified, and reused. See Content Reuse.