paper-with-me

홈 › Papers

Graphs Meet AI Agents: Taxonomy, Progress, and Future Opportunities

2025-06-22 · Yuanchen Bei, Weizhi Zhang, Siwen Wang, Weizhi Chen, Sheng Zhou, Hao Chen, Yong Li, Jiajun Bu, Shirui Pan, Yizhou Yu, Irwin King, Fakhri Karray, Philip S. Yu

AI agents have experienced a paradigm shift, from early dominance by reinforcement learning (RL) to the rise of agents powered by large language models (LLMs), and now further advancing towards a synergistic fusion of RL and LLM capabilities. This progression has endowed AI agents with increasingly strong abilities. Despite these advances, to accomplish complex real-world tasks, agents are required to plan and execute effectively, maintain reliable memory, and coordinate smoothly with other agents. Achieving these capabilities involves contending with ever-present intricate information, operations, and interactions. In light of this challenge, data structurization can play a promising role by transforming intricate and disorganized data into well-structured forms that agents can more effectively understand and process. In this context, graphs, with their natural advantage in organizing, managing, and harnessing intricate data relationships, present a powerful data paradigm for structurization to support the capabilities demanded by advanced AI agents. To this end, this survey presents a first systematic review of how graphs can empower AI agents. Specifically, we explore the integration of graph techniques with core agent functionalities, highlight notable applications, and identify prospective avenues for future research. By comprehensively surveying this burgeoning intersection, we hope to inspire the development of next-generation AI agents equipped to tackle increasingly sophisticated challenges with graphs. Related resources are collected and continuously updated for the community in the Github link.

📄 PDF Abstract BibTeX arXiv:2506.18019

Code (1)

yuanchenbei/awesome-graphs-meet-agents 공식 구현

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Survey of Graph Meets Large Language Model: Progress and Future Directions

2023-11-21 · Yuhan Li, ZHIXUN LI, Peisong Wang, Jia Li 외

Graph plays a significant role in representing and analyzing complex relationships in real-world applications such as citation networks, social networks, and biological data. Recently, Large Language Models (LLMs), which…

Language ModelingLanguage ModellingLarge Language ModelSurvey

AI Meets Brain: Memory Systems from Cognitive Neuroscience to Autonomous Agents

2025-12-29 · Jiafeng Liang, Hao Li, Chang Li, Jiaqi Zhou 외 arxiv

Memory serves as the pivotal nexus bridging past and future, providing both humans and AI systems with invaluable concepts and experience to navigate complex tasks. Recent research on autonomous agents has increasingly f…

Overhearing LLM Agents: A Survey, Taxonomy, and Roadmap

2025-09-19 · Andrew Zhu, Chris Callison-Burch arxiv

Imagine AI assistants that enhance conversations without interrupting them: quietly providing relevant information during a medical consultation, seamlessly preparing materials as teachers discuss lesson plans, or unobtr…

ProgD: Progressive Multi-scale Decoding with Dynamic Graphs for Joint Multi-agent Motion Forecasting

2025-09-11 · Xing Gao, Zherui Huang, Weiyao Lin, Xiao Sun arxiv

Accurate motion prediction of surrounding agents is crucial for the safe planning of autonomous vehicles. Recent advancements have extended prediction techniques from individual agents to joint predictions of multiple in…

Autonomous VehiclesMotion Forecasting

Are Large Language Models Suitable for Graph Computation? Progress and Prospects

2026-06-05 · Yuting Zhang, Yi Han, Kai Wang, Wei Ni 외 arxiv

Large language models (LLMs) have been increasingly explored for graph computation, where tasks require reasoning over structured relationships and algorithmic operations. Yet, it remains unclear when LLMs can reliably s…

Graph Learning