paper-with-me

홈 › Papers

Ring-Zero: Scaling Zero RL to a Trillion Parameters for Emergent Reasoning

2026-07-14 · Xinyu Tang, Gangqiang Cao, Yurou Liu, Yuliang Zhan, Xiaochong Lan, Yifan Li, Yuchen Yan, Han Peng, Zican Dong, Zhenduo Zhang, Tianshu Wang, Xinyu Kong, Zujie Wen, Wayne Xin Zhao, Zhiqiang Zhang, Jun Zhou arxiv

Reinforcement learning with verifiable rewards without human-annotated data, often referred to as zero RL, has emerged as a powerful paradigm for eliciting chain-of-thought reasoning. However, due to computational constraints, existing studies are largely restricted to small models, leaving the training dynamics and emergent capabilities at a large scale unexplored. To meaningfully explore this frontier, we aim to elicit high-quality reasoning behaviors from the model. However, we find that naive scaling often suffers from poor readability, token redundancy, and a lack of adaptive reasoning depth. To address these challenges, we present a stable and efficient training pipeline, incorporating algorithmic and system optimizations such as clipped importance sampling, training-inference ratio correction, and mixed-precision control. Our experiments offer three key findings that validate the "bitter lesson" of scaling: (1) scaling to 1T parameters significantly enhances sample efficiency and performance ceilings; (2) the training process progresses sequentially through an initial discovery phase followed by a sharpening phase; and (3) the model spontaneously develops advanced cognitive behaviors, including anthropomorphism, structured formatting, self-verification, parallel reasoning, and context anxiety, rendering hand-crafted heuristics redundant. Evaluated on seven mathematical benchmarks, Ring-2.5-1T-Zero achieves competitive performance. Additionally, to assess CoT quality beyond final-answer correctness, we propose a structured evaluation framework across three dimensions: comprehensibility, reproducibility, and efficiency, where our model demonstrates clear advantages in producing structured and concise reasoning traces. By sharing our observed emergent phenomena, we hope to provide the community with deeper insights into scaling behaviors, particularly at the 1-trillion scale.

📄 PDF Abstract BibTeX arXiv:2607.12395

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ZeRO: Memory Optimizations Toward Training Trillion Parameter Models

2019-10-04 · Samyam Rajbhandari, Jeff Rasley, Olatunji Ruwase, Yuxiong He

Large deep learning models offer significant accuracy gains, but training billions to trillions of parameters is challenging. Existing solutions such as data and model parallelisms exhibit fundamental limitations to fit …

Cross-Lingual Document ClassificationImage GenerationLanguage Modelling

GLaM: Efficient Scaling of Language Models with Mixture-of-Experts

2021-12-13 · Nan Du, Yanping Huang, Andrew M. Dai, Simon Tong 외

Scaling language models with more data, compute and parameters has driven significant progress in natural language processing. For example, thanks to scaling, GPT-3 was able to achieve strong results on in-context learni…

Common Sense ReasoningIn-Context LearningLanguage ModelingLanguage Modelling+2

PanGu-Σ: Towards Trillion Parameter Language Model with Sparse Heterogeneous Computing

2023-03-20 · Xiaozhe Ren, Pingyi Zhou, Xinfan Meng, Xinjing Huang 외

The scaling of large language models has greatly improved natural language understanding, generation, and reasoning. In this work, we develop a system that trained a trillion-parameter language model on a cluster of Asce…

Code GenerationLanguage ModelingLanguage ModellingMachine Translation+3

ZeRO-Infinity: Breaking the GPU Memory Wall for Extreme Scale Deep Learning

2021-04-16 · Samyam Rajbhandari, Olatunji Ruwase, Jeff Rasley, Shaden Smith 외

In the last three years, the largest dense deep learning models have grown over 1000x to reach hundreds of billions of parameters, while the GPU memory has only grown by 5x (16 GB to 80 GB). Therefore, the growth in mode…

CPUGPU

Arcee Trinity Large Technical Report

2026-02-19 · Varun Singh, Lucas Krauss, Sami Jaghouar, Matej Sirovatka 외 arxiv

We present the technical report for Arcee Trinity Large, a sparse Mixture-of-Experts model with 400B total parameters and 13B activated per token. Additionally, we report on Trinity Nano and Trinity Mini, with Trinity Na…