Add anonymous reviewer dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pretty_name: CAD-bench Task Payloads
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- cad
|
| 8 |
+
- benchmark
|
| 9 |
+
- build123d
|
| 10 |
+
- step
|
| 11 |
+
- mlcroissant
|
| 12 |
+
- language-model-evaluation
|
| 13 |
+
size_categories:
|
| 14 |
+
- n<1K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# CAD-bench Task Payloads
|
| 18 |
+
|
| 19 |
+
This dataset contains the public task payloads for CAD-bench, an executable
|
| 20 |
+
benchmark for language-model CAD agents. Each task directory includes:
|
| 21 |
+
|
| 22 |
+
- `prompt.txt`: the natural-language benchmark prompt
|
| 23 |
+
- `task.toml`: task metadata, difficulty, evaluator name, and expected values
|
| 24 |
+
- `gold.py`: a reference Build123D solution used for validation and media generation
|
| 25 |
+
- optional fixtures such as STEP files or Blender simulation scripts
|
| 26 |
+
|
| 27 |
+
The benchmark runtime and scoring code are distributed with the accompanying
|
| 28 |
+
anonymous submission artifact. The runtime loads this dataset by setting:
|
| 29 |
+
|
| 30 |
+
```bash
|
| 31 |
+
HF_TASKS_REPO_ID=uhiguys/cad-bench-ed-2026-anonymous
|
| 32 |
+
HF_TASKS_REVISION=0ef63c7666d04fcc7e8061e23a37b4ebce75c4a7
|
| 33 |
+
```
|
| 34 |
+
|
| 35 |
+
## Intended Use
|
| 36 |
+
|
| 37 |
+
Use this dataset with the CAD-bench runtime to evaluate CAD code-generation or
|
| 38 |
+
agentic CAD systems. Scores are diagnostic benchmark signals; they are not
|
| 39 |
+
certifications that generated mechanical parts are safe to manufacture or deploy.
|
| 40 |
+
|
| 41 |
+
## Data Provenance
|
| 42 |
+
|
| 43 |
+
The tasks are synthetic CAD prompts and benchmark metadata authored for this
|
| 44 |
+
benchmark. They do not contain personal data or human-subject records. The M3
|
| 45 |
+
socket-head task includes a STEP fixture for a standard commercial fastener,
|
| 46 |
+
documented in the task metadata and paper license table.
|
| 47 |
+
|
| 48 |
+
## Limitations
|
| 49 |
+
|
| 50 |
+
The release has 17 tasks. Some simple geometry tasks are close to solved by
|
| 51 |
+
current models, while functional assembly tasks remain difficult. The current
|
| 52 |
+
reference implementations use Build123D, although the benchmark is intended to
|
| 53 |
+
score submitted CAD artifacts rather than a particular modeling API.
|
| 54 |
+
|
| 55 |
+
## Citation
|
| 56 |
+
|
| 57 |
+
Anonymous Author(s). CAD-bench: An Executable Benchmark for Language-Model CAD
|
| 58 |
+
Agents. NeurIPS Evaluations & Datasets submission, 2026.
|