paper-with-me

Papers

AgentArk: Distilling Multi-Agent Intelligence into a Single LLM Agent

2026-02-03 · Yinyi Luo, Yiqiao Jin, Weichen Yu, Mengqi Zhang, Srijan Kumar, Xiaoxiao Li, Weijie Xu, Xin Chen, Jindong Wang arxiv

While large language model (LLM) multi-agent systems achieve superior reasoning performance through iterative debate, practical deployment is limited by their high computational cost and error propagation. This paper proposes AgentArk, a novel framework to distill multi-agent dynamics into the weights of a single model, effectively transforming explicit test-time interactions into implicit model capabilities. This equips a single agent with the intelligence of multi-agent systems while remaining computationally efficient. Specifically, we investigate three hierarchical distillation strategies across various models, tasks, scaling, and scenarios: reasoning-enhanced fine-tuning; trajectory-based augmentation; and process-aware distillation. By shifting the burden of computation from inference to training, the distilled models preserve the efficiency of one agent while exhibiting strong reasoning and self-correction performance of multiple agents. They further demonstrate enhanced robustness and generalization across diverse reasoning tasks. We hope this work can shed light on future research on efficient and robust multi-agent development. Our code is at https://github.com/AIFrontierLab/AgentArk.

📄 PDF Abstract BibTeX arXiv:2602.03955

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

JIT-Agent: Scaling Harness Intelligence via Just-in-Time Harness Evolution

2026-08-26 · Guibin Zhang, Leo Lu, Fangzhou Xie, Kang Zhu 외 arxiv

Agent capability is not determined by the model alone. The agent harness, encompassing memory management, planning strategy, action protocol, and tool/skill orchestration, can dominate the contribution of the underlying …

Ambient @ EgoLongQA 2026: Distilling Long-Video perception into a Sub-2B Model

2026-09-10 · Logesh Kumar Umapathi hf

We describe our entry to the EgoLongQA track of the Wearable-AI Challenge in ECCV 2026, which placed first in the <=2B parameter division with 0.8279 on the held-out test set. Our system is a single 2B vision-language mo…

MapCoder-Lite: Distilling Multi-Agent Coding into a Single Small LLM

2025-09-22 · Woongkyu Lee, Junhee Cho, Jungwook Choi arxiv

Large language models (LLMs) have advanced code generation from single-function tasks to competitive-programming problems, but existing multi-agent solutions either rely on costly large-scale (>30B) models or collapse wh…

Code Generation

Deep Distilling: automated code generation using explainable deep learning

2021-11-16 · Paul J. Blazek, Kesavan Venkatesh, Milo M. Lin

Human reasoning can distill principles from observed patterns and generalize them to explain and solve novel problems. The most powerful artificial intelligence systems lack explainability and symbolic reasoning ability,…

Code GenerationCommon Sense ReasoningDeep Learning

ClinSeekAgent: Automating Multimodal Evidence Seeking for Agentic Clinical Reasoning

2026-05-19 · Juncheng Wu, Letian Zhang, Yuhan Wang, Haoqin Tu 외 arxiv

Large language models (LLMs) and agentic systems have shown promise for clinical decision support, but existing works largely assume that evidence has already been curated and handed to the model. Real-world clinical wor…