Kimi k1.5: Scaling Reinforcement Learning with LLMs
FreeKimi k1.5 — an o1-level multi-modal model
About Kimi k1.5: Scaling Reinforcement Learning with LLMs
Kimi k1.5 is a multi-modal language model developed by MoonshotAI that achieves o1-level reasoning performance through scaling reinforcement learning with long context windows (128k tokens). It demonstrates state-of-the-art short-CoT results on math and coding benchmarks (AIME, MATH-500, LiveCodeBench) and matches o1's long-CoT performance across multiple modalities. Key innovations include long context scaling via partial rollouts for efficient training, improved policy optimization using online mirror descent, and a simplistic framework that avoids complex techniques like Monte Carlo tree search and process reward models. The model is jointly trained on text and vision data, enabling reasoning over both modalities.
Key Features
Pros & Cons
- Outperforms GPT-4o and Claude Sonnet 3.5 on short-CoT tasks by large margins
- Matches o1's long-CoT performance across multiple modalities
- Efficient training via partial rollouts reduces computational cost
- Simplistic framework avoids complex techniques
- Open source and publicly available on GitHub
- No released model weights or executable version available yet
- Requires large context window (128k) which may be computationally intensive
- Limited documentation beyond research paper and README