paper-with-me

홈 › Papers

Long-Context Long-Form Question Answering for Legal Domain

2026-02-06 · Anagha Kulkarni, Parin Rajesh Jhaveri, Prasha Shrestha, Yu Tong Han, Reza Amini, Behrouz Madahian arxiv

Legal documents have complex document layouts involving multiple nested sections, lengthy footnotes and further use specialized linguistic devices like intricate syntax and domain-specific vocabulary to ensure precision and authority. These inherent characteristics of legal documents make question answering challenging, and particularly so when the answer to the question spans several pages (i.e. requires long-context) and is required to be comprehensive (i.e. a long-form answer). In this paper, we address the challenges of long-context question answering in context of long-form answers given the idiosyncrasies of legal documents. We propose a question answering system that can (a) deconstruct domain-specific vocabulary for better retrieval from source documents, (b) parse complex document layouts while isolating sections and footnotes and linking them appropriately, (c) generate comprehensive answers using precise domain-specific vocabulary. We also introduce a coverage metric that classifies the performance into recall-based coverage categories allowing human users to evaluate the recall with ease. We curate a QA dataset by leveraging the expertise of professionals from fields such as law and corporate tax. Through comprehensive experiments and ablation studies, we demonstrate the usability and merit of the proposed system.

📄 PDF Abstract BibTeX arXiv:2602.07190

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Long Context Question Answering via Supervised Contrastive Learning

2021-12-16 · NAACL 2022 7 · Avi Caciularu, Ido Dagan, Jacob Goldberger, Arman Cohan

Long-context question answering (QA) tasks require reasoning over a long document or multiple documents. Addressing these tasks often benefits from identifying a set of evidence spans (e.g., sentences), which provide sup…

Contrastive LearningQuestion AnsweringVideo Generation

Retrieving Contextual Information for Long-Form Question Answering using Weak Supervision

2024-10-11 · Philipp Christmann, Svitlana Vakulenko, Ionut Teodor Sorodoc, Bill Byrne 외

Long-form question answering (LFQA) aims at generating in-depth answers to end-user questions, providing relevant information beyond the direct answer. However, existing retrievers are typically optimized towards informa…

FormLong Form Question AnsweringQuestion AnsweringRetrieval

Improving Retrieval Augmented Open-Domain Question-Answering with Vectorized Contexts

2024-04-02 · Zhuo Chen, Xinyu Wang, Yong Jiang, Pengjun Xie 외

In the era of large language models, applying techniques such as Retrieval Augmented Generation can better address Open-Domain Question-Answering problems. Due to constraints including model sizes and computing resources…

In-Context LearningLanguage ModelingLanguage ModellingOpen-Domain Question Answering+3

Robustness and Reasoning Fidelity of Large Language Models in Long-Context Code Question Answering

2026-02-19 · Kishan Maharaj, Nandakishore Menon, Ashita Saxena, Srikanth Tamilselvam arxiv

Large language models (LLMs) increasingly assist software engineering tasks that require reasoning over long code contexts, yet their robustness under varying input conditions remains unclear. We conduct a systematic stu…

Question Answering

LongRAG: A Dual-Perspective Retrieval-Augmented Generation Paradigm for Long-Context Question Answering

2024-10-23 · Qingfei Zhao, Ruobing Wang, Yukuo Cen, Daren Zha 외

Long-Context Question Answering (LCQA), a challenging task, aims to reason over long-context documents to yield accurate answers to questions. Existing long-context Large Language Models (LLMs) for LCQA often struggle wi…

ChunkingQuestion AnsweringRAGRetrieval+1