paper-with-me

Papers

Decentralized Multi-Agent Systems with Shared Context

2026-06-09 · Yuzhen Mao, Azalia Mirhoseini arxiv

Multi-agent systems (MAS) can scale large language model reasoning at test time by decomposing complex problems into parallel subtasks. However, most existing MAS rely on centralized orchestration, where a main agent assigns work, collects outputs, and merges results. As the number of subtasks grows, this controller becomes a communication and integration bottleneck. We propose Decentralized Language Models (DeLM), a MAS framework that decentralizes coordination through parallel agents, a shared verified context, and a task queue. Agents asynchronously claim subtasks, read accumulated progress, perform local reasoning, and write back compact verified updates. The shared context acts as a common communication substrate, enabling agents to build on one another's verified progress without routing every update through a central controller. Empirically, DeLM improves both software-engineering test-time scaling and long-context reasoning. On SWE-bench Verified, DeLM achieves the best performance across Avg.@1, Pass@2, and Pass@4, with gains of up to 10.5 percentage points over the strongest baseline, while reducing cost per task by roughly 50%. On LongBench-v2 Multi-Doc QA, DeLM achieves the highest average accuracy across four frontier model families, improving over the strongest baseline by up to 5.7 percentage points. The code is available on our project website at https://yuzhenmao.github.io/DeLM/.

📄 PDF Abstract BibTeX arXiv:2606.10662

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LOKA Protocol: A Decentralized Framework for Trustworthy and Ethical AI Agent Ecosystems

2025-04-15 · Rajesh Ranjan, Shailja Gupta, Surya Narayan Singh

The rise of autonomous AI agents, capable of perceiving, reasoning, and acting independently, signals a profound shift in how digital ecosystems operate, govern, and evolve. As these agents proliferate beyond centralized…

AI AgentEthics

Efficient decentralized multi-agent learning in asymmetric bipartite queueing systems

2022-06-05 · Daniel Freund, Thodoris Lykouris, Wentao Weng

We study decentralized multi-agent learning in bipartite queueing systems, a standard model for service systems. In particular, N agents request service from K servers in a fully decentralized way, i.e, by running the sa…

Open Challenges in Multi-Agent Security: Towards Secure Systems of Interacting AI Agents

2025-05-04 · Christian Schroeder de Witt

Decentralized AI agents will soon interact across internet platforms, creating security challenges beyond traditional cybersecurity and AI safety frameworks. Free-form protocols are essential for AI's task generalization…

Data Poisoning

Modeling Response Consistency in Multi-Agent LLM Systems: A Comparative Analysis of Shared and Separate Context Approaches

2025-04-09 · Tooraj Helmi

Large Language Models (LLMs) are increasingly utilized in multi-agent systems (MAS) to enhance collaborative problem-solving and interactive reasoning. Recent advancements have enabled LLMs to function as autonomous agen…

Management

DeALOG: Decentralized Multi-Agents Log-Mediated Reasoning Framework

2026-02-01 · Abhijit Chakraborty, Ashish Raj Shekhar, Shiven Agarwal, Vivek Gupta arxiv

Complex question answering across text, tables and images requires integrating diverse information sources. A framework supporting specialized processing with coordination and interpretability is needed. We introduce DeA…

Question Answering