Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,6 @@ Each row of LePaRD contains the following features:
|
|
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)
|
|
|
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 |
+
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)
|