valpy commited on
Commit
a2179f4
·
verified ·
1 Parent(s): 3fb00bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -2,4 +2,22 @@
2
  license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-7B-Instruct
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-7B-Instruct
5
+ ---
6
+
7
+ This is an IF-RLVR trained model on IFTrain and IFEval constraints, with Qwen/Qwen2.5-7B-Instruct as the base model.
8
+
9
+ ## Citation
10
+
11
+ If IFBench, IFTrain, or any of the related materials were helpful to your work, please cite:
12
+ ```
13
+
14
+
15
+ @article
16
+ {pyatkin2025generalizing,
17
+ title={Generalizing Verifiable Instruction Following},
18
+ author={Pyatkin, Valentina and Malik, Saumya and Graf, Victoria and Ivison, Hamish and Huang, Shengyi and Dasigi, Pradeep and Lambert, Nathan and Hajishirzi, Hannaneh},
19
+ journal={Advances in Neural Information Processing Systems},
20
+ volume={38},
21
+ year={2025}
22
+ }
23
+ ```