paper-with-me

Papers

Knowledge-Centric Agents for Workflow Generation

2026-07-17 · Zhendong Li, Lei Sun, Ruibo Ming, He Zhang, Danda Pani Paudel, Luc Van Gool, Jinjin Gu arxiv

Workflow generation in visual creation systems such as ComfyUI demands not only syntactic accuracy but also expert-level reasoning over modular compositions. Existing large language model (LLM) approaches often treat this as a direct text-to-JSON generation task, struggling with structural brittleness and lacking the experiential knowledge required for effective design. We argue that successful workflow generation requires modeling knowledge itself, including its structure, hierarchy, and reasoning dynamics. To this end, we propose a knowledge-centric framework that learns to invert, inject, and infer with knowledge across multiple abstraction levels. We first perform knowledge inversion to distill hierarchical representations, ranging from full pseudo-codes and skeletons to high-level strategies, from large collections of real-world workflows. We then conduct knowledge injection through supervised fine-tuning, teaching the model to reason from task descriptions to strategies and from strategies to executable structures. During inference, the model performs reversible reasoning to synthesize executable workflows, augmented by self-refinement for structural coherence. Extensive experiments demonstrate that our method produces workflows with richer node diversity, more coherent structures, and higher execution success rates than existing systems, establishing a new foundation for knowledge-driven, agentic workflow generation.

📄 PDF Abstract BibTeX arXiv:2607.15845

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Knowledge-Centric Self-Improvement

2026-07-21 · Xuefei Julie Wang, Lauren Hyoseo Yoon, Chengrui Qu, Amanda Zichang Wang 외 arxiv

Self-improving AI systems typically treat the agent as the object that improves, by optimizing prompts, workflows, harnesses, or even the agent's own code. This agent-centric view can make improvements expensive to maint…

Knowledge Distillation

AutoFlow: Automated Workflow Generation for Large Language Model Agents

2024-07-01 · Zelong Li, Shuyuan Xu, Kai Mei, Wenyue Hua 외

Recent advancements in Large Language Models (LLMs) have shown significant progress in understanding complex natural language. One important application of LLM is LLM-based AI Agent, which leverages the ability of LLM as…

AI AgentLanguage ModelingLanguage ModellingLarge Language Model

PersonaRAG: Enhancing Retrieval-Augmented Generation Systems with User-Centric Agents

2024-07-12 · Saber Zerhoudi, Michael Granitzer

Large Language Models (LLMs) struggle with generating reliable outputs due to outdated knowledge and hallucinations. Retrieval-Augmented Generation (RAG) models address this by enhancing LLMs with external knowledge, but…

Information RetrievalQuestion AnsweringRAGRetrieval+1

Automotive Engineering-Centric Agentic AI Workflow Framework

2026-04-09 · Tong Duy Son, Zhihao Liu, Piero Brigida, Yerlan Akhmetov 외 arxiv

Engineering workflows such as design optimization, simulation-based diagnosis, control tuning, and model-based systems engineering (MBSE) are iterative, constraint-driven, and shaped by prior decisions. Yet many AI metho…

Reinforcement Learning

WISE-Flow: Workflow-Induced Structured Experience for Self-Evolving Conversational Service Agents

2026-01-13 · Yuqing Zhou, Zhuoer Wang, Jie Yuan, Hong Wang 외 arxiv

Large language model (LLM)-based agents are widely deployed in user-facing services but remain error-prone in new tasks, tend to repeat the same failure patterns, and show substantial run-to-run variability. Fixing failu…