You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/daily.ts
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,25 @@ export interface DailyPaper {
17
17
18
18
exportconstdailyPapers: DailyPaper[]=[
19
19
{
20
+
date: "2026-04-16",
21
+
title: "Introspective Diffusion Language Models",
22
+
titleZh: "内省扩散语言模型(I-DLM)",
23
+
authors: "Yifan Yu et al.",
24
+
arxivId: "2604.11035",
25
+
tags: ["Diffusion LM","Theory"],
26
+
why: "Identifies introspective inconsistency as the root quality gap in diffusion LMs; ISD verifies past tokens while advancing new ones in one forward pass.",
title: "Accelerating Speculative Decoding with Block Diffusion Draft Trees",
33
+
titleZh: "利用块扩散草稿树加速推测解码",
34
+
authors: "Liran Ringel and Yaniv Romano",
35
+
arxivId: "2604.12989",
36
+
tags: ["Diffusion LM","Efficient Inference"],
37
+
why: "DDTree builds a best-first draft tree from block diffusion per-position distributions — SOTA speculative decoding verified in one target model forward pass.",
0 commit comments