菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-19
📄 Abstract - Conflict-Resilient Multi-Agent Reasoning via Signed Graph Modeling

LLM-based multi-agent systems (MAS) have demonstrated strong reasoning and decision-making capabilities that consistently surpass those of single LLM agents. However, their performance often suffers from naive aggregation mechanisms that assume uniformly cooperative interactions. Upon close inspection, we observe that existing graph-based MAS frameworks (1) propagate errors when conflicting signals arise without control, and (2) lack explicit modeling of conflicting inter-agent relations as well as structural awareness, failing to identify reliable interaction patterns. To bridge this gap, we introduce SIGMA, a novel SIgned Graph-informed Multi-Agent reasoning framework that explicitly captures trust, conflict, and neutral relations among agents via a signed relational graph. Specifically, given a query, SIGMA first selects a set of relevant and diverse agents, then constructs a structured signed interaction graph with confidence-weighted edges. Reasoning proceeds through conflict-aware signed message passing, which reinforces information from trustworthy agents while suppressing conflicting signals, and terminates with a structure- and conflict-aware weighted aggregation to yield globally consistent and conflict-resilient predictions. Extensive experiments on six benchmark datasets, across multiple LLM backbones and diverse multi-agent configurations, demonstrate that SIGMA consistently outperforms state-of-the-art baselines, achieving notable gains in both accuracy and conflict-resilient performance.

顶级标签: llm multi-agents
详细标签: signed graph conflict resolution multi-agent reasoning message passing benchmark 或 搜索:

基于符号图建模的抗冲突多智能体推理 / Conflict-Resilient Multi-Agent Reasoning via Signed Graph Modeling


1️⃣ 一句话总结

本文提出了一种名为SIGMA的多智能体推理框架,通过构建带信任与冲突标记的符号图,让智能体在推理时自动强化可信信息、抑制冲突信号,从而在多个任务上显著提升准确率和抗干扰能力。

源自 arXiv: 2605.19418