@@ -17,6 +17,35 @@ export interface DailyPaper {
1717
1818export const dailyPapers : DailyPaper [ ] = [
1919 {
20+ date : "2026-04-14" ,
21+ title : "SPPO: Sequence-Level PPO for Long-Horizon Reasoning Tasks" ,
22+ titleZh : "SPPO:面向长时域推理任务的序列级PPO" ,
23+ authors : "Tianyi Wang et al." ,
24+ arxivId : "2604.08865" ,
25+ tags : [ "Reasoning" , "RLHF" ] ,
26+ why : "Reformulates PPO as sequence-level contextual bandit — no value model needed, matches GRPO-style methods with far lower memory cost." ,
27+ whyZh : "将PPO重构为序列级语境赌博机,无需价值模型,以更低内存成本匹配GRPO类方法性能。" ,
28+ pick : true ,
29+ } ,
30+ {
31+ date : "2026-04-14" ,
32+ title : "RAGEN-2: Reasoning Collapse in Agentic RL" ,
33+ titleZh : "RAGEN-2:智能体强化学习中的推理坍塌" ,
34+ authors : "Zihan Wang et al." ,
35+ arxivId : "2604.06268" ,
36+ tags : [ "Reasoning" , "Agent" ] ,
37+ why : "Discovers template collapse — a failure mode invisible to entropy in agentic RL — fixed with SNR-aware prompt filtering." ,
38+ whyZh : "发现模板坍塌这一被熵指标忽视的推理失效模式,提出信噪比滤波策略有效缓解。" ,
39+ } ,
40+ {
41+ date : "2026-04-14" ,
42+ title : "DFlash: Block Diffusion for Flash Speculative Decoding" ,
43+ titleZh : "DFlash:面向快速推测解码的块扩散方法" ,
44+ authors : "Jian Chen et al." ,
45+ arxivId : "2602.06036" ,
46+ tags : [ "Diffusion LM" , "Efficient Inference" ] ,
47+ why : "Block diffusion drafter achieves 6x lossless speedup over base LLM — 2.5x faster than EAGLE-3 with no quality loss." ,
48+ whyZh : "用块扩散模型作为推测解码草稿器,实现6倍无损加速,比EAGLE-3快2.5倍。" ,
2049 date : "2026-04-13" ,
2150 date : "2026-04-12" ,
2251 title : "SUPERNOVA: Eliciting General Reasoning in LLMs with Reinforcement Learning on Natural Instructions" ,
0 commit comments