Datasets:

Modalities:
Image
Text
Formats:
parquet
DOI:
nielsr HF Staff commited on
Commit
51fca8a
·
verified ·
1 Parent(s): 9358ebf

Add paper link and task category

Browse files

Hi! 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.

Files changed (1) hide show
  1. README.md +19 -0
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.