Preprint
Large Language Models

OPT

May 1, 2022

0

Citations

0

Influential Citations

Venue

2022

Year

Abstract

A suite of decoder-only pre-trained transformers with parameter ranges from 125M to 175B. OPT-175B being comparable to GPT-3.

Analysis

Why This Paper Matters

OPT (Open Pre-trained Transformers) is a landmark paper in the democratization of large language models. Prior to OPT, models of GPT-3's scale (175B parameters) were proprietary and inaccessible to most researchers. By releasing a full suite of models from 125M to 175B parameters, along with training details and weights, the authors enable reproducible research and lower the barrier to entry for studying and applying large-scale language models. This directly addresses the reproducibility crisis in AI and allows the community to explore scaling laws, training dynamics, and downstream applications without needing massive compute budgets.

Technical Contributions

  • Scaled suite of decoder-only transformers: The paper systematically trains models at 125M, 350M, 1.3B, 2.7B, 6.7B, 13B, 30B, 66B, and 175B parameters, providing a consistent family for studying scaling.
  • Open release of weights and training details: Unlike GPT-3, OPT makes model weights publicly available under a non-commercial license, along with training logs and hyperparameters.
  • Performance parity with GPT-3: OPT-175B achieves comparable results on standard benchmarks such as HellaSwag, WinoGrande, and PIQA, validating that open-source training can match proprietary efforts.

Results

  • OPT-175B achieves zero-shot and few-shot performance within 1-2% of GPT-3 on most evaluated tasks.
  • The paper reports results on 14 NLP benchmarks, including language modeling, question answering, and commonsense reasoning.
  • Scaling trends are consistent with known scaling laws: performance improves monotonically with model size across all tasks.

Significance

OPT has had a profound impact on the AI field by enabling a wave of open-source LLM research. It directly inspired subsequent open models like BLOOM, LLaMA, and Falcon. The release of training details also allowed researchers to study training instabilities, data contamination, and alignment techniques at scale. By providing a GPT-3-class model openly, OPT accelerated progress in areas such as prompt engineering, fine-tuning, and safety research that were previously limited to a few organizations.