From Proprietary to Open-Source: Bridging the Distribution Gap via Multi-Agent Protocol Distillation in Agentic Search
Summary
This paper introduces Multi-Agent Protocol Distillation (MAPD), a framework that distills knowledge from proprietary agentic search models into open-source models using a structured protocol to bridge the distribution gap, achieving state-of-the-art results on seven QA benchmarks.
View Cached Full Text
Cached at: 07/28/26, 06:33 AM
Paper page - From Proprietary to Open-Source: Bridging the Distribution Gap via Multi-Agent Protocol Distillation in Agentic Search
Source: https://huggingface.co/papers/2607.24280
Abstract
Agenticsearchenableslargelanguagemodelstosolveknowledge-intensivetasksbyinterleavingmulti-stepreasoningwithretrieval,yetoptimizingthiswithoutcome-basedreinforcementlearning(RL)providesonlysparsesupervision.Knowledgedistillationcansupplydenserguidance,andadvancedproprietarymodelswiththeirstrongreasoningcapabilitiesarepromisingteachers.Whiledistillingfromproprietarymodelscandensifythissupervisorysignal,conventionallogit-matchingisprecludedbyhiddenlogitsandmismatchedtokenizers,whereasrawnaturallanguagetrajectoryimitationtransferssuperficialstylisticartifactsratherthancorereasoningcompetence.Toaddresstheheterogeneousdistillationproblemandbridgethedistributiongap,weproposeMulti-AgentProtocolDistillation(MAPD),ajointdistillationandRLframeworkusesastructured,style-normalizedprotocolasanintermediaterepresentation.Anofflinemulti-agentsystem(MAS)decomposeseachquery,retrievessupportingevidence,repairsfailedsearches,andconvertstheresultingexplorationtraceintoaJSONprotocolcontainingthetasktype,reasoningplan,andextractivegroundingfacts.Duringtraining,theprotocolisprovidedonlytoaprivilegedbranchofthestudentpolicy,whosetokendistributionsfurnishadensedistillationsignalalongsidethesparseRLobjective.ExtensiveevaluationsacrosssevenQAbenchmarksdemonstratethatMAPDconsistentlyoutperformscompetitivedistillationandRL,achievingaveragesuccessratesof39.4\%onQwen3-1.7Band44.4\%onQwen3-4B.Crucially,theframeworkgeneralizesrobustlyacrossdiverseproprietaryteacherswhileeffectivelymitigatingthestudentpolicyfromstyledriftandverbositydegeneration.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2607\.24280
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2607.24280 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2607.24280 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.24280 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Open-sourced a director/implementer delegation protocol for coding agents (Claude Code + Codex)
Open-sourced a platform-neutral director/implementer delegation protocol for coding agents like Claude Code and Codex, with schemas, adapters, and example scenarios to address trust in subagent completion reports.
SearchOS-V1: Towards Robust Open-Domain Information-Seeking Agent Collaboration
Introduces SearchOS, a multi-agent framework for robust open-domain information-seeking that externalizes search progress into explicit states via a novel Search-Oriented Context Management (SOCM) system, achieving state-of-the-art results on WideSearch and GISA benchmarks.
OpenThoughts-Agent: Data Recipes for Agentic Models
This paper introduces OpenThoughts-Agent, an open-source data curation pipeline for training agentic language models, achieving a 44.8% average accuracy across seven benchmarks and outperforming prior open datasets through systematic experiments.
MAGA: Multi-Platform Self-Fusion of GUI Agents via Structured Action Distillation
This paper introduces Maga, a method for consolidating domain-specific GUI agents into a single cross-platform policy via structured action distillation, reallocating training signals to focus on erroneous actions. It achieves strong success rates across mobile, web, and desktop benchmarks.
AgentTransfer: OpenSource DropBox for Agents - get agents to share files and talk / work together on projects
AgentTransfer is an open-source tool that allows AI agents to share files and communicate with each other via a lightweight Go binary.