paper-with-me

홈 › Papers

Factoring Statutory Reasoning as Language Understanding Challenges

2021-05-17 · ACL 2021 5 · Nils Holzenberger, Benjamin Van Durme

Statutory reasoning is the task of determining whether a legal statute, stated in natural language, applies to the text description of a case. Prior work introduced a resource that approached statutory reasoning as a monolithic textual entailment problem, with neural baselines performing nearly at-chance. To address this challenge, we decompose statutory reasoning into four types of language-understanding challenge problems, through the introduction of concepts and structure found in Prolog programs. Augmenting an existing benchmark, we provide annotations for the four tasks, and baselines for three of them. Models for statutory reasoning are shown to benefit from the additional structure, improving on prior baselines. Further, the decomposition into subtasks facilitates finer-grained model diagnostics and clearer incremental progress.

📄 PDF Abstract BibTeX arXiv:2105.07903

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Inference

Similar Papers 제목 키워드 기반

A Dataset for Statutory Reasoning in Tax Law Entailment and Question Answering

2020-05-11 · Nils Holzenberger, Andrew Blair-Stanek, Benjamin Van Durme

Legislation can be viewed as a body of prescriptive rules expressed in natural language. The application of legislation to facts of a case we refer to as statutory reasoning, where those facts are also expressed in natur…

Natural Language UnderstandingQuestion AnsweringReading Comprehension

Reframing Tax Law Entailment as Analogical Reasoning

2024-01-12 · Xinrui Zou, Ming Zhang, Nathaniel Weir, Benjamin Van Durme 외

Statutory reasoning refers to the application of legislative provisions to a series of case facts described in natural language. We re-frame statutory reasoning as an analogy task, where each instance of the analogy task…

Retrieval

Towards Trustworthy Legal AI through LLM Agents and Formal Reasoning

2025-11-26 · Linze Chen, Yufan Cai, Zhe Hou, Jin Song Dong arxiv

Legal decisions should be logical and based on statutory laws. While large language models(LLMs) are good at understanding legal text, they cannot provide verifiable justifications. We present L4L, a solver-centric frame…

Legal Reasoning

On Verifiable Legal Reasoning: A Multi-Agent Framework with Formalized Knowledge Representations

2025-08-31 · Albert Sadowski, Jarosław A. Chudziak arxiv

Legal reasoning requires both precise interpretation of statutory language and consistent application of complex rules, presenting significant challenges for AI systems. This paper introduces a modular multi-agent framew…

Natural Language UnderstandingLegal Reasoning

Decompose-and-Refine: Structured Legal Question Answering with Parametric Retrieval

2026-05-23 · Jihyung lee, Hyounghun Kim, Gary Lee arxiv

Large language models (LLMs) have shown strong performance in the legal domain, demonstrating notable potential in Legal Question Answering (LQA). However, unlike general QA, LQA requires answers that are not only accura…

Question AnsweringLegal Reasoning