Divide and Cooperate: Role-Decomposed Multi-Agent LLM Training with Cross-Agent Learning Signals
- lab arXiv
- lab arXivLabs
- location California
- location Taiwan
- model DAC
- model LoRA
- product HTML
- product PDF
A new multi-agent training framework called DAC splits language-model search into two cooperating roles, addressing a long-standing credit-assignment problem that has hindered single-policy systems, according to a paper submitted to arXiv on 9 June 2026 [1][2]. The framework, named Divide and Cooperate, separates evidence acquisition and answer generation into distinct subtasks handled by dedicated agents that share a backbone model through parameter-efficient LoRA modules [2]. The generator agent produces answers and simultaneously verifies whether retrieved evidence is sufficient, abstaining when it is not. That abstention signal is fed back into the search agent’s reward, creating structured cross-agent learning signals that the authors argue improve credit assignment [2]. In parallel, the searcher agent exposes the generator to harder evidence environments through hard-positive augmentation, which is designed to make the generator more robust [2]. Prior approaches typically couple both functions inside a single policy, forcing one model to juggle potentially conflicting objectives. The authors note this design causes a combinatorial explosion in the policy space and makes efficient exploration difficult [2]. It also muddies training feedback: a search step that retrieves adequate evidence can still be penalized if the generation step fails, and vice versa [2]. Experiments on general and multi-hop question-answering benchmarks show that DAC achieves strong performance against earlier baselines that require full fine-tuning of monolithic models [2]. The paper was posted on arXiv, the open-access e-print repository that hosts preprints across physics, computer science, mathematics, and related fields [6]. As of November 2024, the repository was receiving roughly 24,000 new articles per month [6]. The work appears under arXiv’s machine learning category and is accompanied by the repository’s standard Labs integrations, including bibliographic tools and code finders [4]. arXivLabs, launched in 2020 as a formal framework for community-contributed features, allows third-party developers to build experimental tools that appear on article record pages while adhering to arXiv’s values of openness, community, and user-data privacy [5]. The Labs program is currently pausing new proposals while the arXiv development team focuses on modernizing and migrating systems to the cloud [3].
applicationresearch-paperregulationsafety-researchtool-release
Background sources we checked (7)
- arxiv.org ↗ Modern language agents which perform multi-step reasoning have shown strong performance in knowledge-intensive question answering. However, existing approaches typically couple evidence acquisition and answer generation within a single policy. This forces a single model to play m…
- info.arxiv.org ↗ arXiv Labs - arXiv info | arXiv e-print repository Skip to content # arXiv Labs Attention arXiv Users: arXiv Labs is pausing new proposals ## What are arXiv Labs? arXiv Labs are a way for the community to contribute new, useful features to arXiv. These integrations are avail…
- info.arxiv.org ↗ arXivLabs: Showcase - arXiv info | arXiv e-print repository [...] # arXivLabs: Showcase [...] arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology. [...] While the arXiv team is focused on our core miss…
- blog.arxiv.org ↗ arXivLabs: a space for community innovation – arXiv blog arXiv has launched a new, formalized framework enabling innovative collaborations with individuals and organizations. “Members of our community want to contribute tools that enhance the arXiv experience, and we val…
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate, and analyze text in many contexts, and are a foundational technology behind …