paper-with-me

홈 › Papers

Benchmarking Legal RAG: The Promise and Limits of AI Statutory Surveys

2026-02-07 · Mohamed Afane, Emaan Hariri, Derek Ouyang, Daniel E. Ho arxiv

Retrieval-augmented generation (RAG) offers significant potential for legal AI, yet systematic benchmarks are sparse. Prior work introduced LaborBench to benchmark RAG models based on ostensible ground truth from an exhaustive, multi-month, manual enumeration of all U.S. state unemployment insurance requirements by U.S. Department of Labor (DOL) attorneys. That prior work found poor performance of standard RAG (70% accuracy on Boolean tasks). Here, we assess three emerging tools not previously evaluated on LaborBench: the Statutory Research Assistant (STARA), a custom statutory research tool, and two commercial tools by Westlaw and LexisNexis marketing AI statutory survey capabilities. We make five main contributions. First, we show that STARA achieves substantial performance gains, boosting accuracy to 83%. Second, we show that commercial platforms fare poorly, with accuracy of 58% (Westlaw AI) and 64% (Lexis+ AI), even worse than standard RAG. Third, we conduct a comprehensive error analysis, comparing our outputs to those compiled by DOL attorneys, and document both reasoning errors, such as confusion between related legal concepts and misinterpretation of statutory exceptions, and retrieval failures, where relevant statutory provisions are not captured. Fourth, we discover that many apparent errors are actually significant omissions by DOL attorneys themselves, such that STARA's actual accuracy is 92%. Fifth, we chart the path forward for legal RAG through concrete design principles, offering actionable guidance for building AI systems capable of accurate multi-jurisdictional legal research.

📄 PDF Abstract BibTeX arXiv:2603.03300

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scaling Legal AI: Benchmarking Mamba and Transformers for Statutory Classification and Case Law Retrieval

2025-08-29 · Anuraj Maurya arxiv

The rapid growth of statutory corpora and judicial decisions requires scalable legal AI systems capable of classification and retrieval over extremely long contexts. Transformer-based architectures (e.g., Longformer, DeB…

Bilingual BSARD: Extending Statutory Article Retrieval to Dutch

2024-12-10 · Ehsan Lotfi, Nikolay Banar, Nerses Yuzbashyan, Walter Daelemans

Statutory article retrieval plays a crucial role in making legal information more accessible to both laypeople and legal professionals. Multilingual countries like Belgium present unique challenges for retrieval models d…

ArticlesBenchmarkingRetrieval

LexKairos: Benchmarking Legal Temporal Capabilities in LLMs

2026-08-10 · Chenyang Li, Zejia Feng, Yuqin Huang, Yuxiao Ye 외 arxiv

Large language models (LLMs) have demonstrated strong performance across a wide range of legal tasks. In legal practice, time is a critical concept that governs the validity of statutes, the progression of legal cases, a…

Where Experts Disagree, Models Fail: Detecting Implicit Legal Citations in French Court Decisions

2026-03-24 · Avrile Floro, Tamara Dhorasoo, Soline Pellez, Nils Holzenberger arxiv

Computational methods applied to legal scholarship hold the promise of analyzing law at scale. We start from a simple question: how often do courts implicitly apply statutory rules? This requires distinguishing legal rea…

Semantic SimilarityLegal Reasoning

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