paper-with-me

Papers

Multi-Agent Procedural Graph Extraction with Structural and Logical Refinement

2026-01-27 · Wangyang Ying, Yanchi Liu, Xujiang Zhao, Wei Cheng, Zhengzhang Chen, Wenchao Yu, Yanjie Fu, Haifeng Chen arxiv

Automatically extracting workflows as procedural graphs from natural language is promising yet underexplored, demanding both structural validity and logical alignment. While recent large language models (LLMs) show potential for procedural graph extraction, they often produce ill-formed structures or misinterpret logical flows. We present \model{}, a multi-agent framework that formulates procedural graph extraction as a multi-round reasoning process with dedicated structural and logical refinement. The framework iterates through three stages: (1) a graph extraction phase with the graph builder agent, (2) a structural feedback phase in which a simulation agent diagnoses and explains structural defects, and (3) a logical feedback phase in which a semantic agent aligns semantics between flow logic and linguistic cues in the source text. Important feedback is prioritized and expressed in natural language, which is injected into subsequent prompts, enabling interpretable and controllable refinement. This modular design allows agents to target distinct error types without supervision or parameter updates. Experiments demonstrate that \model{} achieves substantial improvements in both structural correctness and logical consistency over strong baselines.

📄 PDF Abstract BibTeX arXiv:2601.19170

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Automating Skill Acquisition through Large-Scale Mining of Open-Source Agentic Repositories: A Framework for Multi-Agent Procedural Knowledge Extraction

2026-03-12 · Shuzhen Bi, Mengsong Wu, Hao Hao, Keqian Li 외 arxiv

The transition from monolithic large language models (LLMs) to modular, skill-equipped agents represents a fundamental architectural shift in artificial intelligence deployment. While general-purpose models demonstrate r…

Playing by the Book: An Interactive Game Approach for Action Graph Extraction from Text

2018-11-10 · WS 2019 6 · Ronen Tamari, Hiroyuki Shindo, Dafna Shahaf, Yuji Matsumoto

Understanding procedural text requires tracking entities, actions and effects as the narrative unfolds. We focus on the challenging real-world problem of action-graph extraction from material science papers, where langua…

Procedural Graphs: Self-Evolving Execution Structures for LLM Agents

2026-09-08 · Yuxing Lu, Yicheng Chen, Shanchan Wu, Sercan Ö. Arık hf

Large language models are increasingly deployed as agents that plan over long horizons and act through external tools. Most agents select actions through unconstrained generation over an accumulating history, leaving imp…

PAGED: A Benchmark for Procedural Graphs Extraction from Documents

2024-08-07 · Weihong Du, Wenrui Liao, Hongru Liang, Wenqiang Lei

Automatic extraction of procedural graphs from documents creates a low-cost way for users to easily understand a complex procedure by skimming visual graphs. Despite the progress in recent studies, it remains unanswered:…

G2CP: A Graph-Grounded Communication Protocol for Verifiable and Efficient Multi-Agent Reasoning

2026-02-13 · Karim Ben Khaled, Davy Monticolo arxiv

Multi-agent systems powered by Large Language Models face a critical challenge: agents communicate through natural language, leading to semantic drift, hallucination propagation, and inefficient token consumption. We pro…