Improve dataset card: Add metadata, update Hugging Face and paper badges

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +16 -4
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/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;"/>
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;"/>