Awesome AI4CAD Hub Papers · Datasets · Projects
← Back to papers

STEP-LLM: Generating CAD STEP Models from Natural Language with Large Language Models

arXiv 2026 64.5 method

TLDR

STEP-LLM generates CAD STEP models from natural language using LLMs with RAG and RL, addressing graph-structured B-rep challenges.

Reasoning

The paper introduces a novel method for generating STEP files (B-rep) from text, with a curated dataset and preprocessing techniques. Strengths include addressing a practical manufacturing format and using RAG/RL; weaknesses include limited baseline comparison and no explicit real-world validation.

Read-first score

Read-first score 64.5, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 85.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 25%
90

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=baseline,dataset,experiment,metric,result

Topical relevance 42%
53.1

Uses existing LLM keyword relevance scores normalized to 0-100. AI for CAD,computer-aided design,neural CAD,generative CAD,parametric CAD,B-Rep,boundary representation,constructive solid geometry,CSG,sketch extrusion,CAD generation,CAD reconstruction,text-to-CAD,image-to-CAD,point cloud to CAD,CAD program

Reproducibility 25%
46

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=artifact,dataset

Field roles

FrontierMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 4.

Keyword Scores

B-Rep
10
boundary representation
10
CAD generation
10
text-to-CAD
10
computer-aided design
9
generative CAD
9
AI for CAD
8
neural CAD
7
parametric CAD
3
CAD reconstruction
2
CAD program
2
constructive solid geometry
1
CSG
1
sketch extrusion
1
image-to-CAD
1
point cloud to CAD
1

Deep Analysis

Innovations

  • Curated dataset of ~40K STEP-caption pairs
  • DFS-based reserialization to linearize cross-references while preserving locality
  • Chain-of-thought-style structural annotations for global coherence
  • Retrieval-augmented generation (RAG) to ground predictions in relevant examples
  • Reinforcement learning with Chamfer Distance-based geometric reward

Methodology

STEP-LLM fine-tunes an LLM on ~40K STEP-caption pairs with preprocessing including DFS-based reserialization and chain-of-thought structural annotations. It integrates retrieval-augmented generation and reinforcement learning with a Chamfer Distance-based geometric reward, and is evaluated against the Text2CAD baseline using geometric fidelity, completeness, renderability, and Chamfer Distance metrics.

Key Results

STEP-LLM achieves consistent gains in geometric fidelity over Text2CAD; RAG improves completeness and renderability, DFS reserialization strengthens overall accuracy, and RL reduces geometric discrepancy, confirmed by metrics and visual comparisons.

Tags

AI