基本信息

要点解读

这是什么

一种在模型解码阶段直接干预概率分布的零提示诊断测试,通过在词边界动态屏蔽主要候选标记,强迫模型产生迂回表达,从而评估其在非正常生成路径下的鲁棒性。

用在哪里

适用于模型研发和安全审计阶段,可用于生成多样化合成数据、检验运行时安全护栏以及在真实部署前对模型可靠性进行压力测试。

可以推断的

推测:规模更大的模型在面对强制偏离常规生成路径的干预时往往保持更好的鲁棒性。
推测:经过指令对齐训练的模型在解码层面的干预下更少出现失效。

来源摘要/节选

Large language model evaluations typically focus on performance under nominal conditions, creating an illusion of capability where models comfortably walk a narrow, highly optimized generation corridor. In real-world deployments, however, complex system prompts, safety guardrails, and structural constraints continuously force models off this nominal path, driving a divergence between benchmark scores and deployment performance. To address this issue, we introduce Decoding-Level Taboo, a zero-prompt diagnostic stress test that intervenes directly in logit space at runtime, forcing models out of their nominal paths. By dynamically masking primary candidate tokens at word boundaries, Taboo forces machine circumlocution. Evaluating Taboo across several open-weight model families reveals that off-path robustness is heavily influenced by both parameter scale and post-training instruction alignment, with robustness generally improving with model size and alignment. Beyond the results presented in this paper, Taboo provides a novel primitive for generating diverse synthetic datasets, stress-testing runtime safety guardrails, and auditing model reliability prior to real-world deployment.

来源说明

当前保存的是来源摘要,不代表论文全文。请以原始来源为准。

「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。