GPT Series

63 beliefs (63 IN, 0 OUT)

The GPT Series topic in this knowledge base traces the full lineage of OpenAI's generative pre-trained transformer models from GPT-1 (117M parameters, 2018) through GPT-5 (August 2025), alongside open-source derivatives like GPT-J (gpt-j-6b-parameters-eleutherai-2021) and GPT-NeoX (c2023-models-tested-gpt2-neox-llama-gpt3), and the consumer product layer that built on them. The series matters because it established the dominant architectural and scaling paradigm for large language models: next-token prediction via self-supervised learning (gpt-pretraining-objective-next-token), with each generation introducing a qualitatively new capability tier. GPT-2 demonstrated zero-shot multitask learning at 1.5 billion parameters trained on WebText (gpt2-15b-params-webtext-40gb-feb-2019, zero-shot-multitask-demonstrated-gpt2), GPT-3 showed that few-shot in-context learning emerges at 175 billion parameters without task-specific fine-tuning (gpt3-few-shot-2020), GPT-4 added multimodal input (gpt-4-released-march-2023-multimodal, gpt4-multimodal-input-text-only-output-gpt4o-full-multimodal), GPT-4o extended to full bidirectional multimodality including audio (gpt4o-text-image-audio), and GPT-5 introduced a routing mechanism that selects between fast and reasoning models per task (gpt5-router-fast-vs-reasoning, gpt-5-router-aug-2025). ChatGPT, launched November 30, 2022 on GPT-3.5 (chatgpt-launched-nov-30-2022), sits in OpenAI's layered product stack above the foundation models alongside specialized tools like DALL-E, Codex, and Sora (openai-product-stack-foundation-specialized-agents-consumer).

Several threads connect across these beliefs. The U-shaped performance curve in multi-document question answering, where accuracy peaks at the beginning and end of context and dips in the middle, is a robust finding across GPT-3.5-Turbo, GPT-4, and non-GPT models alike (liu-2023-u-shaped-curve-finding, llm-u-shaped-performance-curve-universal, gpt35-30doc-mid-context-penalty, gpt4-20doc-accuracy-range), and in the worst case GPT-3.5-Turbo actually scores below its closed-book baseline when the relevant document is mid-context (liu-2023-closed-book-below-mid-context). Fine-tuning remains essential even at 175B scale, lifting MNLI accuracy from 40.6% to 89.5% (gpt3-finetune-mnli-40-6-to-89-5), while GPT-4 still trails human fact-checkers at roughly 71% accuracy (gpt4-fact-checking-71pct-below-human, gpt4-factchecking-accuracy-71-percent-below-human) and exhibits a 13% self-inconsistency rate on Commonsense QA (gpt4-13pct-inconsistency-commonsense-qa) and 32% on FaVIQ (xu2024-gpt4-faviq-32pct-inconsistency). Context windows have expanded roughly 10,000-fold from GPT-2's 1,024 tokens to Llama 4 Scout's 10 million (context-windows-expanded-10000x-in-seven-years), a growth that paralleled the evolution of inference memory management from basic KV caching to PagedAttention-style virtual memory paging (inference-memory-management-recapitulates-os-evolution). Open-source variants like GPT-J and GPT-NeoX share architectural details such as parallel attention-plus-MLP blocks with SwiGLU activations (gptj-gptneox-parallel-attn-mlp-swiglu), and their performance in downstream tasks scales with base-model instruction-following ability, as MeLLo scores show (melllo-gpt35-vs-gptj-scores).

Most beliefs in this group are factual premises: parameter counts, release dates, training data specifications, benchmark scores, and architectural details (gpt2-768-dim-12-heads-64-dhead, gpt-3-175b-few-shot-zero-shot, gpt4-technical-report-arxiv-2303-08774). A smaller set is interpretive or derived. The claim that the GPT series demonstrated exponential capability emergence across four generations (gpt-series-demonstrated-exponential-capability-emergence) is a synthesis over individual model facts. The observation that frontier models are converging on multimodal agentic capabilities (frontier-models-converging-on-multimodal-agentic-capabilities) and that inference memory management recapitulates operating-system evolution (inference-memory-management-recapitulates-os-evolution) are analogical inferences drawn from the factual premises. The memorization-as-attack-surface belief (memorization-creates-attack-surface-for-training-poisoning) extends a measured 1-7% duplication rate in GPT-2 into a plausible but unproven security mechanism. The trademark belief (gpt-trademark-generic-descriptive-us) is a legal-status fact rather than a technical claim. The belief that Claude is architecturally and organizationally distinct from the GPT lineage (claude-classified-distinct-from-gpt-lineage) and the note that Claude and GPT-3.5 share a tokenizer (claude-gpt35-same-tokenizer) serve as boundary markers, clarifying what falls inside and outside the GPT series proper. All beliefs in this topic are currently marked IN; none have been retracted, so there are no withdrawn claims whose absence would require explanation.