AI消息速览

混沌中的阶梯:测试时扩展如何改进大语言模型机器翻译

事件日期 2026-08-28 · 学术前沿 · 已接受

事件日期2026-08-28
信息日期2026-08-28
入库日期2026-09-01
通道学术前沿
状态已接受
来源arXiv 论文

知识卡片:混沌中的阶梯:测试时扩展如何改进大语言模型机器翻译

英文标题:Ladders in Chaos: When, How, (and Perhaps Why) Does Test-Time Scaling Improve LLM Machine Translation
英文关键词:test-time scaling; machine translation; sequential sampling; parallel sampling; LLM
原始来源:https://arxiv.org/abs/2608.28496v1

一句话结论

在LLM机器翻译中,顺序式测试时扩展(sequential sampling)相比并行式(parallel sampling,如i.i.d.采样+重排)具有更高的性能上限,其收益主要体现在翻译流畅性和自然度上;但当推理预算较大时,顺序采样反而可能损害翻译准确性。该增益可部分归因于模型能够访问更大的目标侧上下文(target-side context)。

事件概述/研究问题

本文研究测试时扩展在LLM机器翻译任务中的表现,关注两种范式:

  • 顺序式(sequential):后续翻译生成尝试依赖于之前的尝试,例如自改进迭代。
  • 并行式(parallel):各采样独立同分布,通过重排序选择最佳结果,例如Best-of-N。

核心问题:测试时扩展在机器翻译中“何时”有效、“如何”生效,以及可能的原因。

方法/产品要点

  • 对比顺序采样与并行采样两种测试时扩展策略。
  • 对Best-of-N翻译结果进行多维人工评价,涵盖流畅性、自然度、准确性等维度。
  • 通过控制实验检验“目标侧上下文”这一机制假设。
  • 对顺序采样进行消融实验:改变采样温度、改变上下文构建方式。
  • 具体使用的模型、数据集、语言对、采样预算范围未在摘要中提供,待核实。

主要结果

  • 顺序采样具有更高的性能上限,尤其在较小采样预算下能产生更多样、更有效的候选样本池。
  • 人工分析显示,顺序采样显著提升翻译的流畅性和自然度,但在推理预算较大时会降低准确性。
  • 顺序式自改进的成功可部分归因于模型能够获得更大的目标侧上下文。
  • 消融实验显示,顺序采样在不同采样温度下表现稳健,但对上下文构建方式敏感,为未来改进提供了方向。

为什么重要

已有测试时扩展研究强调不应把“预算”当作一个简单标量,而要区分推理算法的结构。本文在机器翻译这一具体任务上,进一步区分了顺序式与并行式两种扩展形态,指出其收益模式不同:顺序式提升流畅性和自然度,但可能牺牲准确性;且机制上涉及目标侧上下文,而非单纯的“更多计算”。这一发现对使用测试时扩展优化翻译系统的实践有直接参考价值。

局限与不确定性

  • 机制解释仅为“部分归因”,并非完整因果解释。
  • 顺序采样在大推理预算下为何降低准确性,以及是否在不同语言对/模型间普适,摘要未提供细节,待核实。
  • 人工评价的具体维度、评分数值、统计显著性等结果未在摘要中体现,待核实。
  • 实验所用模型、数据集、采样预算范围、上下文构建方式的具体实现均待核实。

可用于图书/PPT/简报的角度

  • 对比“顺序采样”与“并行采样”的性能-预算曲线,展示顺序采样在低预算下高效、高预算下可能恶化的现象。
  • 以“测试时扩展并非越多越好”为题,讨论大推理预算下准确性下降的证据与直觉。
  • 以“目标侧上下文”作为解释翻译提升的机制,引出上下文工程重要性的讨论。

原始材料

  • 英文标题:Ladders in Chaos: When, How, (and Perhaps Why) Does Test-Time Scaling Improve LLM Machine Translation
  • arXiv ID:2608.28496v1
  • URL:https://arxiv.org/abs/2608.28496v1
  • 作者:Di Wu, Sergey Troshin, Christof Monz, Antske Fokkens, Vlad Niculae
  • 发布时间:2026-08-28T16:22:39Z
  • 摘要原文:

Two forms of test-time scaling for Large Language Models (LLMs) have emerged as effective and widely adopted paradigms: sequential, in which later answer attempts depend on earlier ones, and parallel, such as i.i.d. sampling with reranking. In this study, we investigate their properties in translation. First, our study shows that sequential sampling has a higher performance ceiling, providing a more diverse and effective pool of samples, particularly under smaller sampling budgets. Second, we interrogate the nature of test-time scaling through a multidimensional manual analysis. Human analysis of the Best-of-$N$ translations demonstrates that sequential sampling substantially improves translation fluency and naturalness, but can degrade accuracy when inference budgets are large. Finally, we suggest an explanation of the mechanism through which sequential scaling improves machine translation. Our controlled analysis partially attributes the success of sequential self-improvement to the model's access to a larger target-side context. Ablation experiments on sequential sampling demonstrate its robustness across different sampling temperatures, while also revealing sensitivity to context construction, suggesting directions for future improvement.