Markus28 commited on
Commit
f2e6171
1 Parent(s): 8d90ccb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ # Spanish Passage Retrieval
2
+ This repository provides data from https://mklab.iti.gr/results/spanish-passage-retrieval-dataset/ as a HF dataset.
3
+ The data is not present in the repository but is downloaded on the fly.
4
+
5
+ There is an S2S (retrieve passages/sentences that are marked as relevant) and an
6
+ S2P (retrieve documents that contain relevant passages/sentences) version of the retrieval task. The respective corpuses are called `'corpus.sentences'` and `'corpus.documents'`, respectively.
7
+ The qrel data is contained in the columns `'qrels.s2s'` and `'qrels.s2p'`, which hold space-separated lists of relevant documents.