LePaRD: A Large-Scale Dataset of Judges Citing Precedents
Robert Mahari, Dominik Stammbach, Elliott Ash, Alex `Sandy' Pentland
TL;DR
LePaRD tackles the challenge of legal passage retrieval by introducing a large-scale dataset that pairs quotations from U.S. federal judicial opinions with their source passages and surrounding context. The authors construct the dataset from the Case Law Access Project, extracting millions of context-target pairs and metadata, and they benchmark multiple retrieval approaches, finding that supervised classification (e.g., DistilBERT) yields the strongest results, while traditional lexical methods struggle due to limited overlap. The work provides comprehensive baseline evaluations, analyzes dataset properties such as long-tail distributions and cross-court variability, and discusses practical implications for access to justice and potential uses in retrieval-augmented generation. By releasing LePaRD, the authors offer a resource for practice-oriented legal NLP that can drive methodological advances and more efficient legal research tools with real-world impact.
Abstract
We present the Legal Passage Retrieval Dataset LePaRD. LePaRD is a massive collection of U.S. federal judicial citations to precedent in context. The dataset aims to facilitate work on legal passage prediction, a challenging practice-oriented legal retrieval and reasoning task. Legal passage prediction seeks to predict relevant passages from precedential court decisions given the context of a legal argument. We extensively evaluate various retrieval approaches on LePaRD, and find that classification appears to work best. However, we note that legal precedent prediction is a difficult task, and there remains significant room for improvement. We hope that by publishing LePaRD, we will encourage others to engage with a legal NLP task that promises to help expand access to justice by reducing the burden associated with legal research. A subset of the LePaRD dataset is freely available and the whole dataset will be released upon publication.
