paper-with-me

홈 › Papers

Verification-Aware Planning for Multi-Agent Systems

2025-10-20 · Tianyang Xu, Dan Zhang, Kushan Mitra, Estevam Hruschka arxiv

Large language model (LLM) agents are increasingly deployed to tackle complex tasks, often necessitating collaboration among multiple specialized agents. However, multi-agent collaboration introduces new challenges in planning, coordination, and verification. Execution failures frequently arise not from flawed reasoning alone, but from subtle misalignments in task interpretation, output format, or inter-agent handoffs. To address these challenges, we present VeriMAP, a framework for multi-agent collaboration with verification-aware planning. The VeriMAP planner decomposes tasks, models subtask dependencies, and encodes planner-defined passing criteria as subtask verification functions (VFs) in Python and natural language. We evaluate VeriMAP on diverse datasets, demonstrating that it outperforms both single- and multi-agent baselines while enhancing system robustness and interpretability. Our analysis highlights how verification-aware planning enables reliable coordination and iterative refinement in multi-agent systems, without relying on external labels or annotations.

📄 PDF Abstract BibTeX arXiv:2510.17109

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Schema-Aware Planning and Hybrid Knowledge Toolset for Reliable Knowledge Graph Triple Verification

2026-04-05 · Xinyan Ma, Xianhao Ou, Weihao Zhang, Shixin Jiang 외 arxiv

Knowledge Graphs (KGs) serve as a critical foundation for AI systems, yet their automated construction inevitably introduces noise, compromising data trustworthiness. Existing triple verification methods, based on graph …

Knowledge Graphs

Agentic Neuro-Symbolic Planning and Commissioning for Human-in-the-Loop Industrial Robotics with Digital Twins

2026-06-06 · Zhihao Liu, Victor Nan Fernandez-Ayala, Tianyu Wang, Qiang Qin 외 arxiv

Flexible robotic automation requires systems that interpret operator intent, verify physical feasibility, and recover from execution failures across both the planning and execution stages. This paper proposes an agentic …

ALAS: A Stateful Multi-LLM Agent Framework for Disruption-Aware Planning

2025-05-18 · Edward Y. Chang, Longling Geng

Large language models (LLMs) excel at rapid generation of text and multimodal content, yet they falter on transaction-style planning that demands ACID-like guarantees and real-time disruption recovery. We present Adaptiv…

Job Shop SchedulingScheduling

AI Agent Systems: Architectures, Applications, and Evaluation

2026-01-05 · Bin Xu arxiv

AI agents -- systems that combine foundation models with reasoning, planning, memory, and tool use -- are rapidly becoming a practical interface between natural-language intent and real-world computation. This survey syn…

Decision Making

Multi-Agent Legal Verifier Systems for Data Transfer Planning

2025-11-14 · Ha-Thanh Nguyen, Wachara Fungwacharakorn, Ken Satoh arxiv

Legal compliance in AI-driven data transfer planning is becoming increasingly critical under stringent privacy regulations such as the Japanese Act on the Protection of Personal Information (APPI). We propose a multi-age…