Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Tags:
legal
Libraries:
Datasets
Dask
License:
rmahari commited on
Commit
79f0e4a
·
verified ·
1 Parent(s): 82ec2ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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)