Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/22 04:00:00

One Student, Many Teachers: Multi-Task On-Policy Distillation via Soft-Prompt Privileged Context

AI 中文解读
AI新研究:让大模型同时拜多位“专家老师”学习,不增负担还能避免“学新忘旧” 核心亮点:一个学生能同时向多个不同领域的老师学习,每个老师只教自己最擅长的课,学生学完后反而更全能,而且不会因为学新东西而忘掉旧知识。 通俗解读:传统方法教大模型新技能,要么让模型“照镜子”自己学自己(容易跑偏),要么“死记硬背”新知识(学一个忘一个)。新研究巧妙地在模型里插入一串“软提示”——相当于给模型戴上一副特制眼镜,每个任务配一副眼镜,模型戴上就能变成该领域的专家老师。学生模型本身不动,只是同时佩戴不同“眼镜”听课,就能吸收多个专家的知识。更妙的是,学完后把眼镜一扔,学生模型还是原来的结构,却已经掌握了所有本领。在科学、工具使用、生物、数学四个任务上,这种方法只用极少的额外参数就达到了甚至超越传统全模型微调的效果。 实际影响:普通人用AI会感觉更聪明、更稳定。比如同一个人工智能助手,既能解答科学问题,又能帮你计算数学题,还能准确使用工具,不会因为刚学完数学就忘记怎么使用计算器。对于AI开发者来说,这种方法大大降低了训练成本,不需要为每个新任务重新训练整个模型,未来AI应用的多任务能力会更强。
arXiv:2607.18293v1 Announce Type: new Abstract: On-policy self-distillation (OPSD) teaches large language models new skills through a teacher that shares the student's backbone and supervises its own rollouts. Existing teachers either inject privileged context at the input -- inducing post-hoc rationalization -- or fine-tune weights, accumulating drift and forgetting across tasks. We propose \method, whose teacher differs from the student only by a learnable soft prompt: trained on $(x, y_\text{gold})$ pairs with the backbone frozen, the prompt yields a task-specific teacher that preserves the student's exact representational geometry. \method\ extends naturally to multi-task settings by routing each example in a merged corpus to its corresponding soft-prompt teacher, allowing a single student to absorb knowledge from $K$ teachers in parallel; at inference, all prompts are discarded. On Qwen3-1.7B-Base and Phi-4-mini-instruct across four tasks (Science, Tool Use, Biology, Math), the single-task variant (OPD with a PT teacher) matches or exceeds full fine-tuning while training orders of magnitude fewer parameters, and the multi-task variant achieves the best overall average ($56.2$ on Qwen3-1.7B-Base) while preserving general-capability benchmarks -- in contrast to sequential SFT, which degrades both.
分享
阅读原文