LLM training data

nounalso called training data, parametric knowledge or pre-training data

Definition

LLM training data is the body of text — web crawls, books, code, licensed and forum content — that a language model learns from before release, and it shapes what the model says about a brand without searching, in a way that can’t be edited until the next model is trained.

Updated 5 min read9 cited sources

On this page7 sections

Why it matters for founders and small teams

Most AI answers never trigger a web search, so what a model says about your category comes from what it learned in training — and a brand that barely appeared in that data is a brand the model doesn’t think to recommend. For a small team this is a long game worth starting early, because every consistent mention of you on the open web now is raw material for the next model.

What data are large language models trained on?#

Large language models are trained mainly on filtered web crawls, plus books, code, encyclopedias, forum discussions and licensed content — the GPT-3 paper, for example, gave a filtered Common Crawl 60% of the weight in its training mix.

Vendors rarely publish full data recipes any more, so the clearest public example is still OpenAI’s GPT-3 paper from 2020. Its training mix:

DatasetWhat it isWeight in the mix
Common Crawl (filtered)A broad web crawl, quality-filtered60%
WebText2Web pages linked from Reddit posts22%
Books1 and Books2Two internet-based book corpora16% (8% each)
WikipediaEnglish-language Wikipedia3%

Two things stand out. Web crawl dominates, and Common Crawl — a free corpus of “over 300 billion pages spanning 15 years” — sits under many open training datasets. And quality is weighted, not just volume: the paper sampled datasets it judged higher quality more often, which is how a Reddit-curated set of pages outweighed its size. Licensing has since formalized that value: in February 2024 Google announced access to Reddit’s Data API to “display, train on, and otherwise use” Reddit content (Google).

Training data vs retrieval: what's the difference for my brand?#

Training data is what a model memorized before release and can’t be edited until the next model ships, while retrieval is what it looks up at answer time from a search index — so training shapes unprompted recommendations, and retrieval shapes answers that cite sources.

Training data (parametric knowledge)Retrieval
When it’s collectedBefore the model’s knowledge cutoffAt the moment of the question
Which answers use itMost — ChatGPT and Claude searched on only about a third of prompts in 2026 testsCurrent, specific, product-level questions
Shows citations?NoYes
How fast you can change itMonths to years — at the next modelDays to weeks — at the next crawl
Crawlers that collect itGPTBot, ClaudeBot, Google-Extended (a token, not a bot), CCBotOAI-SearchBot, Claude-SearchBot, PerplexityBot, Googlebot

The two are separate on purpose. OpenAI, Anthropic and Google each split training from search into different robots.txt tokens, so you can opt out of one without touching the other. See retrieval-augmented generation for how the retrieval side works.

Rankbox framework

The Parametric Footprint Map

A way to audit how much of your brand a future model can learn, by checking the five kinds of sources training sets are built from. Mark each one present, thin or missing, then fill the gaps from the top of the list you can control.

  1. 01

    Your own site

    Crawlable by training bots, with a clear, consistent statement of what you do. Check: robots.txt rules for GPTBot, ClaudeBot, Google-Extended and CCBot, and whether your homepage says what you do in one sentence.

  2. 02

    Reference sources

    Encyclopedias, industry directories and databases where you’re genuinely notable. Check: search for your brand on the reference sites your industry uses.

  3. 03

    Publications

    Trade press, newsletters and podcasts with transcripts. Check: count the independent articles that mention you by name in the past year.

  4. 04

    Communities

    Reddit, forums and Q&A sites, where real users describe you in their own words. Check: search Reddit for your brand and for your category’s main questions.

  5. 05

    Reviews and marketplaces

    Review sites, app stores and marketplaces. Check: whether your listings exist and match your current positioning and pricing.

How to use it: The map shows where your brand is thin before the next model is trained on the web. Your own site is the one row you can fix today; community and publication presence take months to build and can’t be bought quickly, so start them now rather than after a launch.

Free to use and adapt. If you cite it, link to rankbox.xyz/glossary/llm-training-data.

Should you block AI training crawlers?#

Block AI training crawlers only if keeping your content out of future models matters more than being known to them. Brands that want to be recommended usually allow them — and blocking GPTBot or ClaudeBot doesn’t remove you from AI search, though disallowing Google-Extended also ends Gemini-app grounding.

  • GPTBotYour callModel trainingHonors robots.txt

    Collects content that may train OpenAI’s models. Independent of OAI-SearchBot, which controls ChatGPT search.

  • ClaudeBotYour callModel trainingHonors robots.txt

    Collects public content that may train future Claude models. Blocking it doesn’t affect Claude’s search, which uses Claude-SearchBot and Claude-User.

  • Google-ExtendedYour callModel trainingHonors robots.txt

    A robots.txt token for Gemini training and grounding in the Gemini app and Vertex AI. It doesn’t affect Google Search or AI Overviews.

  • CCBotYour callOtherHonors robots.txt

    Common Crawl’s crawler. Its free web archive is a common ingredient in open training datasets.

Blocking training is a real trade-off. Most answers never search, so opting out keeps your future content out of the majority of answers. If your content is your product — a publisher, a paid dataset — that can be the right call. If you sell software or services and want to be recommended, being learned is usually the point. The free AI robots.txt generator makes each choice explicit, and GPTBot, ClaudeBot and Google-Extended each have their own entry.

How do you get your brand into LLM training data?#

Get your brand into LLM training data by being described consistently, and often, in the open web sources training sets draw from: your own crawlable site, publications, reference sites, forums and review platforms — ideally in the same words everywhere.

  • Keep your own site crawlable by training bots if you want it learned, with a plain-language description of what you do on the homepage and About page.
  • Use one consistent description. The same name, category and one-line positioning across your site, profiles and directories. Repetition is how a pattern gets learned.
  • Earn discussion in communities. Reddit content is licensed to Google for training, and GPT-3’s WebText2 was built from Reddit-linked pages. Genuinely useful answers in threads about your category count — see Reddit SEO.
  • Get covered by publications and reference sites where you’re genuinely notable. See digital PR and brand mentions.
  • Publish things worth quoting. Original data and first-hand guides get cited and repeated across the web, multiplying the mentions a crawler sees.

Sources

  1. 1.Language Models are Few-Shot LearnersBrown et al., OpenAI, 2020 · arxiv.org
  2. 2.Common CrawlCommon Crawl Foundation · commoncrawl.org
  3. 3.CCBotCommon Crawl Foundation · commoncrawl.org
  4. 4.An expanded partnership with RedditGoogle · blog.google
  5. 5.Overview of OpenAI crawlersOpenAI · developers.openai.com
  6. 6.Does Anthropic crawl data from the web, and how can site owners block the crawler?Anthropic Help Center · support.claude.com
  7. 7.Google's common crawlers (Google-Extended)Google Crawling Infrastructure · developers.google.com
  8. 8.State of AEO 2026Profound (Josh Blyskal) · joshblyskal.com
  9. 9.ChatGPT search insightsSemrush · semrush.com

Know someone who’d find this useful? Send it their way.

Written by

Rankbox Team

The team behind Rankbox. We study how ChatGPT, Perplexity, Gemini, and Google AI Overviews choose their sources, and publish what we learn so you can put it to work.

See which AI answers cite you today

Enter your site to see how often ChatGPT, Perplexity, Gemini, and Google cite your brand, and exactly what to publish next.

No credit card required · Free 7-day trial