caiyuchen / Spiral-step-11

huggingface.co
Total runs: 5
24-hour runs: 1
7-day runs: 1
30-day runs: -2
Model's Last Updated: November 15 2025
text-generation

Introduction of Spiral-step-11

Model Details of Spiral-step-11

On Predictability of Reinforcement Learning Dynamics for Large Language Models

This repository provides one of the models used in our paper "On Predictability of Reinforcement Learning Dynamics for Large Language Models" for evaluating and predicting reinforcement learning (RL) dynamics in large language models (LLMs).

Recent advances in LLM reasoning capabilities are largely driven by RL, yet the parameter dynamics during RL training remain poorly understood. Our work identifies two key properties of RL-induced parameter updates: Rank-1 Dominance , where the top singular subspace of the parameter update matrix captures nearly all reasoning improvements, and Rank-1 Linear Dynamics , where this subspace evolves linearly across training, allowing accurate prediction from early checkpoints. Based on these insights, we propose AlphaRL , a plug-in acceleration framework that extrapolates final parameter updates from a short early training window, achieving up to 2.5× speedup while retaining over 96% of reasoning performance.

This model is one of the training checkpoints used in our paper and is provided to support research on evaluating and predicting parameter dynamics during RL training of LLMs. The full codebase is available at: AlphaRL GitHub .

📜 Reproducing SPIRAL: Self-Play on Zero-Sum Games Incentivizes Reasoning

We have reproduced the code from the paper SPIRAL: Self-Play on Zero-Sum Games Incentivizes Reasoning via Multi-Agent Multi-Turn Reinforcement Learning , which uses self-play to enhance the reasoning ability of models. This approach leverages multi-agent, multi-turn reinforcement learning in zero-sum games to incentivize reasoning in large language models (LLMs). The key idea is that through self-play in adversarial environments, the models are trained to improve their reasoning ability by interacting with themselves, mimicking strategic decision-making processes.

For detailed implementation and training, please refer to the original paper and the accompanying codebase.

🔧 Prompt Format (Chat Template)

During Inference, each question is formatted as:

{question} Please reason step by step, and put your final answer within boxed{}.

Then wrapped using the chat template:

prompt = tokenizer.apply_chat_template(
    [{{"content": question_with_instruction, "role": "user"}}],
    tokenize=False,
    add_generation_prompt=True,
)
🧪 Example Usage
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("caiyuchen/Spiral-step-11")
tokenizer = AutoTokenizer.from_pretrained("caiyuchen/Spiral-step-11")

question = "Convert the point $(0,3)$ in rectangular coordinates to polar coordinates. Enter your answer in the form $(r,\theta),$ where $r > 0$ and $0 \le \theta < 2 \pi.$"
question_with_instruction = question + "Please reason step by step, and put your final answer within \boxed{{}}"

# Apply chat template
prompt = tokenizer.apply_chat_template(
    [{{"content": question_with_instruction, "role": "user"}}],
    tokenize=False,
    add_generation_prompt=True,
)

inputs = tokenizer(prompt, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=256)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
📎 Reference

If you find this model useful, please consider citing our paper:

🔗 Paper Link : https://huggingface.co/papers/2510.00553

@misc{cai2025predictabilityreinforcementlearningdynamics,
      title={On Predictability of Reinforcement Learning Dynamics for Large Language Models}, 
      author={Yuchen Cai and Ding Cao and Xin Xu and Zijun Yao and Yuqing Huang and Zhenyu Tan and Benyi Zhang and Guiquan Liu and Junfeng Fang},
      year={2025},
      eprint={2510.00553},
      archivePrefix={arXiv},
      primaryClass={cs.LG},
      url={https://arxiv.org/abs/2510.00553}, 
}

Runs of caiyuchen Spiral-step-11 on huggingface.co

5
Total runs
1
24-hour runs
0
3-day runs
1
7-day runs
-2
30-day runs

More Information About Spiral-step-11 huggingface.co Model

More Spiral-step-11 license Visit here:

https://choosealicense.com/licenses/apache-2.0

Spiral-step-11 huggingface.co

Spiral-step-11 huggingface.co is an AI model on huggingface.co that provides Spiral-step-11's model effect (), which can be used instantly with this caiyuchen Spiral-step-11 model. huggingface.co supports a free trial of the Spiral-step-11 model, and also provides paid use of the Spiral-step-11. Support call Spiral-step-11 model through api, including Node.js, Python, http.

Spiral-step-11 huggingface.co Url

https://huggingface.co/caiyuchen/Spiral-step-11

caiyuchen Spiral-step-11 online free

Spiral-step-11 huggingface.co is an online trial and call api platform, which integrates Spiral-step-11's modeling effects, including api services, and provides a free online trial of Spiral-step-11, you can try Spiral-step-11 online for free by clicking the link below.

caiyuchen Spiral-step-11 online free url in huggingface.co:

https://huggingface.co/caiyuchen/Spiral-step-11

Spiral-step-11 install

Spiral-step-11 is an open source model from GitHub that offers a free installation service, and any user can find Spiral-step-11 on GitHub to install. At the same time, huggingface.co provides the effect of Spiral-step-11 install, users can directly use Spiral-step-11 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Spiral-step-11 install url in huggingface.co:

https://huggingface.co/caiyuchen/Spiral-step-11

Url of Spiral-step-11

Spiral-step-11 huggingface.co Url

Provider of Spiral-step-11 huggingface.co

caiyuchen
ORGANIZATIONS

Other API from caiyuchen

huggingface.co

Total runs: 10
Run Growth: 3
Growth Rate: 30.00%
Updated:November 14 2025
huggingface.co

Total runs: 8
Run Growth: 3
Growth Rate: 37.50%
Updated:November 14 2025
huggingface.co

Total runs: 7
Run Growth: -2
Growth Rate: -28.57%
Updated:November 14 2025
huggingface.co

Total runs: 4
Run Growth: -3
Growth Rate: -75.00%
Updated:November 14 2025
huggingface.co

Total runs: 4
Run Growth: -1
Growth Rate: -25.00%
Updated:November 14 2025
huggingface.co

Total runs: 4
Run Growth: -5
Growth Rate: -125.00%
Updated:November 14 2025
huggingface.co

Total runs: 4
Run Growth: -5
Growth Rate: -125.00%
Updated:November 14 2025
huggingface.co

Total runs: 4
Run Growth: -3
Growth Rate: -75.00%
Updated:November 14 2025
huggingface.co

Total runs: 3
Run Growth: -4
Growth Rate: -133.33%
Updated:November 14 2025