Switch language한국어
Back to the list

From Proprietary to Open-Source: Bridging the Distribution Gap via Multi-Agent Protocol Distillation in Agentic Search

TL;DR AI

Key summary

2 min read
  1. Researchers introduced MAPD, a hybrid distillation-plus-RL framework for agentic search training.

  2. An offline multi-agent pipeline converts search traces into a normalized JSON protocol with task type, reasoning plan, and grounding facts.

  3. That structured protocol provides dense supervision to a privileged student branch, avoiding reliance on hidden logits or direct text imitation.

  4. MAPD outperforms prior distillation and RL methods across seven QA benchmarks, including open-source Qwen3 models.

  5. The approach helps transfer search and reasoning behavior from proprietary teachers to open-source agents for knowledge-intensive tasks.

Read the original