Skip to content

Commit d742f94

Browse files
yayajjiangclaude
andauthored
feat(daily): 2026-04-16 digest (#9)
https://claude.ai/code/session_01CETxAEEzLk6jFPHoTWEKSe Co-authored-by: Claude <noreply@anthropic.com>
1 parent f930509 commit d742f94

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

src/lib/daily.ts

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,25 @@ export interface DailyPaper {
1717

1818
export const dailyPapers: DailyPaper[] = [
1919
{
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.",
27+
whyZh: "揭示内省不一致性为扩散LM质量差距根源,ISD算法单次前向传播同步验证历史token并生成新token。",
28+
pick: true,
29+
},
30+
{
31+
date: "2026-04-16",
32+
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.",
38+
whyZh: "DDTree从块扩散逐位置分布构建最优优先草稿树,单次目标模型前向传播完成验证,达到推测解码SOTA。",
2039
date: "2026-04-15",
2140
title: "Introspective Diffusion Language Models",
2241
titleZh: "内省扩散语言模型",
@@ -69,6 +88,14 @@ export const dailyPapers: DailyPaper[] = [
6988
whyZh: "发现模板坍塌这一被熵指标忽视的推理失效模式,提出信噪比滤波策略有效缓解。",
7089
},
7190
{
91+
date: "2026-04-14",
92+
title: "DFlash: Block Diffusion for Flash Speculative Decoding",
93+
titleZh: "DFlash:面向快速推测解码的块扩散方法",
94+
authors: "Jian Chen et al.",
95+
arxivId: "2602.06036",
96+
tags: ["Diffusion LM", "Efficient Inference"],
97+
why: "Block diffusion drafter achieves 6x lossless speedup over base LLM — 2.5x faster than EAGLE-3 with no quality loss.",
98+
whyZh: "用块扩散模型作为推测解码草稿器,实现6倍无损加速,比EAGLE-3快2.5倍。",
7299
date: "2026-04-12",
73100
title: "SUPERNOVA: Eliciting General Reasoning in LLMs with Reinforcement Learning on Natural Instructions",
74101
titleZh: "SUPERNOVA:利用自然指令强化学习激发LLM通用推理能力",

0 commit comments

Comments
 (0)