paper-with-me

Papers

GEAKG: Generative Executable Algorithm Knowledge Graphs

2026-03-30 · Camilo Chacón Sartori, José H. García, Andrei Voicu Tomut, Christian Blum arxiv

In the context of algorithms for problem solving, procedural knowledge -- the know-how of algorithm design and operator composition -- remains implicit in code, lost between runs, and must be re-engineered for each new domain. Knowledge graphs (KGs) have proven effective for organizing declarative knowledge, yet current KG paradigms provide limited support for representing procedural knowledge as executable, learnable graph structures. We introduce \textit{Generative Executable Algorithm Knowledge Graphs} (GEAKG), a class of KGs whose nodes store executable operators, whose edges encode learned composition patterns, and whose traversal generates solutions. A GEAKG is \emph{generative} (topology and operators are synthesized by a Large Language Model), \emph{executable} (every node is runnable code), and \emph{transferable} (learned patterns generalize zero-shot across domains). The framework is domain-agnostic at the engine level: the same three-layer architecture and Ant Colony Optimization (ACO)-based learning engine can be instantiated across domains, parameterized by a pluggable ontology (\texttt{RoleSchema}). Two case studies -- sharing no domain-specific framework code -- provide concrete evidence for this framework hypothesis: (1)~Neural Architecture Search across 70 cross-dataset transfer pairs on two tabular benchmarks, and (2)~Combinatorial Optimization, where knowledge learned on the Traveling Salesman Problem transfers zero-shot to scheduling and assignment domains. Taken together, the results support that algorithmic expertise can be explicitly represented, learned, and transferred as executable knowledge graphs.

📄 PDF Abstract BibTeX arXiv:2603.27922

Code (0)

등록된 구현이 없습니다.

Tasks

Neural Architecture SearchKnowledge Graphs

Similar Papers 제목 키워드 기반

What Makes AI Research Replicable? Executable Knowledge Graphs as Scientific Knowledge Representations

2025-10-20 · Yujie Luo, Zhuoyun Yu, Xuehai Wang, Yuqi Zhu 외 arxiv

Replicating AI research is a crucial yet challenging task for large language model (LLM) agents. Existing approaches often struggle to generate executable code, primarily due to insufficient background knowledge and the …

Knowledge Graphs

Ontology-to-tools compilation for executable semantic constraint enforcement in LLM agents

2026-02-03 · Xiaochi Zhou, Patrick Bulter, Changxuan Yang, Simon D. Rihm 외 arxiv

We introduce ontology-to-tools compilation as a proof-of-principle mechanism for coupling large language models (LLMs) with formal domain knowledge. Within The World Avatar (TWA), ontological specifications are compiled …

Prompt Engineering

ExeKGLib: Knowledge Graphs-Empowered Machine Learning Analytics

2023-05-04 · Antonis Klironomos, Baifan Zhou, Zhipeng Tan, Zhuoxun Zheng 외

Many machine learning (ML) libraries are accessible online for ML practitioners. Typical ML pipelines are complex and consist of a series of steps, each of them invoking several ML libraries. In this demo paper, we prese…

Interpretable Machine LearningKnowledge Graphs

Executable Code Knowledge: Code as a Native, Validation-Carrying Knowledge Representation for AI Coding Agents

2026-08-17 · Xueping Gao arxiv

AI coding agents need more than relevant snippets: they need business semantics, validation evidence, relations, and assurance that their context is current. Existing systems usually infer or externalize this knowledge t…

From Graph Retrieval to Schema Realization: Counterfactual Validation for Text-to-SPARQL over Heterogeneous Knowledge Graphs

2025-08-03 · Chengxiao Dai, Yue Xiu, Dusit Niyato arxiv

Text-to-SPARQL maps natural-language questions to executable SPARQL queries over RDF knowledge graphs. While standard evaluations often fix the target graph in advance, practical knowledge graph question answering (KGQA)…

Graph Question AnsweringKnowledge Graphs