Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- text-to-3d
|
| 5 |
- image-to-3d
|
|
@@ -8,6 +9,11 @@ language:
|
|
| 8 |
tags:
|
| 9 |
- CAD
|
| 10 |
- code-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# CADFS Dataset
|
| 13 |
|
|
@@ -31,7 +37,7 @@ This dataset was used to train and evaluate **[CADFS](https://huggingface.co/Vla
|
|
| 31 |
---
|
| 32 |
|
| 33 |
## Data Description
|
| 34 |
-
|
| 35 |
### `dataset/` — Processed Data
|
| 36 |
|
| 37 |
| File | Description |
|
|
@@ -137,13 +143,12 @@ It may be used for any purpose, including commercial, with attribution.
|
|
| 137 |
If you use this dataset in your research, please cite:
|
| 138 |
|
| 139 |
```bibtex
|
| 140 |
-
@
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
booktitle
|
| 144 |
-
|
| 145 |
-
year
|
| 146 |
-
|
| 147 |
-
langid = {english}
|
| 148 |
}
|
| 149 |
```
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
arxiv: 2605.01925
|
| 4 |
task_categories:
|
| 5 |
- text-to-3d
|
| 6 |
- image-to-3d
|
|
|
|
| 9 |
tags:
|
| 10 |
- CAD
|
| 11 |
- code-generation
|
| 12 |
+
size_categories:
|
| 13 |
+
- 100K<n<1M
|
| 14 |
+
pretty_name: >-
|
| 15 |
+
CADFS: A Big CAD Program Dataset and Framework for Computer-Aided Design with
|
| 16 |
+
Large Language Models
|
| 17 |
---
|
| 18 |
# CADFS Dataset
|
| 19 |
|
|
|
|
| 37 |
---
|
| 38 |
|
| 39 |
## Data Description
|
| 40 |
+
Each archive follows the ABC dataset structure: files are organized as `{modality}/{chunk_id}/{model_id}.{ext}`.
|
| 41 |
### `dataset/` — Processed Data
|
| 42 |
|
| 43 |
| File | Description |
|
|
|
|
| 143 |
If you use this dataset in your research, please cite:
|
| 144 |
|
| 145 |
```bibtex
|
| 146 |
+
@InProceedings{pyatov2026cadfs,
|
| 147 |
+
author = {Pyatov, Vladislav and Bobrovskikh, Gleb and Galochkin, Saveliy and Boldyrev, Nikita and Voynov, Oleg and Filippov, Alexander and Ferrer, Gonzalo and Wonka, Peter and Burnaev, Evgeny},
|
| 148 |
+
title = {CADFS: A Big CAD Program Dataset and Framework for Computer-Aided Design with Large Language Models},
|
| 149 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
| 150 |
+
month = {June},
|
| 151 |
+
year = {2026},
|
| 152 |
+
pages = {10176-10186}
|
|
|
|
| 153 |
}
|
| 154 |
```
|