Orthrus 无损推测解码研究:BF16 下仅四成轨迹完全匹配,FP32 才完全一致

HuggingFace Daily Papers(社区热门论文)·2026-09-14 08:00·2天前
AI 导读

研究者独立复现 Orthrus 并检验其无损推测解码声明。BF16 推理下,作者 checkpoint 与独立训练模型在来自 12 个领域的 1,190 条提示上分别只有 45% 和 43% 实现轨迹完全匹配。

HuggingFace Daily Papers(社区热门论文)
50AI 编辑部评分,满分 100

Orthrus 无损推测解码研究:BF16 下仅四成轨迹完全匹配,FP32 才完全一致

2026-09-14 08:00· 2天前
AI 导读

研究者独立复现 Orthrus 并检验其无损推测解码声明。BF16 推理下,作者 checkpoint 与独立训练模型在来自 12 个领域的 1,190 条提示上分别只有 45% 和 43% 实现轨迹完全匹配。

Orthrus is a hybrid autoregressive-diffusion architecture that accelerates autoregressive language-model inference by generating multiple tokens in parallel while using a frozen autoregressive backbone. Its central claim is that an intra-model consensus mechanism enables lossless speculative decoding, producing the same output sequence as the autoregressive model. We independently reproduce Orthrus and examine this claim under different numerical precisions. Under BF16 inference, exact trajectory matching occurs in only 45% of cases for the authors' checkpoint and 43% for our independently trained model across 1,190 prompts from 12 domains.

The probability of exact matching is also strongly associated with the response-conditional perplexity of the reference model. Despite this trajectory divergence, Orthrus does not show systematic degradation on downstream lm-eval-harness benchmarks. In contrast, repeating the trajectory evaluation with FP32 yields exact trajectory matching on all evaluated prompts. These results show that the practical losslessness of Orthrus depends on numerical precision and that exact trajectory equivalence should be evaluated separately from downstream task performance.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org