Improving language understanding with unsupervised learning
OpenAI just proved transformers + unsupervised pre-training beats everything else. Here's why that matters for your AI stack.

Why it matters
This is a foundational result demonstrating that combining transformers with unsupervised pre-training achieves state-of-the-art performance across diverse language tasks—a methodology that would become the blueprint for modern LLMs like GPT-2, GPT-3, and beyond.
The key facts
6 to knowState-of-the-art results on diverse language task suite
Scalable, task-agnostic system approach
Methodology: transformers + unsupervised pre-training combination
Open-sourced release
Published June 2018 (historical significance: precursor to GPT-2)
Validates unsupervised pre-training as core training approach for language models
Go to the source
OpenAI Blogopenai.com
Publisher excerpt: We’ve obtained state-of-the-art results on a suite of diverse language tasks with a scalable, task-agnostic system, which we’re also releasing. Our approach is a combination of two existing ideas: transformers and unsupervised pre-training. These results provide a convincing example that pairing…