paper-with-me

홈 › Papers

Improving Role Consistency in Multi-Agent Collaboration via Quantitative Role Clarity

2026-04-03 · Guoling Zhou, Wenpei Han, Fengqin Yang, Li Wang, Yingcong Zhou, Zhiguo Fu arxiv

In large language model (LLM)-driven multi-agent systems, disobey role specification (failure to adhere to the defined responsibilities and constraints of an assigned role, potentially leading to an agent behaving like another) is a major failure mode \cite{DBLP:journals/corr/abs-2503-13657}. To address this issue, in the present paper, we propose a quantitative role clarity to improve role consistency. Firstly, we construct a role assignment matrix $S(φ)=[s_{ij}(φ)]$, where $s_{ij}(φ)$ is the semantic similarity between the $i$-th agent's behavior trajectory and the $j$-th agent's role description. Then we define role clarity matrix $M(φ)$ as $\text{softmax}(S(φ))-I$, where $\text{softmax}(S(φ))$ is a row-wise softmax of $S(φ)$ and $I$ is the identity matrix. The Frobenius norm of $M(φ)$ quantifies the alignment between agents' role descriptions and their behaviors trajectory. Moreover, we employ the role clarity matrix as a regularizer during lightweight fine-tuning to improve role consistency, thereby improving end-to-end task performance. Experiments on the ChatDev multi-agent system show that our method substantially improves role consistency and task performance: with Qwen and Llama, the role overstepping rate decreases from $46.4\%$ to $8.4\%$ and from $43.4\%$ to $0.2\%$, respectively, and the role clarity score increases from $0.5328$ to $0.9097$ and from $0.5007$ to $0.8530$, respectively, the task success rate increases from $0.6769$ to $0.6909$ and from $0.6174$ to $0.6763$, respectively.

📄 PDF Abstract BibTeX arXiv:2604.02770

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Similarity

Similar Papers 제목 키워드 기반

ChatCollab: Exploring Collaboration Between Humans and AI Agents in Software Teams

2024-12-02 · Benjamin Klieger, Charis Charitsis, Miroslav Suzara, Sierra Wang 외

We explore the potential for productive team-based collaboration between humans and Artificial Intelligence (AI) by presenting and conducting initial tests with a general framework that enables multiple human and AI agen…

From Instructor to Collaborator: What a 90-Participant Study Reveals about Human-Agent Collaboration in a Mobile Serious Game

2026-04-10 · Danai Korre arxiv

This position paper reflects empirical data collected during my PhD from a large-scale within-subjects study (N = 90). The study compared a highly human-like, spoken embodied conversational agent (ECA) against a low huma…

UA-ChatDev: Uncertainty-Aware Multi-Agent Collaboration for Reliable Software Development

2026-07-02 · Temitayo Olamilekan Ogunsusi, Lijun Qian, Xishuang Dong arxiv

Software development is a complex task that demands cooperation among agents with diverse roles. Large language models (LLMs) have enabled autonomous multi-agent software development frameworks that leverage role-based c…

The Athenian Academy: A Seven-Layer Architecture Model for Multi-Agent Systems

2025-04-17 · Lidong Zhai, Zhijie Qiu, Lvyang Zhang, Jiaqi Li 외

This paper proposes the "Academy of Athens" multi-agent seven-layer framework, aimed at systematically addressing challenges in multi-agent systems (MAS) within artificial intelligence (AI) art creation, such as collabor…

Federated LearningMeta-Learning

DIG to Heal: Scaling General-purpose Agent Collaboration via Explainable Dynamic Decision Paths

2026-02-27 · Hanqing Yang, Hyungwoo Lee, Yuhang Yao, Zhiwei Liu 외 arxiv

The increasingly popular agentic AI paradigm promises to harness the power of multiple, general-purpose large language model (LLM) agents to collaboratively complete complex tasks. While many agentic AI systems reduce co…