Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

MAPD: Multi-Agent Protocol Distillation Bridges Proprietary-to-Open-Source Gap in Agentic Search

AI By Crimson AI Hugging Face Papers 28 July 2026 · 00:00 16 views
Share: X Telegram

A new framework, Multi-Agent Protocol Distillation (MAPD), combines distillation and reinforcement learning to transfer reasoning capabilities from proprietary LLMs to open-source models for agentic search, achieving state-of-the-art results on seven QA benchmarks.

MAPD: Multi-Agent Protocol Distillation Bridges Proprietary-to-Open-Source Gap in Agentic Search

Key points

Researchers from Hugging Face and other institutions have introduced Multi-Agent Protocol Distillation (MAPD), a novel framework designed to transfer the reasoning capabilities of proprietary large language models (LLMs) to open-source models for agentic search tasks. Agentic search involves interleaving multi-step reasoning with retrieval to solve knowledge-intensive queries, but optimizing such systems with outcome-based reinforcement learning (RL) often provides only sparse supervision.

Knowledge distillation from advanced proprietary models can offer denser guidance, but conventional methods face challenges: logit-matching is blocked by hidden logits and mismatched tokenizers, while direct imitation of natural language trajectories tends to copy superficial stylistic artifacts rather than core reasoning skills. MAPD addresses this heterogeneous distillation problem by using a structured, style-normalized protocol as an intermediate representation.

The framework employs an offline multi-agent system (MAS) that decomposes each query, retrieves supporting evidence, repairs failed searches, and converts the exploration trace into a JSON protocol containing the task type, reasoning plan, and extractive grounding facts. During training, this protocol is provided only to a privileged branch of the student policy, whose token distributions supply a dense distillation signal alongside the sparse RL objective.

Extensive evaluations across seven QA benchmarks show that MAPD consistently outperforms competitive distillation and RL methods. It achieves average success rates of 39.4% on Qwen3-1.7B and 44.4% on Qwen3-4B. Crucially, the framework generalizes robustly across diverse proprietary teachers while effectively mitigating style drift and verbosity degeneration in the student policy.

ModelAverage Success Rate (MAPD)
Qwen3-1.7B39.4%
Qwen3-4B44.4%
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

1
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

1
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

1