← Latest papers
💬 NLP

From Statute to Control Flow: Span-Grounded Deontic Trees for Defeasible Scope Parsing

This paper introduces NormBench, a multilingual benchmark featuring Span-Grounded Deontic Trees (SG-DT) to diagnose and mitigate Silent Scope Omission in rule-following agents by shifting focus from end-task outcomes to the precise structural parsing of defeasible legal scopes, revealing that constrained intermediate representations significantly improve exception handling in complex regulatory contexts.

Original authors: Jian Chen, Siyuan Li, Chucheng Wan, Zixuan Yuan

Published 2026-06-09
📖 5 min read🧠 Deep dive

Original authors: Jian Chen, Siyuan Li, Chucheng Wan, Zixuan Yuan

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

The Big Problem: The "Silent Skip"

Imagine you are hiring a very smart, fluent robot assistant to enforce the rules of a game. You give it the rulebook.

  • Rule 1: "If you touch the ball, you get a penalty."
  • Rule 2: "Unless you are the goalie, then you can touch it."
  • Rule 3: "But if the goalie is wearing a red hat, they still get a penalty."

A human reads this and understands the layers. But the paper argues that current AI models often suffer from Silent Scope Omission (SSO).

The AI sees Rule 1, applies it, and confidently says, "Penalty!" It completely silently skips Rule 2 and Rule 3. The AI's answer sounds reasonable and grammatically perfect, but it misses the crucial "unless" and "except" clauses that actually change the outcome. It's like a chef who follows a recipe perfectly but silently forgets the instruction to "remove the salt if the customer is on a diet," resulting in a dish that looks right but tastes wrong.

The Solution: NormBench and the "Tree Map"

To fix this, the authors built a new testing ground called NormBench. Think of this as a specialized gym for AI, filled with 2,290 different legal rules (from Chinese laws, US tax codes, and corporate policies) designed specifically to trick AI with these "silent skips."

Instead of just asking the AI, "What's the penalty?", they force the AI to draw a Span-Grounded Deontic Tree (SG-DT).

The Analogy: The Construction Blueprint
Imagine the law is a messy pile of lumber.

  • Old Way: The AI tries to build a house by guessing which piece of wood goes where. It might build a house that looks okay from the outside, but the roof is on the wrong floor.
  • New Way (SG-DT): The AI must first draw a blueprint.
    • Every single branch of the blueprint must be tied to a specific piece of wood (a "span" of text) from the original rulebook.
    • The blueprint must explicitly show the "exclusion guards." For example, it must draw a line saying, "This branch only exists IF the red hat condition is FALSE."
    • This turns the messy text into a rigid, logical flowchart that can be audited. If a branch is missing, the blueprint is invalid.

What They Found: The AI's "Brain Farts"

The authors tested top-tier AI models (like GPT-5, Claude, and DeepSeek) on this new test and found three major issues:

1. The "Recursion Decay" (The Tower of Logic)

  • The Analogy: Imagine stacking blocks.
    • Layer 1: "Do X." (Easy)
    • Layer 2: "Do X, unless Y." (Okay)
    • Layer 3: "Do X, unless Y, unless Z." (The AI collapses).
  • The Finding: As the rules get deeper (nested exceptions inside exceptions), the AI's performance crashes. It's not that the AI ran out of memory; it's that its "reasoning muscles" get weak when the logic gets too deep. It can find the rules, but it can't stack them correctly.

2. The "Auditability Trap" (The Confident Liar)

  • The Analogy: A student who memorizes the textbook quotes perfectly but doesn't understand the math.
  • The Finding: The AI is great at finding the right sentences in the text (high "faithfulness"). It will quote the rule about the "red hat" perfectly. But when asked to connect that quote to the right part of the logic tree, it fails. It looks like it understands the law, but it's actually just "quoting" without "reasoning."

3. The "Domain Paradox" (Generalists vs. Specialists)

  • The Analogy: A general doctor vs. a specialist who only reads medical journals but has never treated a patient.
  • The Finding: Surprisingly, general-purpose AI models (trained on everything) did a much better job at understanding these legal structures than "Legal AI" models (trained only on law). The legal models were too focused on sounding like a lawyer (using the right tone) and failed at the rigorous logic required to map the rules.

The Cross-Language Glitch

The authors also tested if an AI understands the same rule in Chinese and English.

  • The Finding: The AI could build a good tree for the Chinese version and a good tree for the English version. But the two trees often didn't match each other!
  • The Analogy: It's like translating a recipe. The Chinese version says "Add salt unless the soup is salty." The English version says "Add salt, but if the soup is salty, don't." The AI might build the logic correctly for each language individually, but the "unless" logic gets flipped between the two, leading to different results for the same rule.

Does This Actually Help?

The paper tested if forcing the AI to draw this "blueprint" (SG-DT) before answering a question actually improved the final answer.

  • The Result: It depends.
    • Yes: When the case is tricky and relies on a specific exception (the "active" exception), the blueprint helps the AI avoid the "Silent Skip."
    • No: When the case is simple, or if the AI is already very good, forcing it to draw the blueprint sometimes confuses it or slows it down, leading to worse answers.

Summary

The paper argues that to make AI reliable for laws and rules, we can't just let it chat. We need to force it to build a rigid, auditable map of the rules, where every exception is explicitly tied to the text. This helps catch the "Silent Skips" where the AI ignores important exceptions, but it's not a magic bullet that fixes everything instantly.

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 →