ProactiveLLM: Learning Active Interaction for Streaming Large Language Models
📄 ProactiveLLM: Learning Active Interaction for Streaming Large Language Models #流式处理 #语音识别 #语音翻译 7.2/10 | 创新 1.5/2 | 严谨 1/1.5 | 实验 1/1.5 | 清晰 0.8/1 | 影响 0.8/1.5 | 开源 0.5/1.5 | 复现 0.3/0.5 | 工程 1.3/1.5 ✅ 7.2/10 | 前50% | #语音识别 | #知识蒸馏 | #流式处理 #语音翻译 | arxiv 👥 作者与机构 第一作者:Junlong Tong(上海交通大学,Eastern Institute of Technology, Ningbo) 通讯作者:Xiaoyu Shen(Eastern Institute of Technology, Ningbo) 作者列表:Junlong Tong(上海交通大学,Eastern Institute of Technology, Ningbo)、Yao Zhang(Eastern Institute of Technology, Ningbo)、Anhao Zhao(Eastern Institute of Technology, Ningbo,香港理工大学)、Yingqi Fan(Eastern Institute of Technology, Ningbo)、Yunpu Ma(Munich Center for Machine Learning, LMU)、Xiaoyu Shen(Eastern Institute of Technology, Ningbo) 该论文发表于 ICML 2026(Proceedings of the 43rd International Conference on Machine Learning, Seoul, South Korea. PMLR 306, 2026) 💡 毒舌点评 该论文提出了一种巧妙的"内生信号驱动"范式,用自蒸馏和掩码训练替代外部对齐标注,让流式LLM学会"审时度势",在非单调对齐任务(如QA)上展现了惊艳的上下文裁剪能力(如仅用78%上下文恢复97%性能)。然而,其决策头(熵/注意力驱动)的设计相对简单,本质上只是一个阈值触发器,远未触及学习型策略的上限。与强学习型基线的对比仅用了2000条数据,难以令人信服地论证内生策略的绝对优势。更令人担忧的是,在单调任务MT上,Proactive-Entr的延迟实际上高于Wait-9(AIL 8.36 vs 6.87),论文正文中"maintaining lower latency"的笼统宣称有过度包装之嫌——读者需仔细区分Proactive-Attn和Proactive-Entr的不同表现,不可被论文的修辞所误导。 ...