paper-with-me

Papers

Answering Questions in Stages: Prompt Chaining for Contract QA

2024-10-09 · Adam Roegiest, Radha Chitta

Finding answers to legal questions about clauses in contracts is an important form of analysis in many legal workflows (e.g., understanding market trends, due diligence, risk mitigation) but more important is being able to do this at scale. Prior work showed that it is possible to use large language models with simple zero-shot prompts to generate structured answers to questions, which can later be incorporated into legal workflows. Such prompts, while effective on simple and straightforward clauses, fail to perform when the clauses are long and contain information not relevant to the question. In this paper, we propose two-stage prompt chaining to produce structured answers to multiple-choice and multiple-select questions and show that they are more effective than simple prompts on more nuanced legal text. We analyze situations where this technique works well and areas where further refinement is needed, especially when the underlying linguistic variations are more than can be captured by simply specifying possible answers. Finally, we discuss future research that seeks to refine this work by improving stage one results by making them more question-specific.

📄 PDF Abstract BibTeX arXiv:2410.12840

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choice

Similar Papers 제목 키워드 기반

Language Models Benefit from Preparation with Elicited Knowledge

2024-09-02 · Jiacan Yu, Hannah An, Lenhart K. Schubert

The zero-shot chain of thought (CoT) approach is often used in question answering (QA) by language models (LMs) for tasks that require multiple reasoning steps. However, some QA tasks hinge more on accessing relevant kno…

Instruction FollowingPrompt EngineeringQuestion Answering

Overview of FinMMEval 2026 Task 1: Multilingual Financial Multiple-Choice Question Answering

2026-07-22 · Zhuohan Xie, Yuyang Dai, Rania Elbadry, Vanshikaa Jani 외 arxiv

FinMMEval 2026 Task 1 evaluates multilingual financial multiple-choice question answering in English, Chinese, Arabic, and Hindi. The task tests whether systems can select the correct answer to finance questions involvin…

Question Answering

What Kinds of Contracts Do ML APIs Need?

2023-07-26 · Samantha Syeda Khairunnesa, Shibbir Ahmed, Sayem Mohammad Imtiaz, Hridesh Rajan 외

Recent work has shown that Machine Learning (ML) programs are error-prone and called for contracts for ML code. Contracts, as in the design by contract methodology, help document APIs and aid API users in writing correct…

Generating Clarification Questions for Disambiguating Contracts

2024-03-12 · Anmol Singhal, Chirag Jain, Preethu Rose Anish, Arkajyoti Chakraborty 외

Enterprises frequently enter into commercial contracts that can serve as vital sources of project-specific requirements. Contractual clauses are obligatory, and the requirements derived from contracts can detail the down…

A Search for Prompts: Generating Structured Answers from Contracts

2023-10-16 · Adam Roegiest, Radha Chitta, Jonathan Donnelly, Maya Lash 외

In many legal processes being able to action on the concrete implication of a legal question can be valuable to automating human review or signalling certain conditions (e.g., alerts around automatic renewal). To support…

Generative Question AnsweringIn-Context LearningQuestion Answering