yuyuzhang commited on
Commit
8094181
·
verified ·
1 Parent(s): f325b24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -11,8 +11,8 @@ pipeline_tag: text-generation
11
  <img alt="Homepage" src="https://img.shields.io/badge/Seed--Coder-Homepage-a468fe?color=a468fe&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
12
  </a>
13
 
14
- <a href="https://github.com/ByteDance-Seed/Seed-Coder/blob/master/Seed-Coder.pdf" target="_blank" style="margin: 2px;">
15
- <img alt="Technical Report" src="https://img.shields.io/badge/(upcoming)-Technical%20Report-brightgreen?logo=arxiv&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
16
  </a>
17
 
18
  <a href="https://huggingface.co/ByteDance-Seed" target="_blank" style="margin: 2px;">
@@ -130,18 +130,18 @@ For detailed benchmark performance, please refer to our [📑 Technical Report](
130
 
131
  This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ByteDance-Seed/Seed-Coder/blob/master/LICENSE) for details.
132
 
133
- <!-- ## Citation
134
 
135
  If you find Seed-Coder helpful, please consider citing our work:
136
 
137
  ```
138
- @article{bytedance2025seedcoder,
139
- title={Seed-Coder: Let the Code Model Curate Data for Itself},
140
- author={Xxx},
141
- year={2025},
142
- eprint={xxxx.xxxxx},
143
- archivePrefix={arXiv},
144
- primaryClass={cs.AI},
145
- url={https://arxiv.org/abs/xxxx.xxxxx},
146
  }
147
- ``` -->
 
11
  <img alt="Homepage" src="https://img.shields.io/badge/Seed--Coder-Homepage-a468fe?color=a468fe&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
12
  </a>
13
 
14
+ <a href="https://arxiv.org/abs/2506.03524" target="_blank" style="margin: 2px;">
15
+ <img alt="Technical Report" src="https://img.shields.io/badge/-Technical%20Report-brightgreen?logo=arxiv&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
16
  </a>
17
 
18
  <a href="https://huggingface.co/ByteDance-Seed" target="_blank" style="margin: 2px;">
 
130
 
131
  This project is licensed under the MIT License. See the [LICENSE file](https://github.com/ByteDance-Seed/Seed-Coder/blob/master/LICENSE) for details.
132
 
133
+ ## Citation
134
 
135
  If you find Seed-Coder helpful, please consider citing our work:
136
 
137
  ```
138
+ @misc{seed2025seedcoderletcodemodel,
139
+ title={{Seed-Coder}: Let the Code Model Curate Data for Itself},
140
+ author={{ByteDance Seed} and Yuyu Zhang and Jing Su and Yifan Sun and Chenguang Xi and Xia Xiao and Shen Zheng and Anxiang Zhang and Kaibo Liu and Daoguang Zan and Tao Sun and Jinhua Zhu and Shulin Xin and Dong Huang and Yetao Bai and Lixin Dong and Chao Li and Jianchong Chen and Hanzhi Zhou and Yifan Huang and Guanghan Ning and Xierui Song and Jiaze Chen and Siyao Liu and Kai Shen and Liang Xiang and Yonghui Wu},
141
+ year={2025},
142
+ eprint={2506.03524},
143
+ archivePrefix={arXiv},
144
+ primaryClass={cs.CL},
145
+ url={https://arxiv.org/abs/2506.03524},
146
  }
147
+ ```