Beyond Oracle: Verifier-Supervision for Instruction Hierarchy in Reasoning and Instruction-Tuned LLMs

Sian-Yao Huang (CyCraft Technology Corporation Taiwan Branch) · Li-Hsien Chang (CyCraft Technology Corporation Taiwan Branch) · Che-Yu Lin (CyCraft Technology Corporation) · Cheng-Lin Yang (CyCraft AI Lab)
adversarial safety benchmarksalignmentcompliance directiveexecutable verifierhierarchy of authorityinstruction-conflict instancesinstruction-tuned modelsllm-assisted repairmulti-level directivesmulti-step reasoningoracle completionsreasoning modelssynthesis pipelineunit-test validationverifiable reward signals

Large language models (LLMs) are often prompted with multi-level directives, such as system instructions and user queries, that imply a hierarchy of authority. Yet models frequently fail to enforce this structure, especially in multi-step reasoning where errors propagate across intermediate steps. Existing methods rely on oracle completions but lack verifiable reward signals or intermediate traces, limiting their applicability. We introduce a unified supervision framework that embeds programmatically verifiable checkers into synthesized instruction-conflict instances. Each instance pairs a compliance directive with a conflicting one, along with an executable verifier that deterministically checks output adherence. This enables alignment without oracle labels or reasoning traces, supporting both instruction-tuned and reasoning models. The framework is instantiated via a synthesis pipeline that includes unit-test–based validation, LLM-assisted repair, and a probabilistic analysis of cleaning reliability. Fine-tuning on the resulting data improves instruction hierarchy adherence and boosts safety robustness, generalizing to adversarial safety benchmarks without task-specific supervision. This highlights verifiable supervision as a scalable foundation for robust alignment. All code, dataset, and verifier pipeline are publicly available at: https://github.com/cycraft-corp/BeyondOracle.