Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,10 +21,11 @@ We provide four versions of LePaRD:
|
|
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 |
-
*
|
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)
|
|
|
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 |
+
* quote: 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 |
+
Note that multiple slightly different quotes can map to the same passage as judges will sometimes cite different parts of the same sentence.
|
30 |
|
31 |
LePaRD was created by [Mahari et al.](https://arxiv.org/abs/2311.09356)
|