CoolFace
Datasetpublic

midah/ai-data-deals

AI Training Data Deals A small, curated dataset of public AI training data licensing deals — buyers (model developers), sellers (content providers), use case (training / RAG / fine-tuning), pricing mechanism, exclusivity, modality, financial terms when disclosed, and per-field provenance. Provenance Every deal carries the source URL it came from and the exact passage (source_text) that justified the fields. Where financial terms are disclosed, the financial_terms… See the full description on the dataset page: https://huggingface.co/datasets/midah/ai-data-deals.

sourceHugging Facecc-by-4.0updated 5mo agoView on Hugging Face
0likes12downloads
Dataset Card

AI Training Data Deals

A small, curated dataset of public AI training data licensing deals — buyers (model developers), sellers (content providers), use case (training / RAG / fine-tuning), pricing mechanism, exclusivity, modality, financial terms when disclosed, and per-field provenance.

Provenance

Every deal carries the source URL it came from and the exact passage (source_text) that justified the fields. Where financial terms are disclosed, the financial_terms struct preserves the original passage and a confidence level (high, medium, low).

When a field is unset, missing_reasons records why — undisclosed, not_applicable, unknown, or potential_future (for deals that were announced as planned rather than executed). This lets analyses distinguish "this field is missing because we haven't extracted it yet" from "this field is missing because the deal is private."

Sources

Records are aggregated from four sources, deduplicated by canonicalised buyer + seller. The confirmed_by column lists every source that confirmed each deal.

Schema

ColumnTypeNotes
buyerstringCanonicalised model developer (e.g. "OpenAI", "Google")
sellerstringContent provider
datestringYYYY, YYYY-MM, or null
use_casestringtraining, rag, fine_tuning, combined, unknown
pricing_mechanismstringper_unit, aggregate, service, commissioning, open_commons, unknown
exclusivitystringexclusive, non_exclusive, unknown
modalitystringtext, image, audio, video, mixed combinations
financial_termsstruct or null{value, source_url, source_text, confidence}
creator_compensatedbool or nullWhether original creators (not just intermediaries) are paid
missing_reasonslist[struct]Each entry is {field, reason}
source_url, source_textstringProvenance for the deal record itself
ingested_fromstringPipeline source
fetch_datestringWhen the row was last refreshed
confirmed_bylist[string]Sources that independently confirmed this deal

Limitations

  • —Coverage is not exhaustive — only public deals are tracked, and only those reported by one of the four sources above.
  • —Financial terms are reported by the source. They are often imprecise ("undisclosed, multiyear"), estimated by trade analysts, or derived from earnings filings.
  • —Buyer/seller canonicalisation is rule-based, not exhaustive.