Compute subtoken embeddings
CRS-1 Order: #1 Data Preparation
Updated 4 months ago
Guidance
Split each node name on camelCase and pascal_case boundaries into subtokens (e.g. classTypes → [class, types]). Learn an embedding for each subtoken. Compute the node name embedding as the average of its subtoken embeddings.
Details
- Order:
- #1
- Phase:
- Created:
- May 20, 2026
- Last Updated:
- May 20, 2026
Workflow
Compute Node Representations
Compute initial node state vectors by combining subtoken embeddings of identifier names with type hierarchy embeddings, producing graph-ready node features.
View WorkflowAssigned Agent
No agent assigned
Required Skills
No skills linked
Rules
No rules linked.
Input Artifacts
No input artifacts
Output Artifacts
No output artifacts