paper-with-me

Papers

MA-GTS: A Multi-Agent Framework for Solving Complex Graph Problems in Real-World Applications

2025-02-25 · Zike Yuan, Ming Liu, Hui Wang, Bing Qin

Graph-theoretic problems arise in real-world applications like logistics, communication networks, and traffic optimization. These problems are often complex, noisy, and irregular, posing challenges for traditional algorithms. Large language models (LLMs) offer potential solutions but face challenges, including limited accuracy and input length constraints. To address these challenges, we propose MA-GTS (Multi-Agent Graph Theory Solver), a multi-agent framework that decomposes these complex problems through agent collaboration. MA-GTS maps the implicitly expressed text-based graph data into clear, structured graph representations and dynamically selects the most suitable algorithm based on problem constraints and graph structure scale. This approach ensures that the solution process remains efficient and the resulting reasoning path is interpretable. We validate MA-GTS using the G-REAL dataset, a real-world-inspired graph theory dataset we created. Experimental results show that MA-GTS outperforms state-of-the-art approaches in terms of efficiency, accuracy, and scalability, with strong results across multiple benchmarks (G-REAL 94.2%, GraCoRe 96.9%, NLGraph 98.4%).MA-GTS is open-sourced at https://github.com/ZIKEYUAN/MA-GTS.git.

📄 PDF Abstract BibTeX arXiv:2502.18540

Code (1)

zikeyuan/ma-gts 공식 구현

Similar Papers 제목 키워드 기반

PDE-Agent: A toolchain-augmented multi-agent framework for PDE solving

2025-12-18 · Jianming Liu, Ren Zhu, Jian Xu, Kun Ding 외 arxiv

Solving Partial Differential Equations (PDEs) is a cornerstone of engineering and scientific research. Traditional methods for PDE solving are cumbersome, relying on manual setup and domain expertise. While Physics-Infor…

DynTaskMAS: A Dynamic Task Graph-driven Framework for Asynchronous and Parallel LLM-based Multi-Agent Systems

2025-03-10 · Junwei Yu, Yepeng Ding, Hiroyuki Sato

The emergence of Large Language Models (LLMs) in Multi-Agent Systems (MAS) has opened new possibilities for artificial intelligence, yet current implementations face significant challenges in resource management, task co…

ManagementScheduling

Cross-Task Experiential Learning on LLM-based Multi-Agent Collaboration

2025-05-29 · Yilong Li, Chen Qian, Yu Xia, Ruijie Shi 외

Large Language Model-based multi-agent systems (MAS) have shown remarkable progress in solving complex tasks through collaborative reasoning and inter-agent critique. However, existing approaches typically treat each tas…

Large Language Model

BMW Agents -- A Framework For Task Automation Through Multi-Agent Collaboration

2024-06-28 · Noel Crawford, Edward B. Duffy, Iman Evazzade, Torsten Foehr 외

Autonomous agents driven by Large Language Models (LLMs) offer enormous potential for automation. Early proof of this technology can be found in various demonstrations of agents solving complex tasks, interacting with ex…

Chain-of-Agents: End-to-End Agent Foundation Models via Multi-Agent Distillation and Agentic RL

2025-08-06 · Weizhen Li, Jianbo Lin, Zhuosong Jiang, Jingyi Cao 외 arxiv

Recent advances in large language models (LLMs) and multi-agent systems have demonstrated remarkable capabilities in complex problem-solving tasks such as deep research, vibe coding, and mathematical reasoning. However, …

Reinforcement LearningMathematical Reasoning