Logical Consistency Between Disagreeing Experts and Its Role in AI Safety
Andrés Corrada-Emmanuel
TL;DR
The paper tackles evaluating expert judgments without ground truth by formulating a logic of unsupervised evaluation based on logical consistency. It introduces the $Q$-complex (QC) and a set of linear axioms for a single classifier, deriving the feasible space of evaluations and extending to multi-class and multi-expert scenarios to produce no-knowledge alarms. Through MT-Bench experiments, it shows that disagreement patterns constrain possible evaluations and can trigger safety alarms at practical thresholds (e.g., around 46% accuracy) even without ground-truth keys. The approach offers a domain-agnostic safety monitor for LLMs-as-Judges and other classifiers in zero-ground-truth settings, while acknowledging its inherent limits in detecting correct agreements or validating test validity. Overall, the work reframes disagreement as a quantitative signal to bound and monitor classifier performance in unsupervised contexts.
Abstract
If two experts disagree on a test, we may conclude both cannot be 100 per cent correct. But if they completely agree, no possible evaluation can be excluded. This asymmetry in the utility of agreements versus disagreements is explored here by formalizing a logic of unsupervised evaluation for classifiers. Its core problem is computing the set of group evaluations that are logically consistent with how we observe them agreeing and disagreeing in their decisions. Statistical summaries of their aligned decisions are inputs into a Linear Programming problem in the integer space of possible correct or incorrect responses given true labels. Obvious logical constraints, such as, the number of correct responses cannot exceed the number of observed responses, are inequalities. But in addition, there are axioms, universally applicable linear equalities that apply to all finite tests. The practical and immediate utility of this approach to unsupervised evaluation using only logical consistency is demonstrated by building no-knowledge alarms that can detect when one or more LLMs-as-Judges are violating a minimum grading threshold specified by the user.
