Preprint
Large Language Models

GPT 2

February 1, 2019

0

Citations

0

Influential Citations

Venue

2019

Year

Abstract

Demonstrates that language models begin to learn various language processing tasks without any explicit supervision.

Analysis

Why This Paper Matters

This paper is a landmark in natural language processing because it demonstrates that a single language model, trained purely on text prediction, can acquire a broad range of linguistic abilities without any explicit supervision. Prior to GPT-2, most NLP systems required task-specific architectures and labeled data. By showing that scaling up model size and data leads to emergent zero-shot capabilities, the authors challenged the field to rethink the role of unsupervised learning.

The paper also sparked widespread debate about the risks of releasing large language models, leading to a staged release strategy. This made GPT-2 a touchstone for discussions on AI safety, ethics, and responsible publication.

Technical Contributions

  • Zero-shot task transfer: GPT-2 is evaluated on tasks like reading comprehension (CoQA), summarization (CNN/Daily Mail), translation (WMT-14), and question answering (Natural Questions) without any fine-tuning, achieving competitive results.
  • WebText dataset: The authors curated a new dataset of 8 million web pages (40 GB of text) filtered to emphasize quality and diversity, which was crucial for the model's broad knowledge.
  • Model scaling: GPT-2 ranges from 124M to 1.5B parameters, showing consistent improvements in zero-shot performance with scale.
  • Transformer architecture: Uses a 12-layer to 48-layer decoder-only transformer with modifications like layer normalization placement and increased context size (1024 tokens).

Results

  • On language modeling perplexity, GPT-2 achieves 35.13 on WikiText-2 (vs. 40.0 for prior SOTA) and 18.34 on Penn Treebank.
  • On CoQA reading comprehension, GPT-2 achieves 55 F1 zero-shot, compared to 88.4 for a fine-tuned BERT baseline.
  • On CNN/Daily Mail summarization, GPT-2 achieves a ROUGE-L of 21.5 (zero-shot), while a supervised model achieves 38.3.
  • On WMT-14 French-to-English translation, GPT-2 achieves 11.5 BLEU zero-shot, demonstrating cross-lingual transfer.

Significance

GPT-2 fundamentally shifted the NLP landscape by proving that unsupervised pretraining at scale can produce general-purpose linguistic knowledge. It directly inspired subsequent models like GPT-3, ChatGPT, and many others. The paper also forced the community to confront the dual-use nature of AI, leading to new norms around model release and safety evaluation. Its findings continue to influence research on in-context learning, scaling laws, and the capabilities of large language models.