gpt-4-base

gpt-4-base is the pretrained base model of the GPT-4 family — the model as it came out of pretraining, reportedly around August 2022,1 before instruction finetuning or RLHF. It was never released. Unlike code-davinci-002, the GPT-3.5-era base model that sat in the public API for a year, gpt-4-base was only ever reachable through OpenAI’s Researcher Access Program2 — which is why firsthand accounts of it are rare, and why the few that exist (janus’s especially) carry outsized weight in discussions of what RLHF does to a model. See Discussion.

Descendants

Every deployed GPT-4 is a finetune of this model:

In research

OpenAI published evaluations of gpt-4-base in a few places, and it occasionally surfaces in third-party work by researchers with access:

  • The GPT-4 Technical Report reports base-model scores alongside the RLHF’d model on exam benchmarks — “the model’s capabilities on exams appear to stem primarily from the pre-training process”: base 73.7% vs RLHF 74.0%, averaged across exams.3
  • The Superalignment team’s weak-to-strong generalization work (Dec 2023) used “pretrained language models in the GPT-4 family” — no RLHF or instruction tuning — as the strong student being supervised by weaker models.4
  • The Situational Awareness Dataset (NeurIPS 2024) benchmarked gpt-4-base alongside chat models, thanking OpenAI for access to “the GPT-4 model after pretraining but before any additional supervised fine-tuning or RLHF.”2
  • In Oct 2024, Jozdien showed gpt-4-base generates the BIG-Bench canary string verbatim — evidence the eval-protection canary was in the pretraining data — where public GPT-4o wouldn’t.5

Footnotes

  1. GPT-4 System Card (OpenAI, Mar 2023)

  2. Me, Myself, and AI: The Situational Awareness Dataset (SAD) for LLMs (Laine et al., NeurIPS 2024) — access acknowledged via the Researcher Access Program 2

  3. GPT-4 Technical Report (OpenAI, Mar 2023)

  4. Weak-to-strong generalization: eliciting strong capabilities with weak supervision (Burns et al., OpenAI, Dec 2023)

  5. BIG-Bench Canary Contamination in GPT-4 (Jozdien, LessWrong, Oct 22, 2024)