Back to AI Research

AI Research

InsufficiencyBench: Evaluating LLM legal advice on... | AI Research

Key Takeaways

  • InsufficiencyBench is a new legal benchmark designed to evaluate whether Large Language Models (LLMs) can recognize when a user’s legal query is missing crit...
  • Legal AI systems are increasingly used to answer legal questions, yet existing benchmarks assume queries arrive fully specified.
  • In practice, users omit facts that materially determine the legal outcome.
  • Evaluating ten frontier models, we find that no model exceeds F2 = 0.46 on missing-element identification and that the median recall is 0.44.
  • Models either hedge indiscriminately or answer silently under fabricated presumptions.
Paper AbstractExpand

Legal AI systems are increasingly used to answer legal questions, yet existing benchmarks assume queries arrive fully specified. In practice, users omit facts that materially determine the legal outcome. We introduce InsufficiencyBench, the first legal benchmark targeting query-side insufficiency: whether a model recognizes when a query lacks legally material information, identifies what is missing, and refrains from premature conclusions. We formalize a taxonomy of eight canonical missing-element categories across three structural failure modes---switch, gating, and fatal prerequisite--- and construct 202 benchmark items (58 base queries, 144 deficient variants) spanning six legal domains and 24 US jurisdictions and annotated by practising attorneys. Evaluating ten frontier models, we find that no model exceeds F2 = 0.46 on missing-element identification and that the median recall is 0.44. Models either hedge indiscriminately or answer silently under fabricated presumptions. No model both identifies and qualifies responses to deficient queries while directly addressing complete ones.

InsufficiencyBench is a new legal benchmark designed to evaluate whether Large Language Models (LLMs) can recognize when a user’s legal query is missing critical information. Rather than assuming a query is fully specified, this benchmark tests if a model can identify missing facts, ask for clarification, and avoid providing premature legal conclusions based on unstated assumptions.

The Problem of Premature Legal Closure

Current legal AI benchmarks typically provide models with fully formed, complete scenarios. In real-world practice, however, users often omit facts that are legally material to the outcome. When LLMs are presented with these underspecified queries, they often engage in "premature legal closure." This occurs when a model silently presumes missing information—such as the user's jurisdiction or employer size—and provides a confident, fluent answer that may be legally incorrect for the user's actual situation. The authors note that this behavior is distinct from hallucination, as the model may state the law correctly for its own assumed facts while giving dangerous advice for the user's reality.

How InsufficiencyBench Works

The benchmark consists of 202 items, including 58 base queries and 144 deficient variants, across six legal domains and 24 US jurisdictions. Legal experts annotated these queries to identify "required elements"—facts that must be known to provide a safe and accurate legal response.
The researchers established a taxonomy of eight canonical categories of missing information, organized by how they disrupt legal reasoning:

  • Switch: Missing elements that change the governing legal framework (e.g., jurisdiction).

  • Gating: Missing elements that determine if a framework applies at all (e.g., employer size).

  • Fatal Prerequisite: Missing elements that prevent a claim from proceeding within an otherwise applicable framework (e.g., being current on rent for a habitability claim).
    To test a model, the researchers present a deficient query and evaluate whether the model detects the missing elements, explains why they are necessary, and refrains from offering a final conclusion until those gaps are filled.

Performance of Frontier Models

The authors evaluated ten frontier models using InsufficiencyBench and found significant gaps in performance. No model achieved an F2 score higher than 0.46 on the task of identifying missing elements, and the median recall was 0.44. The study observed that models generally fall into two suboptimal behaviors: they either hedge their answers indiscriminately or they answer silently under fabricated presumptions. The researchers concluded that no current model successfully balances identifying missing information with providing direct, accurate answers when a query is complete.

Franklin Analysis

The evidence suggests that current LLM training, which heavily incentivizes providing an answer, is fundamentally at odds with the requirements of legal intake. Because legal materiality is defined by rigid structures like statutes and doctrines rather than user preference, the failure to recognize missing information creates a high risk of providing incorrect legal advice. The benchmark provides a clear metric for future research to move away from evaluating simple response correctness and toward evaluating the model's ability to manage the intake process responsibly.

Comments (0)

No comments yet

Be the first to share your thoughts!