Decoding-Level Taboo: A Diagnostic Stress Test for LLM Robustness

Tadanobu Chuyo Kamijo, Ori Rottenstreich, Javier Conde, Gonzalo Martínez, Pedro Reviriego

arXiv:2608.09900 · 2026-08-12 공개 · arXiv · PDF

post-training llm-robustness model-reliability token-masking instruction-alignment runtime-safety deployment-performance decoding-level-taboo

Abstract

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.

한국어 요약

한 줄 요약

Decoding-Level Taboo는 생성 경로를 강제로 변경하여 LLM의 실제 세계 내구성을 진단하는 런타임 로짓 공간 개입 기법이다.

핵심 기여도

핵심 아이디어

기존 평가 방식은 LLM이 제한된 경로에서 최적화된 토큰 시퀀스를 생성하는 능력을 평가하지만, 실제 운영 환경에서는 안전 가드레일, 구조적 제약 등이 모델을 명령 경로에서 벗어나게 만든다. 이에 따라, 모델이 내부 추론을 유지하면서 경로를 재구성할 수 있는지 여부가 중요하다.

Decoding-Level Taboo는 런타임 시점에서 로짓 공간에 직접 개입하여, 단어 경계에서 주요 후보 토큰을 마스킹함으로써 모델을 기존 경로에서 벗어나게 강제한다. 이는 단순한 토큰 금지가 아닌, 다단계 추론 경로를 재구성하는 ‘기계적 우회’(machine circumlocution)를 유도한다. 이 개입은 입력 프롬프트를 고정시키며, 스트레스를 프롬프트 해석과 분리하여, 모델의 내부 추론 엔진의 내구성을 정확히 평가할 수 있다.

기술적 접근법

주요 결과

의의 및 한계

Decoding-Level Taboo는 LLM이 실제 운영 환경에서 안정적으로 작동할 수 있는지를 사전에 진단하는 데 유용하며, 안전 가드레일 테스트, 합성 데이터셋 생성, 정책 정렬 등 다양한 활용이 가능하다. 특히, 기존 프롬프트 기반 평가 방식과 달리, 로짓 공간 개입을 통해 모델의 내부 추론 엔진을 분리하여 평가할 수 있어, 학술적·실용적 가치가 높다.

한편, Taboo는 형식 언어(예: HumanEval)에서는 효과가 제한적이며, 특정 모델 패밀리(예: Llama-3 7–8B)에서는 정렬 효과가 나타나지 않는 한계가 있다. 또한, 4-bit 정밀도에서 일부 모델의 성능 차이가 발생하는 점도 주의할 필요가 있다.

실용적 활용

Decoding-Level Taboo는 LLM을 실제 운영 환경에 배포하기 전에 내구성을 사전 진단하는 데 활용할 수 있으며, 안전 가드레일 테스트, 정책 정렬, 합성 CoT 데이터셋 생성 등 다양한 산업 및 연구 상황에서 사용 가능하다. 특히, 런타임 오버헤드가 낮고, 재학습 없이 사용할 수 있어 실용적이다.