A reasoning model trained with RL that showed emergent chain-of-thought without SFT.
DeepSeek R1 is a large language model designed for extended reasoning tasks, developed by the Chinese AI lab DeepSeek. Unlike prior reasoning models that relied heavily on supervised fine-tuning, R1 was trained primarily through reinforcement learning, allowing it to develop chain-of-thought reasoning organically.
The model gained attention for matching or exceeding the performance of OpenAI's o1 on benchmarks including mathematics, coding, and scientific reasoning—while being trained at a fraction of the cost. R1's success demonstrated that extended thinking behaviors could emerge without explicit human-labeled reasoning traces.
R1's training used a group relative policy optimization approach, rewarding correct reasoning steps rather than final answers. This produced unusual behaviors including self-correction, backtracking, and unusually long chains of thought. The model also exhibited a "aha moment" during training where it spontaneously developed problem-checking behaviors.
The release of R1 sparked debate about the true source of reasoning capability in LLMs and the necessity of synthetic reasoning data. It also accelerated competition in reasoning models globally. Limitations include occasional hallucinations in long reasoning chains and performance drops on tasks outside formal reasoning domains.