TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

Strengths and limitations of diffusion language models

72 Punktevon rbanffyvor 4 Tagen

4 comments

cubefoxvor 4 Tagen
That's a nice explanation. I wonder whether autoregressive and diffusion language models could be combined such that the model only denoises the (most recent) end of a sequence of text, like a paragraph, while the rest is unchangeable and allows for key-value caching.
评论 #44065044 未加载
billconanvor 4 Tagen
I'm curious, in image generation, flow matching is said to be better than diffusion, then why do these language models still start from diffusion, instead of jumping to flow matching directly?
评论 #44064968 未加载
mountainrivervor 3 Tagen
A big discussion on this happened here as well <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44057820">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=44057820</a><p>There is quite a bit of evidence diffusion models work better at reasoning because they don&#x27;t suffer from early token bias.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;HKUNLP&#x2F;diffusion-vs-ar">https:&#x2F;&#x2F;github.com&#x2F;HKUNLP&#x2F;diffusion-vs-ar</a> <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;html&#x2F;2410.14157v3" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;html&#x2F;2410.14157v3</a>
accrualvor 3 Tagen
Great overview. I wonder if we&#x27;ll start to see more text diffusion models from other players, or maybe even a mixture of diffusion and transformer models alternating roles behind a single UI, depending on the context and request.
评论 #44065769 未加载