Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ license: apache-2.0
|
|
| 12 |
# Model Summary
|
| 13 |
|
| 14 |
- **Repository:** [simplescaling/s1](https://github.com/simplescaling/s1)
|
| 15 |
-
- **Paper:**
|
| 16 |
|
| 17 |
# Use
|
| 18 |
|
|
@@ -31,5 +31,13 @@ This is the token-conditional control model for our paper. You can evaluate usin
|
|
| 31 |
# Citation
|
| 32 |
|
| 33 |
```bibtex
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
```
|
|
|
|
| 12 |
# Model Summary
|
| 13 |
|
| 14 |
- **Repository:** [simplescaling/s1](https://github.com/simplescaling/s1)
|
| 15 |
+
- **Paper:** https://arxiv.org/abs/2501.19393
|
| 16 |
|
| 17 |
# Use
|
| 18 |
|
|
|
|
| 31 |
# Citation
|
| 32 |
|
| 33 |
```bibtex
|
| 34 |
+
@misc{muennighoff2025s1simpletesttimescaling,
|
| 35 |
+
title={s1: Simple test-time scaling},
|
| 36 |
+
author={Niklas Muennighoff and Zitong Yang and Weijia Shi and Xiang Lisa Li and Li Fei-Fei and Hannaneh Hajishirzi and Luke Zettlemoyer and Percy Liang and Emmanuel Candès and Tatsunori Hashimoto},
|
| 37 |
+
year={2025},
|
| 38 |
+
eprint={2501.19393},
|
| 39 |
+
archivePrefix={arXiv},
|
| 40 |
+
primaryClass={cs.CL},
|
| 41 |
+
url={https://arxiv.org/abs/2501.19393},
|
| 42 |
+
}
|
| 43 |
```
|