paper-with-me

홈 › Papers

GraphFlow: An Architecture for Formally Verifiable Visual Workflows Enabling Reliable Agentic AI Automation

2026-05-14 · Drewry H. Morris, Luis Valles, Reza Hosseini Ghomi arxiv

GraphFlow is a visual workflow system designed to improve the reliability of agentic AI automation in multi-step, mission-critical processes. In these workflows, small errors compound rapidly: under an idealized model of independent steps, a ten-step process with 90% per-step reliability completes successfully only 35% of the time. Existing workflow platforms provide durable execution and observability but offer few semantic correctness guarantees, while agentic systems plan at inference time, making behavior sensitive to prompt variation and difficult to audit. GraphFlow is designed to address this gap by treating workflow diagrams as the executable specification, a single artifact defining data scope, execution semantics, and monitoring. At compile time, a restricted class of diagrams is specified to produce reusable automations whose contracts (preconditions, postconditions, and composition obligations) are intended to be proof-checked before admission to a shared library. At runtime, a durable engine records outcomes in an append-only event log and can enforce contracts at system boundaries, supporting replay, retries, and audit. Swimlanes make trust boundaries explicit, separating verified logic from external systems, human judgment, and AI decisions. A year-long pilot across three clinical sites executed 8,728 cohort-enrolled workflow runs with a 97.08% completion rate under an early prototype without the verified-core subsystem; observed failures were localized primarily to external integrations. The formal semantics and proof-checked admission model described here are specified and under active development. Evaluation of the verified core is reserved for future work.

📄 PDF Abstract BibTeX arXiv:2605.14968

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GraphFlow: A Graph-Based Workflow Management for Efficient LLM-Agent Serving

2026-05-21 · Ao Li, Shangpeng Yang, Fahao Chen, Tianheng Xu 외 arxiv

Large Language Model (LLM)-based agents demonstrate strong reasoning and execution capabilities on complex tasks when guided by structured instructions, commonly referred to as workflows. However, existing workflow-assis…

Can Knowledge-Graph-based Retrieval Augmented Generation Really Retrieve What You Need?

2025-10-18 · Junchi Yu, Yujie Liu, Jindong Gu, Philip Torr 외 arxiv

Retrieval-Augmented Generation (RAG) based on knowledge graphs (KGs) enhances large language models (LLMs) by providing structured and interpretable external knowledge. However, existing KG-based RAG methods struggle to …

Knowledge Graphs

Closing the Loop: Formally Verified Law as a Reward Signal for Self-Improving Legal AI

2026-06-22 · Armin Heydari, Torben Leowald arxiv

This article develops an architecture that creates a formally verifiable reward signal to train legal AI, adapting the LLM proposes, verifier disposes paradigm from mathematical AI to the distinctive demands of law. We p…

Explanation Generation

GraphFlow: Exploiting Conversation Flow with Graph Neural Networks for Conversational Machine Comprehension

2019-07-31 · Yu Chen, Lingfei Wu, Mohammed J. Zaki

Conversational machine comprehension (MC) has proven significantly more challenging compared to traditional MC since it requires better utilization of conversation history. However, most existing approaches do not effect…

Graph Neural NetworkGraph structure learningMachine Reading ComprehensionReading Comprehension

ATWL: A Formal Language for Representing, Comparing, and Reusing Visual Analytics Workflows

2026-05-25 · Natalia Andrienko, Gennady Andrienko, Jürgen Bernard, Michael Sedlmair arxiv

Visual analytics (VA) workflows are inherently complex, involving data transformation, feature engineering, visual representation, and human interpretation. They are typically described in unstructured prose, hindering s…

Feature Engineering