A Reasoning-Focused Legal Retrieval Benchmark
Lucia Zheng, Neel Guha, Javokhir Arifov, Sarah Zhang, Michal Skreta, Christopher D. Manning, Peter Henderson, Daniel E. Ho
TL;DR
This paper introduces two reasoning-focused open-domain legal retrieval benchmarks, Bar Exam QA and Housing Statute QA, each designed to stress retrieval and downstream QA in realistic legal scenarios. The datasets provide around 10K labeled query–gold passage–answer triples with hand-annotated passages and large legal-text corpora, enabling end-to-end evaluation beyond retrieval alone. Through extensive experiments with lexical retrievers (BM25) and dense models (E5 variants), the authors show that low lexical overlap and multi-hop reasoning challenge standard retrieval pipelines, while query expansion—especially structured legal reasoning—yields statistically significant recall gains and improves downstream QA under certain conditions. The work highlights the need for retrievers that can also perform legal reasoning and offers benchmarks and baselines to guide future development of retrieval-augmented LLMs in law, with implications for practical deployments of legal AI tools.
Abstract
As the legal community increasingly examines the use of large language models (LLMs) for various legal applications, legal AI developers have turned to retrieval-augmented LLMs ("RAG" systems) to improve system performance and robustness. An obstacle to the development of specialized RAG systems is the lack of realistic legal RAG benchmarks which capture the complexity of both legal retrieval and downstream legal question-answering. To address this, we introduce two novel legal RAG benchmarks: Bar Exam QA and Housing Statute QA. Our tasks correspond to real-world legal research tasks, and were produced through annotation processes which resemble legal research. We describe the construction of these benchmarks and the performance of existing retriever pipelines. Our results suggest that legal RAG remains a challenging application, thus motivating future research.
