PulseAugur
实时 15:58:37
English(EN) I Tried to Reproduce Attention Sinks and Got Nothing. The Null Result Is the Interesting Part

复现StreamingLLM产生零结果,凸显模型学习到的行为

一项试图复现大型语言模型StreamingLLM技术的尝试,该技术声称通过保留固定数量的初始token在KV缓存中来提高性能,但并未产生任何可辨别的影响。作者使用随机查询/键对进行的实验表明,当模型学习到的行为不存在时,StreamingLLM的所谓好处也随之消失。这表明StreamingLLM的有效性与其模型学习到的路由机制有关,而不是token位置的几何属性。 AI

影响 强调LLM性能的提升可能比之前假设的更依赖于学习到的行为,从而影响注意力机制的优化方式。

排序理由 该条目描述了一项研究实验,试图复现LLM注意力机制中声称的效果,但产生了零结果,为理解底层机制提供了新的见解。[lever_c_demoted from research: ic=1 ai=1.0]

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

复现StreamingLLM产生零结果,凸显模型学习到的行为

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Devanshu Biswas ·

    我试图复现Attention Sinks,但一无所获。零结果才是有趣的部分

    <p>Here is a result everyone repeats: a sliding-window KV cache collapses when the first few tokens fall out of it, and keeping just <strong>4</strong> of them fixes it. That is StreamingLLM (Xiao et al., 2023), and it is real.</p> <p>I set out to reproduce it and measured <stron…