Add link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -11
README.md CHANGED
@@ -1,21 +1,23 @@
1
  ---
2
- license: apache-2.0
3
  base_model: Qwen/Qwen3-4B-Instruct-2507
4
- pipeline_tag: text-generation
5
- library_name: transformers
6
  language:
7
- - en
 
 
 
8
  tags:
9
- - spyrl
10
- - rlsvr
11
- - self-play
12
- - reinforcement-learning
13
- - mathematical-reasoning
14
- - reasoning
15
  ---
16
 
17
  # SpyRL-Qwen3-4B-Math
18
 
 
 
19
  Qwen3-4B-Instruct-2507 trained with SpyRL on mathematical reasoning. In the performing stage each agent designs *and* solves a problem grounded in a math-heavy web document; the spy sees the same document with a contiguous 40% span masked out.
20
 
21
  Trained with **SpyRL**, the reference implementation of **RLSVR** (Reinforcement Learning with Self-Verifiable Rewards) from the COLM 2026 paper *From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement*.
@@ -89,4 +91,4 @@ bash spyrl/train_math_reasoning.sh
89
  booktitle = {Conference on Language Modeling (COLM)},
90
  year = {2026}
91
  }
92
- ```
 
1
  ---
 
2
  base_model: Qwen/Qwen3-4B-Instruct-2507
 
 
3
  language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ pipeline_tag: text-generation
8
  tags:
9
+ - spyrl
10
+ - rlsvr
11
+ - self-play
12
+ - reinforcement-learning
13
+ - mathematical-reasoning
14
+ - reasoning
15
  ---
16
 
17
  # SpyRL-Qwen3-4B-Math
18
 
19
+ This model was presented in the paper [From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement](https://huggingface.co/papers/2607.23802).
20
+
21
  Qwen3-4B-Instruct-2507 trained with SpyRL on mathematical reasoning. In the performing stage each agent designs *and* solves a problem grounded in a math-heavy web document; the spy sees the same document with a contiguous 40% span masked out.
22
 
23
  Trained with **SpyRL**, the reference implementation of **RLSVR** (Reinforcement Learning with Self-Verifiable Rewards) from the COLM 2026 paper *From RLVR to RLSVR: Task Transformation Induces Self-Verifiable Rewards for Open-Ended LLM Self-Improvement*.
 
91
  booktitle = {Conference on Language Modeling (COLM)},
92
  year = {2026}
93
  }
94
+ ```