Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Tags:
legal
Libraries:
Datasets
Dask
License:
rmahari commited on
Commit
af8b450
1 Parent(s): d86ee04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -6,4 +6,25 @@ tags:
6
  - legal
7
  size_categories:
8
  - 10M<n<100M
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
12
+
13
+ The distribution of passage citation frequency is long tailed, a small number of passages appear thousands of times in the data while many are cited just once of twice. As a result, the passage retrieval task becomes harder as we consider more data.
14
+
15
+ We provide four versions of LePaRD:
16
+ * top_10000_training_data.csv.gz: Contains the data corresponding to the 10,000 most cited passages
17
+ * top_20000_training_data.csv.gz: Contains the data corresponding to the 20,000 most cited passages
18
+ * top_50000_training_data.csv.gz: Contains the data corresponding to the 50,000 most cited passages
19
+ * all_training_data.csv.gz: Contains data associated with all passages.
20
+
21
+ Each row of LePaRD contains the following features:
22
+ * passage_id: A unique identifier for each passage
23
+ * destination_context: The preceding context before the quotation
24
+ * passage_text: The text of the passage that was quoted
25
+ * court: The court from which the passage originated
26
+ * date: The date when the opinion from which the passage originated was published
27
+
28
+ Passage_ids are mapped to the passage text in passage_dict.json
29
+
30
+ LePaRD was created by [Mahari et al.](https://arxiv.org/abs/2311.09356)