ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2020
Year
Demonstrates that scaling up language models greatly improves task-agnostic, few-shot performance.
This paper, introducing GPT-3, is a landmark in natural language processing. It demonstrates that simply scaling up a language model—both in terms of parameters and training data—can dramatically improve its ability to perform tasks it was never explicitly trained on. The key insight is that with enough scale, a model can learn to follow instructions and perform new tasks from just a few examples provided in the prompt, without any gradient updates. This finding challenged the prevailing paradigm of fine-tuning on task-specific datasets and opened the door to a new era of few-shot and zero-shot learning.
The paper's significance extends beyond its technical results. It showed that scaling laws are not just about incremental gains but can lead to qualitative shifts in capability. GPT-3's ability to generate coherent text, answer questions, and even write code from a few examples captured the imagination of both researchers and the public, sparking a wave of interest in large language models and their potential applications. It also raised important questions about the ethical and environmental implications of training such massive models, which have become central to discussions in the AI community.
GPT-3 achieves state-of-the-art results in many few-shot settings. For example, on TriviaQA, it reaches 71.2% accuracy in the few-shot setting, outperforming fine-tuned models. On LAMBADA, it achieves 86.4% accuracy, and on SuperGLUE, it gets 71.8% in the few-shot setting, which is competitive with fine-tuned models. The paper also shows that performance improves monotonically with model size across all tasks, with the largest model showing the most significant gains. However, on some tasks like RTE and ANLI, GPT-3's few-shot performance lags behind fine-tuned models, indicating that scaling alone does not solve all problems.
The impact of GPT-3 on the AI field is profound. It demonstrated that scaling up models is a viable path to more general intelligence, leading to the development of even larger models like PaLM, Chinchilla, and GPT-4. It also popularized the concept of prompting and in-context learning, which has become a major research area. Moreover, GPT-3's release via API made large language models accessible to a broader audience, accelerating innovation in applications like chatbots, content generation, and code assistants. The paper also sparked critical discussions about bias, safety, and the environmental cost of training such models, which have shaped subsequent research and policy. Overall, GPT-3 is a foundational work that redefined the trajectory of NLP and AI.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba