paper-with-me

홈 › Papers

Can GPT-3 Perform Statutory Reasoning?

2023-02-13 · Andrew Blair-Stanek, Nils Holzenberger, Benjamin Van Durme

Statutory reasoning is the task of reasoning with facts and statutes, which are rules written in natural language by a legislature. It is a basic legal skill. In this paper we explore the capabilities of the most capable GPT-3 model, text-davinci-003, on an established statutory-reasoning dataset called SARA. We consider a variety of approaches, including dynamic few-shot prompting, chain-of-thought prompting, and zero-shot prompting. While we achieve results with GPT-3 that are better than the previous best published results, we also identify several types of clear errors it makes. We investigate why these errors happen. We discover that GPT-3 has imperfect prior knowledge of the actual U.S. statutes on which SARA is based. More importantly, we create simple synthetic statutes, which GPT-3 is guaranteed not to have seen during training. We find GPT-3 performs poorly at answering straightforward questions about these simple synthetic statutes.

📄 PDF Abstract BibTeX arXiv:2302.06100

Code (1)

blairstanek/gpt-statutes 공식 구현

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar 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 mon…

Natural Language Inference

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

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

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

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