ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Regulatory compliance monitoring in deployed language models is increasingly implemented as a legal and audit control, checking model outputs against written rules spanning data protection, healthcare, financial regulation, and platform policy. Such monitoring is meaningful only if a detector's verdict depends on the stated rule rather than on surface features of the scenario. We show this condition fails across the current class of compliance detectors, a failure we call rule blindness. Deleting, permuting, or substituting the governing rule leaves detection accuracy unchanged for every guard and activation probe we test, including a policy-conditioned guard that correctly cites the governing clause yet barely changes its verdict when that clause is swapped for its permissive counterpart. A purpose-built benchmark crossing two rules with two scenarios, so that neither alone predicts the label, confirms the failure under a design no prior benchmark rules out, and shows that step by step reasoning, not any fast detector we test, is what escapes it. Auditing at scale requires a retraining-free detector, so we introduce the Internal Compliance Score (ICS): a training-free activation readout calibrated from ten labelled pairs and scored by a single projection. We hold ICS to the same scrutiny as the guards it audits: a pre-registered criterion for beating trivial baselines is not met, and a bag-of-words model matches its pooled generalisation exactly. It remains useful because it is inexpensive, letting us audit four deployed guard models, an 8B zero-shot judge, and thirteen benchmarks, and it raises the mechanically verified pass rate when used to rank candidate responses, though an adaptive white-box attack removes this gain. We release the counterfactual protocol and crossed-rule benchmark so rule blindness can be tested in future probe and guard claims.
This paper addresses a fundamental yet overlooked issue in AI compliance monitoring: whether detectors actually read the rules they are supposed to enforce. The authors demonstrate that current compliance detectors—both guard models and activation probes—exhibit 'rule blindness,' meaning their verdicts are unaffected by the content of the governing rule. This is a critical finding because regulatory compliance in deployed language models is increasingly used as a legal and audit control. If a detector's decision does not depend on the stated rule, it cannot provide meaningful compliance assurance, potentially leading to regulatory violations and safety failures.
The paper's significance is amplified by its rigorous methodology. By constructing a crossed-rule benchmark that controls for surface features, the authors rule out alternative explanations and show that rule blindness is not an artifact of prior benchmark designs. This work challenges the AI community to develop detectors that genuinely reason about rules, rather than relying on spurious correlations. The release of a counterfactual protocol and benchmark provides a concrete way for others to test rule blindness in their own systems, fostering a culture of accountability.
The paper reports that all tested guards and activation probes, including a policy-conditioned guard that correctly cites the governing clause, show unchanged detection accuracy when the rule is deleted, permuted, or substituted. For example, swapping a rule for its permissive counterpart barely changes the verdict. The ICS, while inexpensive, fails to meet a pre-registered criterion for beating trivial baselines, and a bag-of-words model matches its pooled generalization exactly. However, ICS raises the mechanically verified pass rate when used to rank candidate responses, though an adaptive white-box attack removes this gain. These results underscore the difficulty of building rule-aware detectors and the need for more robust approaches.
The broader impact of this work is twofold. First, it exposes a critical vulnerability in current compliance monitoring systems, which could have legal and ethical implications for deployed AI. Second, it provides tools (benchmark and protocol) for the community to audit and improve detectors. The finding that step-by-step reasoning escapes rule blindness suggests that future detectors should incorporate explicit reasoning mechanisms. While ICS has limitations, its low cost makes it a viable tool for large-scale audits, potentially enabling broader oversight of AI systems. This paper is a call to action for the AI safety and compliance community to prioritize rule-awareness in detector design.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba