paper-with-me

Papers

Towards Efficient LLM Grounding for Embodied Multi-Agent Collaboration

2024-05-23 · Yang Zhang, Shixin Yang, Chenjia Bai, Fei Wu, Xiu Li, Zhen Wang, Xuelong Li

Grounding the reasoning ability of large language models (LLMs) for embodied tasks is challenging due to the complexity of the physical world. Especially, LLM planning for multi-agent collaboration requires communication of agents or credit assignment as the feedback to re-adjust the proposed plans and achieve effective coordination. However, existing methods that overly rely on physical verification or self-reflection suffer from excessive and inefficient querying of LLMs. In this paper, we propose a novel framework for multi-agent collaboration that introduces Reinforced Advantage feedback (ReAd) for efficient self-refinement of plans. Specifically, we perform critic regression to learn a sequential advantage function from LLM-planned data, and then treat the LLM planner as an optimizer to generate actions that maximize the advantage function. It endows the LLM with the foresight to discern whether the action contributes to accomplishing the final task. We provide theoretical analysis by extending advantage-weighted regression in reinforcement learning to multi-agent systems. Experiments on Overcooked-AI and a difficult variant of RoCoBench show that ReAd surpasses baselines in success rate, and also significantly decreases the interaction steps of agents and query rounds of LLMs, demonstrating its high efficiency for grounding LLMs. More results are given at https://read-llm.github.io/.

📄 PDF Abstract BibTeX arXiv:2405.14314

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

PhysiAgent: An Embodied Agent Framework in Physical World

2025-09-29 · Zhihao Wang, Jianxiong Li, Jinliang Zheng, Wencong Zhang 외 arxiv

Vision-Language-Action (VLA) models have achieved notable success but often struggle with limited generalizations. To address this, integrating generalized Vision-Language Models (VLMs) as assistants to VLAs has emerged …

Scene Understanding

MECoBench: A Systematic Study of Multimodal Agent Collaboration in Embodied Environments

2026-06-30 · Qingyun Liu, Jiwen Zhang, Jingyi Hu, Siyuan Wang 외 arxiv

Recent multimodal large language models (MLLMs) have strong potential as embodied agents, but their ability to collaborate in visually grounded environments remains underexplored. To address this gap, we introduce MECoBe…

RoboFactory: Exploring Embodied Agent Collaboration with Compositional Constraints

2025-03-20 · Yiran Qin, Li Kang, Xiufeng Song, Zhenfei Yin 외

Designing effective embodied multi-agent systems is critical for solving complex real-world tasks across domains. Due to the complexity of multi-agent embodied systems, existing methods fail to automatically generate saf…

Imitation Learning

Emergence: Overcoming Privileged Information Bias in Asymmetric Embodied Agents via Active Querying

2025-12-13 · Shaun Baek, Sam Liu, Joseph Ukpong arxiv

Large Language Models (LLMs) act as powerful reasoning engines but struggle with "symbol grounding" in embodied environments, particularly when information is asymmetrically distributed. We investigate the Privileged Inf…

Generative Multi-Agent Collaboration in Embodied AI: A Systematic Review

2025-02-17 · Di wu, Xian Wei, Guang Chen, Hao Shen 외

Embodied multi-agent systems (EMAS) have attracted growing attention for their potential to address complex, real-world challenges in areas such as logistics and robotics. Recent advances in foundation models pave the wa…