Sign in to create and edit playbooks. Sign In Register

Data Preparation

Order: #1 activities

Updated 4 months ago

Description

Prepare a richly annotated program graph dataset ready for model training — from raw repositories through compiled projects, graph construction, and node representation computation.

Activities in this Phase
Order Name Actions
Collect and Compile Source
#1 Split dataset by file
#1 Scrape target repositories
#1 Extract variable usage slots
#1 Filter compilable projects
Build Program Graphs
#1 Parse source to AST
#1 Add data flow edges
#1 Add semantic shortcut edges
#1 Add backward edges
Compute Node Representations
#1 Compute subtoken embeddings
#1 Assemble initial node state
#1 Compute type hierarchy embeddings