paper-with-me

Papers

Context Learning for Multi-Agent Discussion

2026-02-02 · Xingyuan Hua, Sheng Yue, Xinyi Li, Yizhe Zhao, Jinrui Zhang, Ju Ren arxiv

Multi-Agent Discussion (MAD) has garnered increasing attention very recently, where multiple LLM instances collaboratively solve problems via structured discussion. However, we find that current MAD methods easily suffer from discussion inconsistency, LLMs fail to reach a coherent solution, due to the misalignment between their individual contexts.In this paper, we introduce a multi-LLM context learning method (M2CL) that learns a context generator for each agent, capable of dynamically generating context instructions per discussion round via automatic information organization and refinement. Specifically, inspired by our theoretical insights on the context instruction, M2CL train the generators to control context coherence and output discrepancies via a carefully crafted self-adaptive mechanism.It enables LLMs to avoid premature convergence on majority noise and progressively reach the correct consensus. We evaluate M2CL on challenging tasks, including academic reasoning, embodied tasks, and mobile control. The results show that the performance of M2CL significantly surpasses existing methods by 20%--50%, while enjoying favorable transferability and computational efficiency.

📄 PDF Abstract BibTeX arXiv:2602.02350

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Rethinking the Bounds of LLM Reasoning: Are Multi-Agent Discussions the Key?

2024-02-28 · Qineng Wang, ZiHao Wang, Ying Su, Hanghang Tong 외

Recent progress in LLMs discussion suggests that multi-agent discussion improves the reasoning abilities of LLMs. In this work, we reevaluate this claim through systematic experiments, where we propose a novel group disc…

The Deliberative Illusion: Diagnosing Factual Attrition and Stance Homogenization in Multi-Agent LLM Deliberation

2026-06-02 · Herun Wan, Jiaying Wu, Minnan Luo, Fanxiao Li 외 arxiv

Multi-agent LLM systems often treat consensus as evidence of successful interaction. For deliberative problems, however, reliability depends on whether agents preserve the facts and viewpoints needed to interpret an issu…

On the Discussion of Large Language Models: Symmetry of Agents and Interplay with Prompts

2023-11-13 · Qineng Wang, ZiHao Wang, Ying Su, Yangqiu Song

Two ways has been discussed to unlock the reasoning capability of a large language model. The first one is prompt engineering and the second one is to combine the multiple inferences of large language models, or the mult…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering

Is Monitoring Enough? Strategic Agent Selection For Stealthy Attack in Multi-Agent Discussions

2026-03-22 · Qiuchi Xiang, Haoxuan Qu, Hossein Rahmani, Jun Liu arxiv

Multi-agent discussions have been widely adopted, motivating growing efforts to develop attacks that expose their vulnerabilities. In this work, we study a practical yet largely unexplored attack scenario, the discussion…

The Virtual Roundtable: Multi-Agent Personas Simulating the Dynamics of Human Brainstorming

2026-04-17 · Tim Dorn, Saara A. Khan, Julie Mumford arxiv

As AI-driven product development accelerates, the bottleneck is shifting from how we build to what we build. Traditional human brainstorming faces challenges including groupthink, echo chambers, and limited diversity. To…