Conflict-Resilient Multi-Agent Reasoning via Signed Graph Modeling

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Robotics & Autonomous Systems · Depth: Expert, extended

Summary

SIGMA, a novel SIgned Graph-informed Multi-Agent reasoning framework, addresses limitations in LLM-based multi-agent systems (MAS) that assume uniformly cooperative interactions. Existing graph-based MAS propagate errors and lack explicit modeling of conflicting inter-agent relations. SIGMA explicitly captures trust, conflict, and neutral relations via a signed relational graph. It selects relevant agents, constructs a confidence-weighted signed interaction graph, and performs conflict-aware signed message passing to reinforce trustworthy information while suppressing conflicting signals. Extensive experiments on six benchmark datasets, including MMLU, MMLU-Pro, GPQA, GSM8K, MultiArith, and HumanEval, using gpt-5.4 and gpt-5.4-mini backbones, demonstrate SIGMA consistently outperforms state-of-the-art baselines, achieving notable gains in accuracy and conflict-resilient performance, with an average accuracy of 89.17%.

Key takeaway

For AI Scientists and Machine Learning Engineers developing multi-agent LLM systems, you should consider integrating signed graph modeling to enhance system robustness. Explicitly accounting for trust and conflict among agents, rather than assuming uniform cooperation, can significantly improve accuracy and resilience against noisy or unreliable outputs. Implement conflict-aware message passing to prevent error propagation and ensure more consistent, high-quality predictions in complex reasoning tasks.

Key insights

Signed graphs explicitly model trust and conflict in multi-agent LLM systems, enhancing reasoning robustness.

Principles

Method

SIGMA performs query-guided agent selection, constructs a signed relational graph, uses conflict-aware signed message passing, and concludes with structure- and conflict-aware weighted aggregation.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.