Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Wenjin Li, Jiaming Cui• 2026

Related benchmarks

TaskDatasetResultRank
ConnectivityNLGraph
Accuracy (0-20)99.8
6
ConnectivityNLGraph easy
Accuracy94.8
3
ConnectivityNLGraph medium
Accuracy90.7
3
ConnectivityNLGraph hard
Accuracy83.1
3
CycleNLGraph medium
Accuracy81.5
3
CycleNLGraph hard
Accuracy80.2
3
Shortest PathNLGraph
Accuracy (0-20)91.7
3
Shortest PathNLGraph easy
Accuracy (NLGraph easy)97.7
3
Shortest PathNLGraph hard
Accuracy98
3
CycleNLGraph easy
Accuracy81.3
3
Showing 10 of 15 rows

Other info

Follow for update