21223wj commited on
Commit
9cbe7e6
·
verified ·
1 Parent(s): c1690c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -84,14 +84,14 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
84
  ## Citation
85
 
86
  ```bibtex
87
- @inproceedings{
88
- anonymous2025xcoder,
89
- title={X-Coder: Advancing Competitive Programming with Fully Synthetic Tasks, Solutions, and Tests},
90
- author={Anonymous},
91
- booktitle={Submitted to The Fourteenth International Conference on Learning Representations},
92
- year={2025},
93
- url={https://openreview.net/forum?id=jp4dzBilqH},
94
- note={under review}
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