Update README.md
Browse files
README.md
CHANGED
|
@@ -84,14 +84,14 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 84 |
## Citation
|
| 85 |
|
| 86 |
```bibtex
|
| 87 |
-
@
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
}
|
| 96 |
```
|
| 97 |
|
|
|
|
| 84 |
## Citation
|
| 85 |
|
| 86 |
```bibtex
|
| 87 |
+
@misc{wu2026xcoderadvancingcompetitiveprogramming,
|
| 88 |
+
title={X-Coder: Advancing Competitive Programming with Fully Synthetic Tasks, Solutions, and Tests},
|
| 89 |
+
author={Jie Wu and Haoling Li and Xin Zhang and Jiani Guo and Jane Luo and Steven Liu and Yangyu Huang and Ruihang Chu and Scarlett Li and Yujiu Yang},
|
| 90 |
+
year={2026},
|
| 91 |
+
eprint={2601.06953},
|
| 92 |
+
archivePrefix={arXiv},
|
| 93 |
+
primaryClass={cs.CL},
|
| 94 |
+
url={https://arxiv.org/abs/2601.06953},
|
| 95 |
}
|
| 96 |
```
|
| 97 |
|