paper-with-me

홈 › Papers

Adaptive In-conversation Team Building for Language Model Agents

2024-05-29 · Linxin Song, Jiale Liu, Jieyu Zhang, Shaokun Zhang, Ao Luo, Shijian Wang, Qingyun Wu, Chi Wang

Leveraging multiple large language model (LLM) agents has shown to be a promising approach for tackling complex tasks, while the effective design of multiple agents for a particular application remains an art. It is thus intriguing to answer a critical question: Given a task, how can we build a team of LLM agents to solve it effectively? Our new adaptive team-building paradigm offers a flexible solution, realized through a novel agent design named Captain Agent. It dynamically forms and manages teams for each step of a task-solving process, utilizing nested group conversations and reflection to ensure diverse expertise and prevent stereotypical outputs, allowing for a flexible yet structured approach to problem-solving. A comprehensive evaluation across six real-world scenarios demonstrates that Captain Agent significantly outperforms existing multi-agent methods with 21.94% improvement in average accuracy, providing outstanding performance without requiring task-specific prompt engineering. Our exploration of different backbone LLM and cost analysis further shows that Captain Agent can improve the conversation quality of weak LLM and achieve competitive performance with extremely low cost, which illuminates the application of multi-agent systems.

📄 PDF Abstract BibTeX arXiv:2405.19425

Code (1)

ag2ai/ag2 공식 구현 pytorch

Tasks

DiversityLanguage ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Similar Papers 제목 키워드 기반

Alexa, play with robot: Introducing the First Alexa Prize SimBot Challenge on Embodied AI

2023-08-09 · Hangjie Shi, Leslie Ball, Govind Thattai, Desheng Zhang 외

The Alexa Prize program has empowered numerous university students to explore, experiment, and showcase their talents in building conversational agents through challenges like the SocialBot Grand Challenge and the TaskBo…

X-Teaming: Multi-Turn Jailbreaks and Defenses with Adaptive Multi-Agents

2025-04-15 · Salman Rahman, Liwei Jiang, James Shiffer, Genglin Liu 외

Multi-turn interactions with language models (LMs) pose critical safety risks, as harmful intent can be strategically spread across exchanges. Yet, the vast majority of prior work has focused on single-turn safety, while…

DiversityRed TeamingSafety Alignment

Ruuh: A Deep Learning Based Conversational Social Agent

2018-10-22 · Damani Sonam, Raviprakash Nitya, Gupta Umang, Chatterjee Ankush 외

Dialogue systems and conversational agents are becoming increasingly popular in the modern society but building an agent capable of holding intelligent conversation with its users is a challenging problem for artificial …

Abusive LanguageDeep Learning

Past, Present and Future: Exploring Adaptive AI in Software Development Bots

2025-07-14 · Omar Elsisi, Glaucia Melo

Conversational agents, such as chatbots and virtual assistants, have become essential in software development, boosting productivity, collaboration, and automating various tasks. This paper examines the role of adaptive …

ProAgent: Building Proactive Cooperative Agents with Large Language Models

2023-08-22 · Ceyao Zhang, Kaijie Yang, Siyi Hu, ZiHao Wang 외

Building agents with adaptive behavior in cooperative tasks stands as a paramount goal in the realm of multi-agent systems. Current approaches to developing cooperative agents rely primarily on learning-based methods, wh…