Datasets:
Improve dataset card: Add metadata, update Hugging Face and paper badges
Browse filesThis PR improves the dataset card for AetherCode by:
- Adding `license: cc-by-4.0` to the YAML metadata.
- Adding `task_categories: text-generation` to the YAML metadata.
- Adding `language: en` and relevant `tags` (`competitive-programming`, `code-generation`, `llm-evaluation`, `benchmark`, `reasoning`) to the metadata for better discoverability.
- Correcting the Hugging Face dataset badge link to point to the dataset's specific page (`https://huggingface.co/datasets/m-a-p/AetherCode`).
- Replacing the inconsistent "Leaderboard" badge with a "Paper" badge that links to the Hugging Face paper page (`https://huggingface.co/papers/2508.16402`), while retaining the existing arXiv link.
README.md
CHANGED
@@ -1,4 +1,15 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: v1_2024
|
4 |
features:
|
@@ -72,6 +83,7 @@ configs:
|
|
72 |
- split: test
|
73 |
path: v1_2025/test-*
|
74 |
---
|
|
|
75 |
<div align="center">
|
76 |
<h1>AetherCode: Evaluating LLMs' Ability to Win In Premier Programming Competitions</h1>
|
77 |
</div>
|
@@ -80,11 +92,11 @@ configs:
|
|
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/
|
84 |
-
<img alt="
|
85 |
</a>
|
86 |
-
<a href="https://huggingface.co/datasets/m-a-p" target="_blank" style="margin: 2px;">
|
87 |
-
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-m--a--p-536af5" style="display: inline-block; vertical-align: middle;"/>
|
88 |
</a>
|
89 |
<a href="https://huggingface.co/datasets/m-a-p/AetherCode/blob/main/LICENSE" style="margin: 2px;">
|
90 |
<img alt="Dataset License" src="https://img.shields.io/badge/Dataset_License-CC--BY--4.0-f5de53?&color=f5de53" style="display: inline-block; vertical-align: middle;"/>
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- competitive-programming
|
9 |
+
- code-generation
|
10 |
+
- llm-evaluation
|
11 |
+
- benchmark
|
12 |
+
- reasoning
|
13 |
dataset_info:
|
14 |
- config_name: v1_2024
|
15 |
features:
|
|
|
83 |
- split: test
|
84 |
path: v1_2025/test-*
|
85 |
---
|
86 |
+
|
87 |
<div align="center">
|
88 |
<h1>AetherCode: Evaluating LLMs' Ability to Win In Premier Programming Competitions</h1>
|
89 |
</div>
|
|
|
92 |
<a href="https://arxiv.org/abs/2508.16402" target="_blank" style="margin: 2px;">
|
93 |
<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;"/>
|
94 |
</a>
|
95 |
+
<a href="https://huggingface.co/papers/2508.16402" target="_blank" style="margin: 2px;">
|
96 |
+
<img alt="Paper" src="https://img.shields.io/badge/Paper-HF-blue?logo=huggingface&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
97 |
</a>
|
98 |
+
<a href="https://huggingface.co/datasets/m-a-p/AetherCode" target="_blank" style="margin: 2px;">
|
99 |
+
<img alt="Hugging Face" src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-m--a--p/AetherCode-536af5" style="display: inline-block; vertical-align: middle;"/>
|
100 |
</a>
|
101 |
<a href="https://huggingface.co/datasets/m-a-p/AetherCode/blob/main/LICENSE" style="margin: 2px;">
|
102 |
<img alt="Dataset License" src="https://img.shields.io/badge/Dataset_License-CC--BY--4.0-f5de53?&color=f5de53" style="display: inline-block; vertical-align: middle;"/>
|