GEAKG: Generative Executable Algorithm Knowledge Graphs
arXiv cs.AI / 3/31/2026
📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research
Key Points
- The paper introduces Generative Executable Algorithm Knowledge Graphs (GEAKG), a new knowledge-graph framework meant to represent procedural algorithm knowledge as executable, learnable structures.
- In GEAKG, nodes contain runnable operators, edges encode learned composition patterns, and graph traversal generates problem solutions.
- The framework is “generative” because an LLM synthesizes the graph topology and operators, “executable” because every node is executable code, and “transferable” because learned composition patterns generalize to new domains in zero-shot settings.
- A domain-agnostic architecture is proposed using a pluggable ontology (RoleSchema) and an ACO-based learning engine, allowing the same core system to be instantiated across problem types.
- Two case studies support the hypothesis: neural architecture search transfer across 70 cross-dataset pairs and zero-shot transfer from TSP to scheduling/assignment combinatorial optimization domains.


