Datasets:
Update README.md
Browse files
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 |
-
*
|
17 |
-
*
|
18 |
-
*
|
19 |
-
*
|
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
|