<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>论文阅读 on Yiwen Cai</title><link>https://yiwen-cai.github.io/notes/papers/</link><description>Recent content in 论文阅读 on Yiwen Cai</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>caiyiwen.cs@foxmail.com (Yiwen Cai)</managingEditor><webMaster>caiyiwen.cs@foxmail.com (Yiwen Cai)</webMaster><copyright>© 2026 Yiwen Cai</copyright><lastBuildDate>Tue, 04 Aug 2026 15:52:37 +0800</lastBuildDate><atom:link href="https://yiwen-cai.github.io/notes/papers/index.xml" rel="self" type="application/rss+xml"/><item><title>RL Meets LLMs：大语言模型全生命周期强化学习综述</title><link>https://yiwen-cai.github.io/notes/papers/rl-meets-llms-survey/</link><pubDate>Tue, 04 Aug 2026 00:00:00 +0000</pubDate><author>caiyiwen.cs@foxmail.com (Yiwen Cai)</author><guid>https://yiwen-cai.github.io/notes/papers/rl-meets-llms-survey/</guid><description>梳理 RL 如何贯穿 LLM 全生命周期——预训练/Mid-training、RLHF 对齐微调、RLVR 强化推理三条主线；从策略梯度、PPO 到 GRPO 的算法演进，以及 RLVR 是否真正扩展推理能力、熵坍缩与性能上限等争议。</description></item><item><title>SparseSpec：加速推理模型的稀疏自推测解码</title><link>https://yiwen-cai.github.io/notes/papers/sparsec-speculative-decoding/</link><pubDate>Sat, 20 Jun 2026 00:00:00 +0000</pubDate><author>caiyiwen.cs@foxmail.com (Yiwen Cai)</author><guid>https://yiwen-cai.github.io/notes/papers/sparsec-speculative-decoding/</guid><description>针对推理语言模型长输出的 memory-bound 瓶颈，用同一模型做 self-speculative decoding——verification 阶段顺手 dump 出 attention scores 做 Top-K，作为后续 draft 的动态稀疏模式，零训练、无损、最高 2.13× 加速。</description></item><item><title>FlashAttention：IO 感知的快速精确注意力</title><link>https://yiwen-cai.github.io/notes/papers/flashattention/</link><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><author>caiyiwen.cs@foxmail.com (Yiwen Cai)</author><guid>https://yiwen-cai.github.io/notes/papers/flashattention/</guid><description>通过 IO-aware 的 tiling 和重计算，在不改变 attention 数学定义的前提下大幅减少 HBM 读写，实现 2-4× 加速与 5-20× 内存节省——attention 优化的基础构件。</description></item></channel></rss>