Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/31 04:00:00
UrbanDS: A Graph-Guided LLM Multi-Agent System for Data-Intensive Urban Tasks
AI 中文解读
AI给城市装上"智慧大脑"了!武汉东西湖区已经用上这套系统,以后城市管理能更聪明。
这项叫UrbanDS的技术,相当于给AI配了一个超级数据管家。以前AI分析城市数据时,面对交通、人口、天气这些来自不同部门的海量信息,常常手忙脚乱。现在它学会了把杂乱的数据整理成一张"关系网",比如发现某路段拥堵和附近商场促销活动有关联。系统里还有一组AI员工分工协作:有的负责给每份数据写"说明书",有的负责找数据之间的"亲戚关系",还有的专门制定分析计划、动手干活、写总结报告。
对普通人来说,最直接的好处是城市服务会更贴心。比如上下班高峰期,交通调度系统能更精准地预判哪里会堵车,提前优化红绿灯;政府部门在规划公交线路、调配公共资源时也能更有依据。这套系统已经在武汉东西湖区的城市运营平台实际运行,未来或许会在更多城市推广,让我们的城市生活变得更加高效便捷。
arXiv:2607.26724v1 Announce Type: new
Abstract: 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.
分享
阅读原文 ↗