paper-with-me

홈 › Papers

Multi-Agent LLMs Fail to Explore Each Other

2026-07-13 · Hyeong Kyu Choi, Jiatong Li, Wendi Li, Xin Eric Wang, Sharon Li hf

Exploration is essential for reliable autonomy in multi-agent systems, yet it remains unclear whether large language model (LLM) agents can explore effectively when interacting with one another. We show that modern LLM agents fail to do so, often exhibiting myopic and polarized interaction patterns that lead to suboptimal coordination and increased regret. We formalize this challenge as the Multi-Agent Exploration problem, modeling it as a partially observable stochastic game (POSG) problem in which agents must probe peers to infer their capabilities and identify effective interaction strategies. To address this, we introduce Multi- Agent Contextual Exploration (MACE), a lightweight framework that explicitly promotes exploration through structured peer selection. Across both contextual and parametric diversity settings, MACE substantially improves exploration behavior and downstream task performance. We further show theoretically that the value of exploration increases with agent diversity. Overall, our results highlight a fundamental limitation of current LLM agents and underscore the importance of explicitly guided exploration for reliable multi-agent autonomy. Code will be released in https://github.com/deeplearning-wisc/mace

📄 PDF Abstract BibTeX arXiv:2607.11250

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Multi-Mission Tool Bench: Assessing the Robustness of LLM based Agents through Related and Dynamic Missions

2025-04-03 · Peijie Yu, Yifan Yang, Jinjian Li, Zelong Zhang 외

Large language models (LLMs) demonstrate strong potential as agents for tool invocation due to their advanced comprehension and planning capabilities. Users increasingly rely on LLM-based agents to solve complex missions…

AI Agent

CoSTA$\ast$: Cost-Sensitive Toolpath Agent for Multi-turn Image Editing

2025-03-13 · Advait Gupta, NandaKiran Velaga, Dang Nguyen, Tianyi Zhou

Text-to-image models like stable diffusion and DALLE-3 still struggle with multi-turn image editing. We decompose such a task as an agentic workflow (path) of tool use that addresses a sequence of subtasks by AI tools of…

Benchmarking Visual State Tracking in Multimodal Video Understanding

2026-06-02 · Sihyun Yu, Nanye Ma, Pinzhi Huang, Hyunseok Lee 외 arxiv

Understanding a video requires more than recognizing isolated moments, as humans continuously track entities, states, and events over time. This capacity for visual state tracking is fundamental to video understanding, y…

Mind the Goal: Data-Efficient Goal-Oriented Evaluation of Conversational Agents and Chatbots using Teacher Models

2025-10-04 · Deepak Babu Piskala, Sharlene Chen, Udita Patel, Parul Kalra 외 arxiv

Evaluating the quality of multi-turn chatbot interactions remains challenging, as most existing methods assess interactions at the turn level without addressing whether a user's overarching goal was fulfilled. A ``goal''…

Efficient Agent Evaluation via Diversity-Guided User Simulation

2026-04-23 · Itay Nakash, George Kour, Ateret Anaby-Tavor arxiv

Large language models (LLMs) are increasingly deployed as customer-facing agents, yet evaluating their reliability remains challenging due to stochastic, multi-turn interactions. Current evaluation protocols rely on line…