Text Generation
Safetensors
louiswng commited on
Commit
230602c
·
verified ·
1 Parent(s): dc7a368

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -10,9 +10,9 @@ pipeline_tag: text-generation
10
  # Model Card
11
 
12
  ## 1. Model Details
13
- This model is the fine-tuned checkpoint described in the paper **"Not All Steps are Informative: On the Linearity of LLMs’ RLVR Training"**. It was trained using Reinforcement Learning (RL) to enhance reasoning capabilities.
14
 
15
- - **Paper:** [ArXiv](https://arxiv.org/pdf/2601.04537v1)
16
  - **Code:** [Github](https://github.com/Miaow-Lab/RLVR-Linearity)
17
  - **Base Model:** [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
18
  - **Training Method:** GRPO
@@ -36,9 +36,9 @@ For full training configurations, please refer to the `config.json` or the train
36
  If you use this model in your research, please cite our paper:
37
 
38
  ```bibtex
39
- @misc{wang2026stepsinformativelinearityllms,
40
- title={Not All Steps are Informative: On the Linearity of LLMs' RLVR Training},
41
- author={Tianle Wang and Zhongyuan Wu and Shenghao Jin and Hao Xu and Wei Chen and Ning Miao},
42
  year={2026},
43
  eprint={2601.04537},
44
  archivePrefix={arXiv},
 
10
  # Model Card
11
 
12
  ## 1. Model Details
13
+ This model is the fine-tuned checkpoint described in the paper **"Linear Dynamics in the RLVR Training of Large Language Models"**. It was trained using Reinforcement Learning with Verifiable Rewards (RLVR) to enhance reasoning capabilities.
14
 
15
+ - **Paper:** [ArXiv](https://arxiv.org/abs/2601.04537v3)
16
  - **Code:** [Github](https://github.com/Miaow-Lab/RLVR-Linearity)
17
  - **Base Model:** [deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B)
18
  - **Training Method:** GRPO
 
36
  If you use this model in your research, please cite our paper:
37
 
38
  ```bibtex
39
+ @misc{wang2026lineardynamicsrlvrtraining,
40
+ title={Linear Dynamics in the RLVR Training of Large Language Models},
41
+ author={Tianle Wang and Jiayu Liu and Zhongyuan Wu and Shenghao Jin and Wei Chen and Hao Xu and Ning Miao},
42
  year={2026},
43
  eprint={2601.04537},
44
  archivePrefix={arXiv},