Update README.md
Browse files
README.md
CHANGED
|
@@ -23,3 +23,18 @@ Each problem in the JSON file contains:
|
|
| 23 |
|
| 24 |
Data was collected from the official USACO contest platform `https://usaco.org//index.php?page=open25results`, copyright not specified.
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
Data was collected from the official USACO contest platform `https://usaco.org//index.php?page=open25results`, copyright not specified.
|
| 25 |
|
| 26 |
+
### Citation
|
| 27 |
+
|
| 28 |
+
If you use this dataset, please cite:
|
| 29 |
+
|
| 30 |
+
```bibtex
|
| 31 |
+
@misc{liu2025rstarcoderscalingcompetitivecode,
|
| 32 |
+
title={rStar-Coder: Scaling Competitive Code Reasoning with a Large-Scale Verified Dataset},
|
| 33 |
+
author={Yifei Liu and Li Lyna Zhang and Yi Zhu and Bingcheng Dong and Xudong Zhou and Ning Shang and Fan Yang and Mao Yang},
|
| 34 |
+
year={2025},
|
| 35 |
+
eprint={2505.21297},
|
| 36 |
+
archivePrefix={arXiv},
|
| 37 |
+
primaryClass={cs.CL},
|
| 38 |
+
url={https://arxiv.org/abs/2505.21297},
|
| 39 |
+
}
|
| 40 |
+
|