<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Qwen - 标签 - lilfry's library</title><link>https://lilfry09.github.io/tags/qwen/</link><description>Qwen - 标签 - lilfry's library</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>lilfry@sjtu.edu.cn (lilfry)</managingEditor><webMaster>lilfry@sjtu.edu.cn (lilfry)</webMaster><copyright>All rights reserved.</copyright><lastBuildDate>Sat, 11 Jul 2026 23:30:00 +0800</lastBuildDate><atom:link href="https://lilfry09.github.io/tags/qwen/" rel="self" type="application/rss+xml"/><item><title>读 Qwen Bebop 与 DeepSeek DSpark：Speculative Decoding 正在从技巧变成系统工程</title><link>https://lilfry09.github.io/ai/qwen-bebop-deepseek-dspark-speculative-decoding/</link><pubDate>Sat, 11 Jul 2026 23:30:00 +0800</pubDate><author>fry</author><guid>https://lilfry09.github.io/ai/qwen-bebop-deepseek-dspark-speculative-decoding/</guid><description><![CDATA[<p>最近两篇关于 <code>speculative decoding</code> 的论文很值得放在一起看。</p>
<p>一篇是 Qwen Team 的 <strong>Bebop</strong>，全名是 <em>Breaking Entropy Bounds: Accelerating RL Training via MTP with Rejection Sampling</em>。它关心的是：在大规模 RL 后训练里，rollout 太慢，能不能用 <code>MTP</code> 把采样阶段加速起来？</p>
<p>另一篇是 DeepSeek 的 <strong>DSpark</strong>，全名是 <em>Confidence-Scheduled Speculative Decoding with Semi-Autoregressive Generation</em>。它关心的是：在线上高并发 serving 里，speculative decoding 为什么经常一上负载就不稳，怎样让它真正移动吞吐-延迟前沿？</p>
<p>这两篇看起来一个讲训练，一个讲推理；一个讲 Qwen 的 RL pipeline，一个讲 DeepSeek-V4 的线上服务。但我读完之后觉得，它们其实在回答同一个更大的问题：</p>
<p><strong>speculative decoding 的核心已经不只是“多猜几个 token”，而是怎样让猜测、验证、分布匹配和系统负载一起闭环。</strong></p>]]></description></item><item><title>coding agent数据合成-qwen调研</title><link>https://lilfry09.github.io/ai/coding-agent-data-synthesis-qwen-research/</link><pubDate>Sun, 19 Apr 2026 20:05:00 +0800</pubDate><author>fry</author><guid>https://lilfry09.github.io/ai/coding-agent-data-synthesis-qwen-research/</guid><description><![CDATA[<p>这篇调研聚焦 <code>coding agent</code> 训练里最关键的一环：<strong>高质量、可验证、可复现的数据合成</strong>。如果把近两年的主线压缩成一句话，那就是：行业正在从“纯合成题”转向“以真实软件工程活动为种子，再做自动化增强”的 <code>SWE-bench</code> 式范式。</p>
<p>对于 <code>Qwen</code> 这一类希望持续提升复杂编码能力的模型，这条路径的意义尤其直接：它不仅决定模型能否在 benchmark 上刷出更高分，更决定模型是否真正具备在真实仓库里定位问题、搭环境、写补丁和通过测试的能力。</p>]]></description></item></channel></rss>