Garygedegege commited on
Commit
4dd42f2
·
verified ·
1 Parent(s): 835627f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -26,4 +26,21 @@ configs:
26
  path: test-*
27
  - split: train
28
  path: train-*
29
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  path: test-*
27
  - split: train
28
  path: train-*
29
+ ---
30
+ # Dataset Card for CADReview
31
+ Project Page:
32
+ https://cgl-pro.github.io/cadreview/
33
+
34
+ ## Dataset Description
35
+
36
+ The CADReview dataset is introduced to support the CAD review task—automatically detecting and correcting errors in CAD programs based on reference images. This task is fundamentally challenging for current multimodal large language models (MLLMs) due to the intricate alignment required between code and 3D geometry.
37
+
38
+ ## Citation Information
39
+ ```
40
+ @article{chen2025cadreview,
41
+ title={CADReview: Automatically Reviewing CAD Programs with Error Detection and Correction},
42
+ author={Chen, Jiali and Hei, Xusen and Liu, HongFei and Wei, Yuancheng and Deng, Zikun and Xie, Jiayuan and Cai, Yi and Qing, Li},
43
+ journal={arXiv preprint arXiv:2505.22304},
44
+ year={2025}
45
+ }
46
+ ```