← Latest papers
💻 computer science

Escaping the Agreement Trap: Defensibility Signals for Evaluating Rule-Governed AI

This paper proposes a new evaluation framework for rule-governed AI that replaces flawed agreement-based metrics with policy-grounded correctness measures, such as the Defensibility Index and Probabilistic Defensibility Signal, to accurately distinguish between valid decisions and true errors in content moderation.

Original authors: Michael O'Herlihy, Rosa Català

Published 2026-04-24
📖 4 min read☕ Coffee break read

Original authors: Michael O'Herlihy, Rosa Català

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

🎬 Analogy: "Drama Script Review" and "The Director's Discretion"

An online community (e.g., Reddit) is like a massive drama set, where the rules (Policy) serve as the script. The AI acts as a novice editor who reviews this script and decides: "Can this scene be aired (Approve), or must it be cut (Remove)?"

Previous evaluation methods only checked whether the human reviewer (Human) and the AI agreed. However, this paper points out a fatal flaw in that approach: the "Agreement Trap."

1. The Agreement Trap

Scenario: The script states only, "Violent scenes are prohibited." Yet, a particular scene presents an ambiguous situation: "Is it violent, or does it possess high artistic value?"

  • Human Reviewer A: "It is artistic; let's air it!" (Approve)
  • Human Reviewer B: "It is violent; let's cut it!" (Remove)
  • AI: "It is violent; let's cut it!" (Remove)

Under the old evaluation method, because the AI disagreed with Human A, it was judged as an Error. However, the AI correctly read the script (the rules). The AI reached the conclusion "cut it," which is a Defensible decision based on the script.

Core Message: Just because the AI disagrees with a human does not mean it is necessarily wrong. If the AI makes a logically sound decision within the scope of rule interpretation (the gray area), it is not an 'error' but a 'defensible decision.'

2. New Compass: "Defensibility Index (DI)" and "Ambiguity Index (AI)"

The paper proposes two new metrics for evaluating AI:

  • Defensibility Index (DI):
    • Analogy: "How logically defensible is this decision based on the script (rules)?"
    • If the AI's decision follows the literal text or logical flow of the script, it receives 100 points, even if it disagrees with humans.
  • Ambiguity Index (AI):
    • Analogy: "Is this scene truly ambiguous in the script?"
    • This identifies sections where the script is so abstract that both humans and the AI struggle, wondering "What should we do?" This is not an AI mistake, but a signal that the script (rules) are incomplete.

3. Technology to Read the AI's "Inner Thoughts" (PDS)

AI usually says, "I am 99% confident!" but often feels confused. The paper developed a technique that analyzes the probability of words (Log-probs) used by the AI in the process of explaining its reasoning, just before making a decision.

  • Analogy: Detecting the tremor of inner thoughts as the AI, just before saying "Cut this!", mutters to itself, "Hmm... according to page 3 of the script... but page 5 also says..."
  • If this "tremor of inner thoughts" is large, it means the AI is struggling because the rules are ambiguous. This signal allows us to know where human intervention is needed in advance.

4. Real-World Application: "Governance Gate"

Applying this technology to actual systems yields the following benefits:

  • Safe Automation: When the AI clearly understands the rules and makes a logical decision (high Defensibility Index), it is processed automatically.
  • Human Intervention: When rules are too vague or the AI is struggling (high Ambiguity Index), humans review it again.
  • Result: While the old method incorrectly labeled 80% of the AI's correct decisions as "errors," this new method achieved a result of automating 78.6% of tasks while reducing risks by 64.9%.

📝 One-Line Summary

"Just because the AI disagrees with humans does not mean it is necessarily wrong. If the AI makes a logically sound decision based on the rules (script), we must recognize that 'difference' not as an 'error' but as a 'defensible interpretation,' and only have humans intervene where the rules are ambiguous."

This paper argues that AI should be evaluated not merely as a "machine mimicking humans," but as an "expert who logically interprets rules," thereby paving the way for safer and more efficient AI operations.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →