File size: 1,846 Bytes
33cacf3
 
 
 
 
 
 
0d55676
33cacf3
 
0d55676
 
 
 
 
 
 
 
 
 
 
33cacf3
0d55676
 
 
 
 
 
33cacf3
0d55676
33cacf3
 
 
 
 
 
 
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
---
license: other
pretty_name: DSEvaluation Data
---

# DSEvaluation Data

Versioned data mirror and access catalog for all **9** benchmarks registered in
[DSEvaluation](https://github.com/yangzhr1/DSEvaluation).

| Directory | Benchmark | Tasks | Public content in this repository | Raw data |
| --- | --- | ---: | --- | --- |
| `agenticdatabench/` | AgenticDataBench | 246 | Tasks, datasets, gold data, evaluator | Mirrored |
| `codabench/` | CoDA-Bench | 1,009 | Task metadata, license, archive checksums | Official Kaggle-derived archives |
| `dabench/` | DABench | 257 | Questions, tables, labels | Mirrored |
| `dabstep/` | DABstep | 450 | Context, tasks, license | Mirrored; historical submissions excluded |
| `dacode/` | DA-Code | 500 | Source, gold data, evaluation configs | Mirrored |
| `longds/` | LongDS | 68 | Pinned source manifest | Official dataset |
| `mledojo/` | MLE-Dojo | 10 | Selected task catalog and access instructions | Official Kaggle competitions |
| `moscibench/` | MoSciBench | 88 | Official archives, manifest, license | Mirrored with upstream provenance |
| `sab/` | ScienceAgentBench | 102 | Verified task metadata and access instructions | Official password-protected archive |

The top-level directory set intentionally matches the 9 benchmark plugins.
`metadata-mirrored` entries are runnable through DSEvaluation, but their raw
assets remain on official providers because upstream redistribution terms do
not permit a public copy here. In particular, ScienceAgentBench asks users not
to redistribute unzipped data, and MLE-Dojo requires accepting each Kaggle
competition's terms.

Prepare any benchmark through the same CLI:

```bash
uv run dseval prepare BENCHMARK
```

See `catalog.json` for machine-readable availability and source information,
and `manifest.json` for file sizes and SHA-256 checksums.