File size: 921 Bytes
f2e6171
9cddf2c
f2e6171
 
54c33eb
9cddf2c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Spanish Passage Retrieval
This repository provides data from https://mklab.iti.gr/results/spanish-passage-retrieval-dataset/ as a HF dataset.

There is an S2S (retrieve passages/sentences that are marked as relevant) and an 
S2P (retrieve documents that contain relevant passages/sentences) version of the retrieval task. The respective corpuses are called `'corpus.sentences'` and `'corpus.documents'`.
The qrel data is contained in `'qrels.s2s'` and `'qrels.s2p'`, which hold space-separated lists of relevant documents.

# Citation

```
@inbook{inbook,
author = {Kamateri, Eleni and Tsikrika, Theodora and Symeonidis, Spyridon and Vrochidis, Stefanos and Minker, Wolfgang and Kompatsiaris, Ioannis},
year = {2019},
month = {04},
pages = {148-154},
title = {A Test Collection for Passage Retrieval Evaluation of Spanish Health-Related Resources},
isbn = {978-3-030-15718-0},
doi = {10.1007/978-3-030-15719-7_19}
}
```