SketchGraphs: A Large-Scale Dataset for Relational Geometry in CAD Central Question: What is SketchGraphs and why does it matter for CAD and machine learning research? SketchGraphs is a dataset of 15 million CAD sketches extracted from real-world models. Each sketch is represented as a geometric constraint graph, where nodes are geometric primitives and edges represent designer-imposed constraints such as parallelism, tangency, or perpendicularity. The dataset is designed to support machine learning for design automation and geometric program induction, and it provides both raw and processed data formats for different use cases. SketchGraphs Illustration This article explains what SketchGraphs contains, how …