Activities in Compute Node Representations
3 activities · 1 phase
| # | Name | Abbrev. | Guidance | Dependencies | Actions |
|---|---|---|---|---|---|
|
Data Preparation
3
|
|||||
| 1 | Assemble initial node state | CRS-1 | Concatenate the node name embedding with the type representation. Pad the result with zeros to … | ||
| 1 | Compute subtoken embeddings | CRS-1 | Split each node name on camelCase and pascal_case boundaries into subtokens (e.g. classTypes → [class, … | ||
| 1 | Compute type hierarchy embeddings | CRS-1 | For each variable, collect the full set of its supertypes (type lattice τ(v)). Learn an … | ||