Research Papers 论文研究 7h ago Updated 3h ago 更新于 3小时前 45

When Can a Machine Trust a Statute? A Survival Certificate for Machine-Extracted Legal Logic 机器何时能信任法规?机器提取法律逻辑的生存证书

Machine-extracted legal statutes suffer significant parser disagreement, with a false-negative rate of 0.43 on numeric-threshold detection across independent extractors The authors introduce a "survival certificate" for the Duquenne-Guigues implication basis, using Monte Carlo replay (1,000 trials) and a one-sided Wilson 95% lower bound to certify only implications surviving at ≥0.95 confidence Each certified implication is accompanied by premise spans and a minimal counterexample, enabling audi 机器解析法律条文存在显著分歧,两个独立提取器在密苏里州法律数值阈值识别上假阴性率达0.43 提出"被动生存证书"方法,通过蒙特卡洛模拟和Wilson置信区间验证机器提取法律逻辑的可靠性 在29,365个密苏里州条款和502个印度中央法案条款上验证,预注册外部验证门通过但全局错误模型下93.2%章节低于信息性阈值 证书可用但脆弱,建议按章节校准或采用容错部署策略 代码、数据产品和审计轨迹已开源,包含一个撤回声明

58
Hot 热度
72
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Machine-extracted legal statutes suffer significant parser disagreement, with a false-negative rate of 0.43 on numeric-threshold detection across independent extractors
  • The authors introduce a "survival certificate" for the Duquenne-Guigues implication basis, using Monte Carlo replay (1,000 trials) and a one-sided Wilson 95% lower bound to certify only implications surviving at ≥0.95 confidence
  • Each certified implication is accompanied by premise spans and a minimal counterexample, enabling auditability of machine-extracted legal logic
  • On 29,365 Missouri sections and 502 Indian central-Act sections, the certificate passes a preregistered held-out gate for 10 statute families across 7 Titles exactly, and 16 across 11 with 5% tolerance
  • Under a globally deployed error model, 93.2% of held-out chapters fall below the informativeness floor, attributed to calibration-rate transfer rather than selection bias; the certificate is usable but fragile, requiring per-chapter calibration or error tolerance

Why It Matters

This work directly addresses the reliability gap in AI-driven legal text processing, where machine parsers increasingly mediate statutory interpretation before human review. For AI practitioners building legal NLP systems, it provides a formal, auditable framework for quantifying how much extracted logical structure can be trusted under realistic parser disagreement. The findings serve as a cautionary benchmark for anyone deploying automated legal logic extraction at scale.

Technical Details

  • Survival Certificate Framework: A passive certification method for the Duquenne-Guigues implication basis derived from machine-extracted statutory contexts. Per-attribute inter-extractor disagreement is measured and replayed against the implication basis across 1,000 Monte Carlo trials.
  • Certification Criterion: An implication is certified only when the one-sided Wilson 95% lower bound on survival probability reaches 0.95. Every certified implication includes premise spans and a minimal counterexample for traceability.
  • Datasets: Evaluated on 29,365 Missouri statutory sections and 502 Indian central-Act sections, covering multiple statute families across 7+ Titles.
  • Error Analysis: A 2x2 factorial experiment isolates the cause of informativeness failure, attributing the 93.2% failure rate under global error modeling to calibration-rate transfer rather than selection effects.
  • Reproducibility: Code, data products, and full audit trail (including one retracted claim) are publicly released.

Industry Insight

  • Legal AI systems should adopt per-chapter or per-domain calibration rather than relying on globally deployed error models, which the results show are insufficient for maintaining logical informativeness.
  • The survival certificate approach offers a transferable template for certifying extracted logic in other structured-text domains (regulatory, contractual, clinical) where parser disagreement is inherent.
  • Practitioners should treat machine-extracted legal logic as fragile by default; even passing a preregistered gate does not guarantee robustness under realistic error conditions, necessitating error-tolerant deployment strategies.

TL;DR

  • 机器解析法律条文存在显著分歧,两个独立提取器在密苏里州法律数值阈值识别上假阴性率达0.43
  • 提出"被动生存证书"方法,通过蒙特卡洛模拟和Wilson置信区间验证机器提取法律逻辑的可靠性
  • 在29,365个密苏里州条款和502个印度中央法案条款上验证,预注册外部验证门通过但全局错误模型下93.2%章节低于信息性阈值
  • 证书可用但脆弱,建议按章节校准或采用容错部署策略
  • 代码、数据产品和审计轨迹已开源,包含一个撤回声明

为什么值得看

本文为法律AI的可信度验证提供了量化框架,揭示了机器提取法律逻辑的固有脆弱性。对从事法律科技、形式化验证和AI可信度的研究者具有重要参考价值。

技术解析

  • 基于Duquenne-Guigues蕴含基构建被动生存证书,测量每个属性的提取器间分歧,通过1,000次蒙特卡洛试验回放验证
  • 采用单侧Wilson 95%下界作为认证标准,仅当生存下界达到0.95时认证蕴含关系,每个认证蕴含附带前提范围和最小反例
  • 在密苏里州29,365个条款和印度502个中央法案条款上测试,预注册外部验证门通过(7个标题中10个法律家族精确通过;11个标题中16个以5%容差通过)
  • 全局错误模型下93.2%外部验证章节低于信息性阈值,2x2因子分析归因于校准率转移而非选择偏差
  • 开源代码、数据产品和完整审计轨迹,包括一个撤回声明

行业启示

  • 法律AI系统需建立分层验证机制,不能依赖单一全局错误模型,应按章节或领域进行校准
  • 机器提取的法律逻辑存在固有脆弱性,部署时应采用容错策略而非追求绝对精确
  • 开源审计轨迹和撤回声明体现了研究透明度,为法律AI可信度验证提供了可复现框架

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Legal AI 法律AI Research 科学研究 Evaluation 评测 LLM 大模型