Update README.md
Browse files
README.md
CHANGED
@@ -77,11 +77,8 @@ configs:
|
|
77 |
</div>
|
78 |
|
79 |
<div align="center" style="line-height: 1;">
|
80 |
-
<a href="https://
|
81 |
-
<img alt="
|
82 |
-
</a>
|
83 |
-
<a href="https://huggingface.co/datasets/m-a-p/AetherCode/resolve/main/paper.pdf" target="_blank" style="margin: 2px;">
|
84 |
-
<img alt="Paper" src="https://img.shields.io/badge/Technical%20Report-Download-blue&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
85 |
</a>
|
86 |
<a href="https://huggingface.co/datasets/m-a-p/AetherCode/resolve/main/paper.pdf" target="_blank" style="margin: 2px;">
|
87 |
<img alt="Leaderboard" src="https://img.shields.io/badge/Leaderboard-Comming%20Soon-orange&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
@@ -228,4 +225,18 @@ AetherCode v1 (Jan 2024 - May 2025) include problems from the following contests
|
|
228 |
|
229 |
## License
|
230 |
|
231 |
-
This project is licensed under CC-BY-4.0. See the [LICENSE file](https://huggingface.co/datasets/m-a-p/AetherCode/blob/main/LICENSE) for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
</div>
|
78 |
|
79 |
<div align="center" style="line-height: 1;">
|
80 |
+
<a href="https://arxiv.org/abs/2508.16402" target="_blank" style="margin: 2px;">
|
81 |
+
<img alt="2508.16402" src="https://img.shields.io/badge/arXiv-2508.16402-red?logo=arxiv&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
|
|
|
|
|
|
82 |
</a>
|
83 |
<a href="https://huggingface.co/datasets/m-a-p/AetherCode/resolve/main/paper.pdf" target="_blank" style="margin: 2px;">
|
84 |
<img alt="Leaderboard" src="https://img.shields.io/badge/Leaderboard-Comming%20Soon-orange&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
|
|
225 |
|
226 |
## License
|
227 |
|
228 |
+
This project is licensed under CC-BY-4.0. See the [LICENSE file](https://huggingface.co/datasets/m-a-p/AetherCode/blob/main/LICENSE) for details.
|
229 |
+
|
230 |
+
## Citation
|
231 |
+
|
232 |
+
```
|
233 |
+
@misc{wang2025aethercodeevaluatingllmsability,
|
234 |
+
title={AetherCode: Evaluating LLMs' Ability to Win In Premier Programming Competitions},
|
235 |
+
author={Zihan Wang and Jiaze Chen and Zhicheng Liu and Markus Mak and Yidi Du and Geonsik Moon and Luoqi Xu and Aaron Tua and Kunshuo Peng and Jiayi Lu and Mingfei Xia and Boqian Zou and Chenyang Ran and Guang Tian and Shoutai Zhu and Yeheng Duan and Zhenghui Kang and Zhenxing Lin and Shangshu Li and Qiang Luo and Qingshen Long and Zhiyong Chen and Yihan Xiao and Yurong Wu and Daoguang Zan and Yuyi Fu and Mingxuan Wang and Ming Ding},
|
236 |
+
year={2025},
|
237 |
+
eprint={2508.16402},
|
238 |
+
archivePrefix={arXiv},
|
239 |
+
primaryClass={cs.SE},
|
240 |
+
url={https://arxiv.org/abs/2508.16402},
|
241 |
+
}
|
242 |
+
```
|