File size: 7,117 Bytes
a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 a856575 71310f2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 | # Agent Olympiad β team competition benchmark suite
Last updated: 2026-07-22
**Multi-agent / team contests only.** Solo Origin=1 packs (AIME, OlympicArena, HealthBench, HLE, β¦) were removed from this folder.
Canonical trackers: [`from_zhongzheng/README.md`](../agent-olympiad/from_zhongzheng/README.md) Β· [`olympiad/README.md`](../agent-olympiad/from_zhongzheng/olympiad/README.md) Β· [`art/README.md`](../agent-olympiad/from_zhongzheng/art/README.md).
**Grading**
- **RULE** β exact/normalized match, hidden tests, flags
- **RUBRIC** β open deliverable scored by rubric / jury / calibrated LLM judges
---
## Summary
| Datasets | Rule-based | Rubric / hybrid |
|:--------:|:----------:|:---------------:|
| **24** | **9** | **15** |
| Domain | Datasets |
|--------|:--------:|
| [Programming & CTF](#1-programming--ctf) | 3 |
| [AI olympiad](#2-ai-olympiad) | 1 |
| [Math modeling & proofs](#3-math-modeling--proofs) | 2 |
| [Lab / chemistry / astronomy / linguistics](#4-lab--chemistry--astronomy--linguistics) | 4 |
| [Business, law, ethics, debate](#5-business-law-ethics-debate) | 8 |
| [History, writing, quiz, puzzle, ARC](#6-history-writing-quiz-puzzle-arc) | 6 |
| **Total** | **24** |
---
## 1. Programming & CTF
### `CodeContests` β ICPC-style (AlphaCode) Β· RULE β
| | |
|---|---|
| **Questions** | **13,610** (train 13,328 Β· valid 117 Β· test 165) |
| **Team** | Origin **3** Β· shared machine + penalty |
| **Data** | `CodeContests/` (~7.6 GB) |
| **Link** | [HF deepmind/code_contests](https://huggingface.co/datasets/deepmind/code_contests) |
### `NYU_CTF_Bench` β CSAW CTF Β· RULE β
| | |
|---|---|
| **Questions** | 200 across 6 categories |
| **Team** | Origin **4β6** |
| **Data** | `NYU_CTF_Bench/` |
| **Link** | [NYU-LLM-CTF/NYU_CTF_Bench](https://github.com/NYU-LLM-CTF/NYU_CTF_Bench) |
### `Cybench` β professional CTF Β· RULE β
| | |
|---|---|
| **Questions** | **40** challenge packs |
| **Team** | Origin **4β6** |
| **Data** | `Cybench/benchmark/` |
| **Link** | [andyzorigin/cybench](https://github.com/andyzorigin/cybench) |
---
## 2. AI olympiad
### `IOAI` β International Olympiad in AI Β· RULE + RUBRIC β
| | |
|---|---|
| **Questions** | **17** tasks (2024β2026) |
| **Team** | Individual + **Team Challenge** (Rec 3β5) |
| **Data** | `IOAI/` β see local `README.md` |
| **Link** | [IOAI-official](https://ioai-official.org/resources/) |
---
## 3. Math modeling & proofs
### `modeling_agent` β HiMCM / MCM / ICM / IM2C / MidMCM Β· RUBRIC β
| | |
|---|---|
| **Questions** | 68 |
| **Team** | Origin **3β4** |
| **Data** | `modeling_agent/modeling_data_final.json` |
| **Link** | [COMAP](https://www.comap.com/contests) |
### `PUMaC_Power` β PUMaC Power Round Β· RUBRIC β
| | |
|---|---|
| **Questions** | ~19 Power packets (2007β2025) |
| **Team** | Origin **8** |
| **Data** | `PUMaC_Power/` |
| **Link** | [PUMaC Archives](https://jason-shi-f9dm.squarespace.com/archives) |
---
## 4. Lab / chemistry / astronomy / linguistics
### `EOES` β EOES / EUSO Β· RUBRIC β
| | |
|---|---|
| **Questions** | **2 exp/year** Β· ~90 PDFs / ~172 MB |
| **Team** | Origin **3** |
| **Data** | `EOES/` β see `INVENTORY.md` |
| **Link** | [eoes.science](https://www.eoes.science/Previous%20olympiads/previous.html) |
### `IChTo` β International Chemistry Tournament Β· RUBRIC β
| | |
|---|---|
| **Questions** | **106** Β· 9 sets |
| **Team** | Origin **3+** (Reporter / Opponent / Reviewer) |
| **Data** | `IChTo/` |
| **Link** | [ichto.org](http://ichto.org/en/problems/) |
### `IOAA` β Astronomy & Astrophysics (incl. Group) Β· RULE β
| | |
|---|---|
| **Questions** | ~174β176 PDFs; 16 Group/Team packets |
| **Team** | Individual + **Group 5** |
| **Data** | `IOAA/` |
| **Link** | [ioaastrophysics.org](https://ioaastrophysics.org/resources/problems-from-past-ioaa) |
### `IOL` β International Linguistics Olympiad Β· RULE β
| | |
|---|---|
| **Questions** | **130** source Β· 555 HF records |
| **Team** | Individual + **Team Contest 4** |
| **Data** | `IOL/` |
| **Link** | [ioling.org](https://ioling.org/problems/by_year/) Β· [HF agurung/ioling](https://huggingface.co/datasets/agurung/ioling) |
---
## 5. Business, law, ethics, debate
### `gcch_harvard` Β· RUBRIC β
| | |
|---|---|
| **Questions** | 7 cases |
| **Team** | Origin **2β5** |
| **Data** | `gcch_harvard/` |
### `cfa_research_challenge` Β· RUBRIC β
| | |
|---|---|
| **Questions** | **19** inferred tasks + champion reports |
| **Team** | Origin **3β5** |
| **Data** | `cfa_research_challenge/` β `tasks.json` + PDFs |
### `wharton_investment` Β· RULE + RUBRIC β
| | |
|---|---|
| **Questions** | 4 cases |
| **Team** | Origin **4β7** |
| **Data** | `wharton_investment/` |
### `IEO` β International Economics Olympiad Β· RULE + RUBRIC β
| | |
|---|---|
| **Questions** | economics + **team business case** PDFs |
| **Team** | Case Rec **3β5** |
| **Data** | `IEO/` |
### `vis_moot` Β· RUBRIC β
| | |
|---|---|
| **Questions** | 7 Problems |
| **Team** | Origin **2β8** |
| **Data** | `vis_moot/` |
### `ethics_bowl_appe` / `ethics_bowl_nhseb` Β· RUBRIC β
| | |
|---|---|
| **Questions** | ~140 APPE cases Β· 15 NHSEB cases |
| **Team** | APPE **5** Β· NHSEB **3β7** |
| **Data** | `ethics_bowl_appe/` Β· `ethics_bowl_nhseb/` |
### `debatebench` Β· RUBRIC β
| | |
|---|---|
| **Questions** | 360 scored speeches / 45 debates |
| **Team** | Origin **8** (4Γ2) |
| **Data** | `debatebench/` |
---
## 6. History, writing, quiz, puzzle, ARC
### `History_Olympiad` Β· RULE + RUBRIC β
| | |
|---|---|
| **Questions** | ~90 PDFs (6 editions) |
| **Team** | Bee + **Bowl team** |
| **Data** | `History_Olympiad/` |
### `WSC_Writing` Β· RUBRIC β
| | |
|---|---|
| **Questions** | **42** guiding Qs |
| **Team** | Origin **3** |
| **Data** | `WSC_Writing/` |
### `science_bowl` Β· RULE β
| | |
|---|---|
| **Questions** | **~23,691** |
| **Team** | 4 + alternate |
| **Data** | `science_bowl/` |
### `qanta` Β· RULE β
| | |
|---|---|
| **Questions** | ~100,000 |
| **Team** | 4 |
| **Data** | `qanta/` |
### `MIT_Mystery_Hunt` Β· RULE β
| | |
|---|---|
| **Questions** | **4,202** keyed answers |
| **Team** | Origin **5β150** Β· Rec 8β20 |
| **Data** | `MIT_Mystery_Hunt/` |
### `ARC-AGI-2` Β· RULE β
| | |
|---|---|
| **Questions** | 1,000 train + 120 eval |
| **Team** | ARC Prize **team** format |
| **Data** | `ARC-AGI-2/` |
| **Link** | [arcprize/ARC-AGI-2](https://github.com/arcprize/ARC-AGI-2) |
---
## Downloading
```bash
hf download deepmind/code_contests --repo-type dataset --local-dir benchmark/CodeContests
hf download IOAI-official/IOAI2025 --repo-type dataset --local-dir benchmark/IOAI/IOAI2025
hf download agurung/ioling --repo-type dataset --local-dir benchmark/IOL/ioling_hf
git clone --depth 1 https://github.com/dgulotta/mh_answers.git benchmark/MIT_Mystery_Hunt/mh_answers
git clone --depth 1 https://github.com/arcprize/ARC-AGI-2.git benchmark/ARC-AGI-2
# CTF / PDF olympiads: see from_zhongzheng/olympiad deep-dive cards
```
|