paper-with-me

Papers

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 propose G2CP (Graph-Grounded Communication Protocol), a structured agent communication language where messages are graph operations rather than free text. Agents exchange explicit traversal commands, subgraph fragments, and update operations over a shared knowledge graph, enabling verifiable reasoning traces and eliminating ambiguity. We validate G2CP within an industrial knowledge management system where specialized agents (Diagnostic, Procedural, Synthesis, and Ingestion) coordinate to answer complex queries. Experimental results on 500 industrial scenarios and 21 real-world maintenance cases show that G2CP reduces inter-agent communication tokens by 73%, improves task completion accuracy by 34% over free-text baselines, eliminates cascading hallucinations, and produces fully auditable reasoning chains. G2CP represents a fundamental shift from linguistic to structural communication in multi-agent systems, with implications for any domain requiring precise agent coordination. Code, data, and evaluation scripts are publicly available.

📄 PDF Abstract BibTeX arXiv:2602.13370

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LOKA Protocol: A Decentralized Framework for Trustworthy and Ethical AI Agent Ecosystems

2025-04-15 · Rajesh Ranjan, Shailja Gupta, Surya Narayan Singh

The rise of autonomous AI agents, capable of perceiving, reasoning, and acting independently, signals a profound shift in how digital ecosystems operate, govern, and evolve. As these agents proliferate beyond centralized…

AI AgentEthics

Verifiable Semantics for Agent-to-Agent Communication

2026-02-18 · Philipp Schoenegger, Matt Carlson, Chris Schneider, Chris Daly arxiv

Multiagent AI systems require consistent communication, but we lack methods to verify that agents share the same understanding of the terms used. Natural language is interpretable but vulnerable to semantic drift, while …

Privacy-Preserving Federated Learning from Partial Decryption Verifiable Threshold Multi-Client Functional Encryption

2025-11-17 · Minjie Wang, Jinguang Han, Weizhi Meng arxiv

In federated learning, multiple parties can cooperate to train the model without directly exchanging their own private data, but the gradient leakage problem still threatens the privacy security and model integrity. Alth…

Federated Learning

Towards Verifiable AI with Lightweight Cryptographic Proofs of Inference

2026-03-19 · Pranay Anchuri, Matteo Campanelli, Paul Cesaretti, Rosario Gennaro 외 arxiv

When large AI models are deployed as cloud-based services, clients have no guarantee that responses are correct or were produced by the intended model. Rerunning inference locally is infeasible for large models, and exis…

Agent Name Service (ANS): A Proof-of-Concept Trust Layer for Secure AI Agent Discovery, Identity, and Governance in Kubernetes

2026-04-29 · Akshay Mittal, Elyson De La Cruz arxiv

Autonomous AI agent ecosystems require stronger mechanisms for secure discovery, identity verification, capability attestation, and policy governance. Current deployments frequently lack (1) uniform agent discovery, (2) …