Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Tags:
legal
Libraries:
Datasets
Dask
License:
rmahari commited on
Commit
87da96e
·
verified ·
1 Parent(s): f53c724

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -6,7 +6,6 @@ tags:
6
  - legal
7
  size_categories:
8
  - 10M<n<100M
9
- repository: https://github.com/rmahari/LePaRD
10
  ---
11
 
12
  LePaRD is a massive collection of U.S. federal judicial citations to precedent in context. LePaRD builds on millions of expert decisions by extracting quotations to precedents from judicial opinions along with the preceding context. Each row of the dataset corresponds to a quoted passage from prior case law used in a certain context.
@@ -31,4 +30,4 @@ Note that multiple slightly different quotes can map to the same passage as judg
31
 
32
  In the vocabulary of information retrieval, the destination_context can be seen as a query, and the predicted passage_id (or the actual text of a passage in passage_dict.json) can be seen as the targets.
33
 
34
- LePaRD was created by [Mahari et al.](https://arxiv.org/abs/2311.09356)
 
6
  - legal
7
  size_categories:
8
  - 10M<n<100M
 
9
  ---
10
 
11
  LePaRD is a massive collection of U.S. federal judicial citations to precedent in context. LePaRD builds on millions of expert decisions by extracting quotations to precedents from judicial opinions along with the preceding context. Each row of the dataset corresponds to a quoted passage from prior case law used in a certain context.
 
30
 
31
  In the vocabulary of information retrieval, the destination_context can be seen as a query, and the predicted passage_id (or the actual text of a passage in passage_dict.json) can be seen as the targets.
32
 
33
+ LePaRD was created by [Mahari et al.](https://arxiv.org/abs/2311.09356). More information on using LePaRD and a replication package for our paper can be found in the [LePaRD Github Repo](https://github.com/rmahari/LePaRD).