GraphDC: A Divide-and-Conquer Multi-Agent System for Scalable Graph Algorithm Reasoning

Wenjin Li, Jiaming Cui

arXiv:2605.06671 · 2026-05-11 공개 · arXiv · PDF

llm-reasoning multi-agent-system agent-coordination graph-algorithms divide-and-conquer graph-decomposition scalable-reasoning graph-topology

Abstract

Large Language Models (LLMs) have demonstrated strong potential for many mathematical problems. However, their performance on graph algorithmic tasks is still unsatisfying, since graphs are naturally more complex in topology and often require systematic multi-step reasoning, especially on larger graphs. Motivated by this gap, we propose GraphDC, a Divide-and-Conquer multi-agent framework for scalable graph algorithm reasoning. Specifically, inspired by Divide-and-Conquer design, GraphDC decomposes an input graph into smaller subgraphs, assigns each subgraph to a specialized agent for local reasoning, and uses a master agent to integrate the local outputs with inter-subgraph information to produce the final solution. This hierarchical design reduces the reasoning burden on individual agents, alleviates computational bottlenecks, and improves robustness on large graph instances. Extensive experiments show that GraphDC consistently outperforms existing methods on graph algorithm reasoning across diverse tasks and scales, especially on larger instances where direct end-to-end reasoning is less reliable.

한국어 요약

📋 한 줄 요약

**[멀티 에이전트 LLM/그래프 추론]** 그래프 알고리즘 문제를 분할 정복으로 분해하고, 부분 그래프 전문 에이전트와 마스터 에이전트가 협업해 대규모 그래프에서도 안정적인 추론을 가능케 하는 GraphDC 제안.

🎯 핵심 기여도

💡 핵심 아이디어

LLM은 토폴로지가 복잡하고 다단계 추론이 필요한 큰 그래프에서 종단간 추론이 종종 실패한다. 그래프를 작은 부분 그래프로 나누어 개별 에이전트가 국소 추론을 수행하고, 마스터 에이전트가 부분 간 정보를 통합하면 개별 에이전트의 추론 부담과 계산 병목이 모두 완화된다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: 컨텍스트 길이와 추론 깊이가 함께 증가하는 그래프 문제에서 LLM 활용 가능 범위를 확장하며, 멀티 에이전트 설계 원칙의 일반적 유용성을 보여준다. **한계**: 에이전트 호출 비용이 부분 그래프 수에 비례해 증가하고, 분할 전략에 대한 의존성·민감도는 추가 분석이 필요하다.

🚀 실용적 활용