paper-with-me

홈 › Papers

UrbanDS: A Graph-Guided LLM Multi-Agent System for Data-Intensive Urban Tasks

2026-07-29 · Zhilun Zhou, Jianghao Yu, Yuming Lin, yongjun yang, Sun Yongquan, Depeng Jin, Yong Li arxiv

Large language model (LLM) agents have been widely applied in automating data science tasks. However, existing methods typically rely on a limited set of provided datasets, and they face challenges in data-intensive scenarios that require discovering and leveraging relevant information from large-scale and heterogeneous data repositories. Urban tasks are representative examples of such scenarios, as urban data are not only large-scale and multi-sourced, but also exhibit complex spatial, temporal, and semantic relationships. To address these challenges, we propose UrbanDS, a graph-guided LLM multi-agent system for data-intensive urban tasks. We first construct a unified dataset graph to organize reusable dataset skills and the relationships among datasets. Specifically, we develop a Data Profiling Agent that constructs a skill for each dataset. Moreover, a Relation Agent identifies relationships among datasets and integrates these relationships into the dataset graph. At runtime, a Planner Agent retrieves task-relevant datasets from the graph and generates execution plans. Multiple Execution Agents then perform data processing and analysis, while their execution progress and intermediate results are shared through a common memory. Finally, a Report Agent synthesizes the experimental logs into a report, which can be further refined based on user feedback. To systematically evaluate the capability of agents in handling data-intensive urban scenarios, we further construct UrbanDS-Bench, an urban data science benchmark covering representative data analysis and modeling tasks. Experiments on both general and urban benchmarks demonstrate that UrbanDS consistently outperforms existing data science agents on data-intensive tasks. Furthermore, UrbanDS has been deployed on the urban operations platform of Dongxihu District, Wuhan, demonstrating its effectiveness in real-world urban applications.

📄 PDF Abstract BibTeX arXiv:2607.26724

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reward-Guided Autoregressive Graph Generation for Efficient Multi-Agent Communication Topology Design

2026-08-20 · Poomphob Suwannapichat, Boonyarit Changaival, Caesar Wu, Pascal Bouvry arxiv

LLM-based Multi-Agent Systems (MAS) achieve strong performance on complex reasoning tasks by coordinating multiple agents, but at the cost of substantial token consumption. Recent work on automatic topology design, ARG-D…

Reinforcement LearningGraph Generation

Agent-ScanKit: Unraveling Memory and Reasoning of Multimodal Agents via Sensitivity Perturbations

2025-10-01 · Pengzhou Cheng, Lingzhong Dong, Zeng Wu, Zongru Wu 외 arxiv

Although numerous strategies have recently been proposed to enhance the autonomous interaction capabilities of multimodal agents in graphical user interface (GUI), their reliability remains limited when faced with comple…

QuadAgent: A Responsive Agent System for Vision-Language Guided Quadrotor Agile Flight

2026-04-03 · Ao Zhuang, Feng Yu, Tianbao Zhang, Linzuo Zhang 외 arxiv

We present QuadAgent, a training-free agent system for agile quadrotor flight guided by vision-language inputs. Unlike prior end-to-end or serial agent approaches, QuadAgent decouples high-level reasoning from low-level …

G-Safeguard: A Topology-Guided Security Lens and Treatment on LLM-based Multi-agent Systems

2025-02-16 · Shilong Wang, Guibin Zhang, Miao Yu, Guancheng Wan 외

Large Language Model (LLM)-based Multi-agent Systems (MAS) have demonstrated remarkable capabilities in various complex tasks, ranging from collaborative problem-solving to autonomous decision-making. However, as these s…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

From Task-Guided Conversational Graphs to Goal-Oriented Dialogue Runtimes

2026-06-22 · Mariano Garralda-Barrio arxiv

Graph and multi-agent orchestration frameworks make production large language model (LLM) workflows practical, but they do not by themselves solve conversational continuity when users maintain several interdependent obje…