Research
Research Library
Landmark papers that shaped modern AI, each explained in original plain language with the key ideas distilled. Selected papers include a from-paper-to-code walkthrough. Every entry links to the authoritative source.
Transformers
Optimization
Computer Vision
Natural Language Processing
Large Language Models
Language Models are Few-Shot Learners
Shows that a 175-billion-parameter language model can perform many tasks from a few examples in the prompt, without any weight updates, in-context learning.
Chain-of-Thought Prompting Elicits Reasoning in Large Language Models
Shows that prompting a large model to write out intermediate reasoning steps markedly improves its accuracy on multi-step problems.
Embeddings
Retrieval-Augmented Generation
Generative Models
Denoising Diffusion Probabilistic Models
Frames image generation as learning to reverse a gradual noising process: start from pure noise and denoise step by step into a sample.
Generative Adversarial Nets
Trains two networks against each other, a generator that fabricates samples and a discriminator that tries to spot fakes, until the fakes are convincing.