Just Ask Jev: Reinforcement Learning for Calibrated Decisions as a Zero-Shot Detector of AI Alignment Failures

arXiv:2609.29429 · 2026-09-27 공개 · arXiv · PDF

reinforcement-learning llm-evaluation benchmarking prompt-injection llm-judge alignment-failure sycophancy zero-shot-detection

Abstract

Detectors of alignment failures screen deployed language models and score alignment benchmarks. Most are generative judges that spend a decoding pass on every criterion, and classifiers that read token probabilities, such as Llama Guard, still score one fixed label per call. Jev, a model trained with reinforcement learning for calibrated decisions (RLCD), answers many typed questions about one input with calibrated probabilities in a single call. Whether it detects alignment failures has not been measured. We present RLCDAlignBench, which benchmarks Jev on ten alignment failures: sycophancy, jailbreaks, deception, prompt injection, hallucination, privacy violation, social bias, reward hacking, concealing uncertainty, and power seeking. It spans 44 benchmarks and five target models, labelled by each benchmark's scorer and, on two, by humans. Many of these failures are relational, defined against a reference, such as the user's belief or an injected instruction, that the response alone does not reveal. Our key idea is therefore to vary what Jev is asked separately from what it sees: the question's wording and answer type on one side, the fields of the input on the other. A single generic question reaches a median AUROC of 0.886 zero-shot and beats supervised baselines on most benchmarks. Question wording matters little, while context matters more, mostly through fields that encode the label. Jev matches the reference scorer's agreement with human labels, surfaces label defects in existing benchmarks, and costs 63x less than LLM-judge scorers. Code and data: https://github.com/sumleo/RLCDAlignBench.

한국어 요약

한 줄 요약

Jev 모델은 RLCD를 통해 단일 호출로 10가지 정렬 실패 탐지를 0.886 AUROC 성능으로 제시한다.

핵심 기여도

핵심 아이디어

기존 정렬 실패 탐지기는 각 기준마다 별도의 호출을 필요로 하며, Jev는 RLCD를 통해 단일 호출로 여러 타입의 질문에 대한 확률 응답을 제공함. 이는 정렬 실패가 관계적(예: 사용자의 신념, 주입된 지시)인 경우에도 탐지 가능성을 높인다. 핵심 아이디어는 Jev가 보는 입력과 질문을 분리하는 것이다: 질문의 표현 방식과 응답 형식은 한쪽, 입력의 필드는 다른쪽으로 분리하여 실험적으로 평가함. 이는 실패 탐지의 원인을 질문 또는 입력의 부족한 정보로 구분할 수 있게 한다.

기술적 접근법

주요 결과

의의 및 한계

Jev는 단일 호출로 여러 정렬 실패 탐지를 가능하게 하며, 기존 감독 학습 기반 탐지기 대비 높은 성능과 저비용을 제공한다. 특히, 확률 기반 스코어링은 랭킹 성능이 우수하지만, 기준별 기대 확률(ECE)은 0.168로 높아 정량적 임계값 전이에는 한계가 있다. 또한, RLCDAlignBench는 Jev-1.13.0 모델, 영어 벤치마크, 2–7B 타겟 모델에만 적용되며, 다른 언어나 더 큰 모델로 확장하는 것이 향후 과제이다.

실용적 활용

Jev는 대규모 언어 모델의 정렬 실패를 실시간으로 저비용으로 탐지할 수 있어, 모델 배포 시 모니터링 시스템에 활용 가능하다. 또한, 라벨 결함 탐지 기능은 벤치마크 개선에 기여할 수 있다. 특히, Noul 질문 형식과 10개 라벨 기반 임계값 설정은 실무자에게 즉각적인 활용 가능성을 제공한다.