TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Looking Back at Speculative Decoding

36 pointsby veryluckyxyz3 months ago

2 comments

numeri3 months ago
I&#x27;ve been slightly annoyed by how the Speculative Decoding paper has gotten all the credit for the technique – I first learned about the technique from a paper more than a year older[1], Shallow Aggressive Decoding.<p>They introduce the same method, but apply it to grammatical error correction, meaning the &quot;draft&quot; output is just the input itself. The Speculative Decoding paper tries to emphasize differences between this and their method, saying that theirs is more general, as they apply it to more domains, allowing the draft to come from a smaller model, and extend it to allow sampling.<p>All of that is great, and deserves another paper, but doesn&#x27;t deserve the credit for inventing and rights to rename the method, especially when they were aware of Shallow Aggressive Decoding before uploading their first draft.<p>[1]: <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2106.04970" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2106.04970</a>
评论 #43248193 未加载
veryluckyxyz3 months ago
<a href="https:&#x2F;&#x2F;pytorch.org&#x2F;blog&#x2F;hitchhikers-guide-speculative-decoding&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pytorch.org&#x2F;blog&#x2F;hitchhikers-guide-speculative-decod...</a><p><a href="https:&#x2F;&#x2F;colab.research.google.com&#x2F;github&#x2F;sanchit-gandhi&#x2F;notebooks&#x2F;blob&#x2F;main&#x2F;speculative_decoding.ipynb#scrollTo=af0b3757-72dc-48a8-9d9d-fc135386cae5" rel="nofollow">https:&#x2F;&#x2F;colab.research.google.com&#x2F;github&#x2F;sanchit-gandhi&#x2F;note...</a>