AIAny

GPT-4 Technical Report

A multimodal model that accepts image and text inputs and returns text, scoring at human level on professional exams — including a bar exam in the top 10%. Its performance was forecast from models using 1/1000th the compute, showing predictable scaling.

Introduction

The most consequential sentence in the GPT-4 report isn't about the bar exam — it's that OpenAI predicted GPT-4's performance from models trained with less than 1/1,000th of its compute. Reliable scaling forecasting turns frontier training from a gamble into engineering, and that infrastructure claim matters as much as any benchmark. Just as telling is what the report omits: architecture, model size, dataset, and training method are all withheld.

Key Capabilities
  • Multimodal input. GPT-4 accepts interleaved text and images and reasons over both, though it produces only text output.
  • Exam-level performance. Human-level or better across a broad battery of professional and academic tests (bar exam ~top 10%, GRE, AP suites) — a shift from NLP benchmarks toward human credential exams as the yardstick.
  • Predictable scaling. Loss and some capabilities were extrapolated accurately from far smaller runs, validating scaling-law-driven development.
  • Alignment via post-training. RLHF-style post-training improved factuality and adherence to intended behavior over the raw pretrained model.
Great Fit If

Read it for the scaling-prediction methodology and the safety-and-evaluation framing that set the template for later frontier-model reports. Look elsewhere if you want reproducibility or architecture details — this is a capabilities-and-safety report, not a recipe — or independent benchmark numbers, since the results are OpenAI's own.

Information

  • Websitearxiv.org
  • OrganizationsOpenAI
  • AuthorsJosh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat
  • Published date2023/03/14

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

Transfers RL-induced policy shifts from a smaller 'weak' teacher to a stronger target by using the teacher's post-/pre-RL log-ratio as a dense implicit reward applied on the student's on-policy states. Enables reuse of RL supervision without running RL rollouts on the target, improving sample/time efficiency.

Introduces KronQ, a post-training quantization framework that incorporates gradient covariance via a Kronecker‑factored Hessian to guide input/output weight rotations and sensitivity-driven mixed-precision allocation. Demonstrates stable 2-bit weight-only quantization on LLaMA-3-70B (7.93 PPL).