Long-Context Long-Form Question Answering for Legal Domain
Anagha Kulkarni, Parin Rajesh Jhaveri, Prasha Shrestha, Yu Tong Han, Reza Amini, Behrouz Madahian
TL;DR
This work tackles the challenge of long-context, long-form question answering in the legal domain by introducing LCLF-QA, a system that combines domain-specific query rewriting, layout-aware chunking, and a domain-aware generator. Built on and extending LongRAG with a long-context extractor and CoT-based filtering, the approach aims to preserve structural cues from legal documents and interpret specialized vocabulary. A curated QA dataset (546 pairs, including SME-sourced and synthetic examples) and a novel coverage metric are used to evaluate performance, showing statistically significant gains over vanilla RAG and LongRAG baselines. The results demonstrate improved recall and coverage, driven by the three core components, and reveal practical limitations and future directions for applying the approach to broader domains.
Abstract
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.
