Kimi k1.5: Scaling Reinforcement Learning with LLMs | alphaXiv
View recent discussion. Abstract: Language model pretraining with next token prediction has proved effective for scaling compute but is limited to the amount of available training data. Scaling reinforcement learning (RL) unlocks a new axis for the continued improvement of artificial intelligence, with the promise that large language models (LLMs) can scale their training data by learning to explore with rewards. However, prior published work has not produced competitive results. In light of this, we report on the training practice of Kimi k1.5, our latest multi-modal LLM trained with RL, including its RL training techniques, multi-modal data recipes, and infrastructure optimization. Long context scaling and improved policy optimization methods are key ingredients of our approach, which establishes a simplistic, effective RL framework without relying on more complex techniques such as Monte Carlo tree search, value functions, and process reward models. Notably, our system achieves state-of-the-art reasoning performance across multiple benchmarks and modalities -- e.g., 77.5 on AIME, 96.2 on MATH 500, 94-th percentile on Codeforces, 74.9 on MathVista -- matching OpenAI's o1. Moreover, we present effective long2short methods that use long-CoT techniques to improve short-CoT models, yielding state-of-the-art short-CoT reasoning results -- e.g., 60.8 on AIME, 94.6 on MATH500, 47.3 on LiveCodeBench -- outperforming existing short-CoT models such as GPT-4o and Claude Sonnet 3.5 by a large margin (up to +550%).
Introduction KIMI K1.5 represents a significant advancement in large language model (LLM) development, demonstrating that reinforcement learning (RL) can be successfully scaled to achieve state-of-the-art reasoning performance. Developed by the Kimi Team, this multimodal model addresses a fundamental limitation in traditional LLM training: the finite availability of high-quality human-generated data. By leveraging RL, KIMI K1.5 can generate and learn from its own training data through reward-based exploration, providing a new pathway for continued AI improvement beyond static datasets.…
saved by
related reading
- DeepSeek-R1arxiv.org
- As Rocks May Think | Eric Jangevjang.com
- The State of Reinforcement Learning for LLM Reasoningmagazine.sebastianraschka.com
- [2504.13837] Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model?arxiv.org
- State of RL for reasoning LLMs | A. Weersaweers.de
- Explore | alphaXivalphaxiv.org
- Composer2.pdfcursor.com
- The State of Reinforcement Learning for LLM Reasoningsebastianraschka.com
- RLHF: Reinforcement Learning from Human Feedbackhuyenchip.com
- LLM Resourcesforrestbicker.com
- The Extreme Inefficiency of RL for Frontier Models - Toby Ordtobyord.com
- How to scale RL to 10^26 FLOPs - by Jack Morrisblog.jxmo.io