paper-with-me

홈 › Papers

Do LLM-derived graph priors improve multi-agent coordination?

2026-04-19 · Nikunj Gupta, Rajgopal Kannan, Viktor Prasanna arxiv

Multi-agent reinforcement learning (MARL) is crucial for AI systems that operate collaboratively in distributed and adversarial settings, particularly in multi-domain operations (MDO). A central challenge in cooperative MARL is determining how agents should coordinate: existing approaches must either hand-specify graph topology, rely on proximity-based heuristics, or learn structure entirely from environment interaction; all of which are brittle, semantically uninformed, or data-intensive. We investigate whether large language models (LLMs) can generate useful coordination graph priors for MARL by using minimal natural language descriptions of agent observations to infer latent coordination patterns. These priors are integrated into MARL algorithms via graph convolutional layers within a graph neural network (GNN)-based pipeline, and evaluated on four cooperative scenarios from the Multi-Agent Particle Environment (MPE) benchmark against baselines spanning the full spectrum of coordination modeling, from independent learners to state-of-the-art graph-based methods. We further ablate across five compact open-source LLMs to assess the sensitivity of prior quality to model choice. Our results provide the first quantitative evidence that LLM-derived graph priors can enhance coordination and adaptability in dynamic multi-agent environments, and demonstrate that models as small as 1.5B parameters are sufficient for effective prior generation.

📄 PDF Abstract BibTeX arXiv:2604.17191

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement LearningGraph Neural Network

Similar Papers 제목 키워드 기반

MIRA: Memory-Integrated Reinforcement Learning Agent with Limited LLM Guidance

2026-02-20 · Narjes Nourzad, Carlee Joe-Wong arxiv

Reinforcement learning (RL) agents often suffer from high sample complexity in sparse or delayed reward settings due to limited prior structure. Large language models (LLMs) can provide subgoal decompositions, plausible …

Reinforcement Learning

Dual-Path LLM Reasoning for Multimodal Few-Shot Knowledge Graph Completion

2026-07-29 · Jinlan Liu, Zhiying Tu, Yongchao Xing, Yicheng Liu 외 arxiv

Knowledge graph completion (KGC) aims to infer missing facts in knowledge graphs (KGs), thereby improving their completeness and supporting downstream intelligent applications. However, emerging entities and relations in…

Knowledge Graph CompletionKnowledge Graphs

A Flexible Framework for Designing Trainable Priors with Adaptive Smoothing and Game Encoding

2020-06-26 · NeurIPS 2020 12 · Bruno Lecouat, Jean Ponce, Julien Mairal

We introduce a general framework for designing and training neural network layers whose forward passes can be interpreted as solving non-smooth convex optimization problems, and whose architectures are derived from an op…

compressed sensingDenoisingDiversityImage Denoising+1

GraphPerf-RT: A Graph-Driven Performance Model for Hardware-Aware Scheduling of OpenMP Codes

2025-12-12 · Mohammad Pivezhandi, Mahdi Banisharif, Saeed Bakhshan, Abusayeed Saifullah 외 arxiv

Autonomous AI agents on embedded platforms require real-time, risk-aware scheduling under resource and thermal constraints. Classical heuristics struggle with workload irregularity, tabular regressors discard structural …

Reinforcement LearningGraph Neural Network

Learning Transferable Topology Priors for Multi-Agent LLM Collaboration Across Domains

2026-05-17 · Taolin Zhang, Zijie Zhou, Jiuheng Wan, Tingyuan Hu 외 arxiv

Large language model (LLM)-based multi-agent systems have shown strong potential for complex reasoning by coordinating specialized agents through structured communication. However, existing topology-evolution methods typ…