Add paper link and task category
Browse filesHi! This PR improves the dataset card for CADBench by:
- Adding the relevant task category (`image-to-text`).
- Linking it to the associated paper: [CADBench: A Multimodal Benchmark for AI-Assisted CAD Program Generation](https://huggingface.co/papers/2605.10873).
- Providing a summary of the dataset content, modalities, and metrics based on the paper abstract.
README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: file_id
|
|
@@ -58,3 +60,20 @@ configs:
|
|
| 58 |
- split: bench0F
|
| 59 |
path: data/bench0F-*
|
| 60 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-to-text
|
| 4 |
dataset_info:
|
| 5 |
features:
|
| 6 |
- name: file_id
|
|
|
|
| 60 |
- split: bench0F
|
| 61 |
path: data/bench0F-*
|
| 62 |
---
|
| 63 |
+
|
| 64 |
+
# CADBench
|
| 65 |
+
|
| 66 |
+
CADBench is a unified multimodal benchmark for AI-assisted CAD program generation, introduced in the paper [CADBench: A Multimodal Benchmark for AI-Assisted CAD Program Generation](https://huggingface.co/papers/2605.10873).
|
| 67 |
+
|
| 68 |
+
The benchmark contains 18,000 evaluation samples spanning six benchmark families derived from DeepCAD, Fusion 360, ABC, MCB, and Objaverse. It is designed to measure progress in editable 3D reconstruction and multimodal CAD understanding.
|
| 69 |
+
|
| 70 |
+
### Dataset Summary
|
| 71 |
+
|
| 72 |
+
CADBench supports evaluation across five input modalities:
|
| 73 |
+
- **Clean meshes**
|
| 74 |
+
- **Noisy meshes**
|
| 75 |
+
- **Single-view renders**
|
| 76 |
+
- **Photorealistic renders (PBR)**
|
| 77 |
+
- **Multi-view renders**
|
| 78 |
+
|
| 79 |
+
The benchmark evaluates models across six metrics covering geometric fidelity, executability, and program compactness. STEP-based families are stratified by B-rep face count to support controlled analysis across complexity and object variation.
|