Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -13,10 +13,10 @@ LePaRD is a massive collection of U.S. federal judicial citations to precedent i
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
 
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_data.csv.gz: Contains the data corresponding to the 10,000 most cited passages
17
+ * top_20000_data.csv.gz: Contains the data corresponding to the 20,000 most cited passages
18
+ * top_50000_data.csv.gz: Contains the data corresponding to the 50,000 most cited passages
19
+ * all_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